摘要: 容器的概念 广义上讲容器是用来包装或装载物品的贮存器(如箱、罐、坛)或者成形或柔软不成形的包覆材料。在编程领域中,容器提供组件运行的环境,容器本身可以提供一组服务,让组件按标准方式利用。这里的容器容器比现实中的更为抽象,但思想是想通的。 容器与应用服务器(更确切的说,应该是应用服务器软件) 最开始接 阅读全文
posted @ 2023-02-01 17:38 坚持就是胜利奥里给 阅读(18) 评论(0) 推荐(0)
摘要: Recursion Method A call method B, it is easy to grasp! Recursion: Method A call method A, that is method A call itself. Using recursion could solve so 阅读全文
posted @ 2022-09-16 16:22 坚持就是胜利奥里给 阅读(23) 评论(0) 推荐(0)
摘要: Recursion Method A call method B, it is easy to grasp! Recursion: Method A call method A, that is method A call itself. Using recursion could solve so 阅读全文
posted @ 2022-09-15 17:39 坚持就是胜利奥里给 阅读(17) 评论(0) 推荐(0)
摘要: Method(方法) System.out.println()// System类 out对象 println方法 Java methods are collections of statements, they achieve a function together Method is an or 阅读全文
posted @ 2022-09-06 18:27 坚持就是胜利奥里给 阅读(25) 评论(0) 推荐(0)
摘要: do while loop In terms of while grammar, if not meet the requirement, then cannot enter loop,but we don't need to meet requirements then execute for o 阅读全文
posted @ 2022-09-05 17:56 坚持就是胜利奥里给 阅读(28) 评论(0) 推荐(0)
摘要: Java Processing Control(流程控制) user interaction Scanner (用户交互scanner) sequential structrue (顺序结构) case structrue(选择结构) loop structrue(循环结构) break&conti 阅读全文
posted @ 2022-09-02 18:11 坚持就是胜利奥里给 阅读(22) 评论(0) 推荐(0)
摘要: 类型转换 #强制转换(类型)变量名 高 >低 #自动转换 低 >高 #操作比较大的数的时候,注意溢出问题 #JDK7特性 数字可以用下划线分割 int money = 10_0000_0000; #int和long运算时自动转成了long,若不加long则是默认两个int运算后再转long,这里涉及 阅读全文
posted @ 2022-09-01 17:41 坚持就是胜利奥里给 阅读(17) 评论(0) 推荐(0)
摘要: #盘符切换 #查看当前目录下所有文件 dir #切换目录 cd change directory cd ..返回上一级 cd+目录名 进入下一级 #清理屏幕 cls(clear screen) #退出终端 exit #查看电脑ip ipconfig #打开应用 calc mspaint notepa 阅读全文
posted @ 2022-08-31 16:22 坚持就是胜利奥里给 阅读(12) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示