Coookies
码龄8年
求更新 关注
提问 私信
  • 博客:4,361
    4,361
    总访问量
  • 12
    原创
  • 6
    粉丝
  • 7
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:美国
加入CSDN时间: 2018-03-20

个人简介:Hi, I am here.

博客简介:

Java基础随笔

博客描述:
Learning better
查看详细资料
个人成就
  • 获得6次点赞
  • 内容获得2次评论
  • 获得1次收藏
  • 博客总排名1,416,064名
创作历程
  • 1篇
    2020年
  • 4篇
    2019年
  • 7篇
    2018年
成就勋章
TA的专栏
  • 拦路小脑斧
    1篇
  • Java
    1篇
  • 后端
    1篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

创作活动更多

「谁说嵌入式只是调包和焊板子?」—— 2026嵌入式全栈技术征锋令

谁说嵌入式只会“Ctrl+C 调包”和“拿电烙铁焊板子”?2026嵌入式全栈技术征锋令正式启幕! 本次活动专为硬核硬件/软件开发者打造,无论你是刚玩转裸机外设的萌新,还是精通RTOS调度、死磕底层驱动的行业老手,亦或是执掌系统架构的大神,这里都是你证明实力的舞台! 拒绝表面功夫,每一行代码,都有撬动硬件的力量!晒出你的硬核工程实战,为嵌入式开发者的全栈硬实力正名!

212人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

Ubuntu 忘记mysql密码重置方法(AWS EC2)

Ubuntu下忘记mysql密码重置方法(AWS EC2): 1. 查看mysql配置文件位置(注意红框的位置): less /etc/mysql/mysql.conf.d/mysqld.cnf [外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-W3EMLE5J-1586454671186)(/Users/cookies/Library/Application Sup...
原创
博文更新于 2020.04.10 ·
517 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

关于MySQL

MySQL1. MySQL简介2. MySQL常用命令2.1 连接MySQL(记得先设置环境变量):2.2 查看当前所有得数据库2.3 创建数据库2.4 使用(切换)数据库2.5 查看当前数据库的所有表格2.6 退出 1. MySQL简介 MySQL是一种关系数据库,是一种开源软件。 由瑞典MySQL AB公司开发,2008年1月16号被Sun公司收购。2009年,SUN又被Oracle收购。 ...
原创
博文更新于 2019.06.11 ·
185 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

关于HTTP协议

Servlet学习记录Web交互基本流程HTTP的概念和介绍HTTP的交互流程HTTP协议请求的格式HTTP请求的合适将有效的数据发送给服务器。HTTP协议请求方式GET和POST请求方式的区别:HTTP协议之响应HTTP常见响应状态码含义常见的状态码 Web交互基本流程 基本分为客户端(client)和服务端(server): 客户端根据用户输入地址信息(即网址URL)请求服务器(request...
原创
博文更新于 2019.06.05 ·
360 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

关于Tomcat使用

Tomcat服务器介绍和使用服务器的概念和作用Tomcat服务的下载和安装 服务器的概念和作用 问题: 学习了java编程之后,java代码的一个很重要的作用就是进行数据的处理,但是目前来说我们运行编写的代码,只有一次性,也就是运行完毕后,如果需要再次运行则需要再次手动启动代码的执行。但是我们无法提前知道用户何时会发出请求,也就是无法决定我们编写的java代码应该什么时候启动运行。而且手动运行也变...
原创
博文更新于 2019.06.05 ·
696 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

CS5303-Computer Science I(final review IV)Data structure

Standard Library What is that? C++ Standard Library is a collection of classes and functions C++ Standard Library are declared within the std namespace The C++ standard consists of two parts: The cor...
原创
博文更新于 2019.04.09 ·
166 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I(final review III)GUI

GUI Fast Light Tool Kit(Full Tick)-FLTK : is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS®X. A graphics library is a program library designed to aid in re...
原创
博文更新于 2018.12.17 ·
246 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I(final review III)GUI

GUI Fast Light Tool Kit(Full Tick)-FLTK : is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS®X. A graphics library is a program library designed to aid in re...
原创
博文更新于 2018.12.17 ·
246 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I(final review II)

Abstract and Virtual Functions: It is a kind of polymorphism. In the derived class, if you have the same name, same return type and same parameter, you don’t have to use key word: virtual in the deri...
原创
博文更新于 2018.12.09 ·
303 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I(final review I)

Inheritance(to reuse the code functionality): What is that: Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application.(instead of ...
原创
博文更新于 2018.12.09 ·
282 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I (Java I)

What is Java ? Java is a virtual machine programming language The virtual machine runs on different platforms(Apple, PC Desktop, Linux, etc.) The Java class files then run on any version of the virtu...
原创
博文更新于 2018.12.06 ·
292 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

CS5303-Computer Science I (Java II)

Java Classes: Use a qualifier, a class keywords, an identifier, and a pair of {} public class Hello{ public Hello(){ public int myInt; private float myFloat; //This is a constructor ...
原创
博文更新于 2018.12.06 ·
317 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

CS5303- Conputer Science I(python)

课程涉及Python内容 The layers differences between C++&JAVA &Python: A python program, sometimes called a script, is a sequence of definitions and commands.These definitions are evaluated and the c...
原创
博文更新于 2018.12.05 ·
570 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

第一章:输入&输出&变量之间的简单计算

import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World!"); } }
原创
博文更新于 2018.11.08 ·
429 阅读 ·
0 点赞 ·
2 评论 ·
0 收藏