JAVA 学习第四天今日学习内容快捷键、复习、注释、字面量快捷键
学习地址:IJ快捷键复习
jdk下载、安装、部署环境、第一个Java程序入门学习,环境变量path注释注释:顾名思义就是用于解释和说明代码的文字注释分为:单行注释、多行注释、文本注释以上三种的快捷注释方法如下注释单行注释:// 快捷键 Shift +/多行注释:/**/ 快捷键 Shift+
原创
2022-10-21 16:25:42
71阅读
batch http://www.cnblogs.com/mq0036/p/3412171.html http://www.cnblogs.com/findumars/p/5353538.html
转载
2017-04-06 22:58:00
54阅读
2评论
一、安装JDK sudo apt-get install openjdk-8-jdk 二、软件下载地址 zookeeper: https://archive.apache.org/dist/zookeeper/zookeeper-3.5.7/apache-zookeeper-3.5.7-bin.ta ...
转载
2021-07-19 11:21:00
132阅读
2评论
1.现在用的bootstrap v2.3.2 : http://v2.bootcss.com/最新版本: v3.2.0 : http://www.bootcss.com/a.Bootstrap是干什么的? 2. Bower : h things frameworks, libr...
原创
2023-06-04 00:55:02
85阅读
找了些上路的资料,先全面了解java基本概念及语法,幸好之前了解过C++,应该不会很陌生,定定心,加油,过程是艰难而充实的。
原创
2010-11-11 00:17:11
453阅读
elasticsearch-java-study : https://gitee.com/quanke/elasticsearch-java-study
原创
2023-06-01 14:47:33
33阅读
1、myEclipse
生成get、set,source>Generate getter and setter
2、Web
servlet、HttpServlet、HttpServletRequest、HttpServletResponse、HttpSession
3、DataBase
ResultSet、Statement
4、Struts2、spring、hibernate
转载
2015-08-06 17:01:00
54阅读
2评论
linux查看用户列表 cat /etc/passwd 可以查看所有用户的列表w 可以查看当前活跃的用户列表cat /etc/group 查看用户组 cat /etc/passwd|grep -v nologin|grep -v halt|grep -v shutdown|awk -F":" '{
转载
2017-02-21 23:06:00
79阅读
2评论
No.1 英语流利说,苹果app store多次推荐的app。英语流利说是一款智能口语打分软件,内置各种以场景为主题的课程,你可以模仿跟读。No...
转载
2022-07-14 08:58:48
84阅读
寒假学习day oneif判断语句,for循环,while循环,do while循环;使用for循环练习:1!+2!+...+n!;for(初始化;判断;调整)do while 先执行一次再判断条件是否成立当循环中有多条语句时,用{}框柱;优化编写习惯,从while( i5)改为while(5i),其他几个雷同,避免少写=号引起的程序判断错误。使用二分法找数组中元素。(难,反复听)了解了数组的基本
原创
2022-12-24 16:41:40
91阅读
卸载mysql 1. 控制面板mysql卸载 2. 搜索所有的MySQL,全部删除掉 3. 注册表搜索删除掉 1. 安装 启动或者关闭mysql服务 mysql的登陆与退出 命令行启动方式 -h 要连接的主机名称 -P 端口号 -u 用户名 -p表示密码启动 如果-p加密码 中间不加空格也可以,连接 ...
转载
2021-08-18 15:24:00
195阅读
2评论
搜索selenium文档, 输入selenium-python css 用样式定位,xpath从上往下找 所以css快 ActionChains 执行鼠标点击 右击 拖拽等事件,手机里面嵌入的webview可以用ActionChains TouchAction:可以模拟手机,ActionChains ...
转载
2021-08-25 14:00:00
230阅读
2评论
Trigger study目录Trigger introduction. 1The advantage and disadvantage of trigger. 1The advantage of trigger. 1The disadvantage of trigger. 2How to Create a Trigger. 2The virtual table of inserted and d...
原创
2021-09-04 17:50:48
318阅读
Trigger studyCatalogTrigger introduction. 1The advantage and disadvantage
原创
2021-09-09 11:05:03
254阅读
<script> $(document).ready(function(){$(".flip").click(function(){$(".panel").toggle(1000);});});</script><p class="flip">点击这里,隐藏/显示面板</p><div class="panel"><p>一寸光阴
转载
2013-03-06 14:38:00
177阅读
2评论
post。body的类型 1. form 2. 结构化的,xml json 3. 二进制 ...
转载
2021-10-18 19:03:00
100阅读
2评论
Git Concepts
This section helps you to get started with Git and gives you an understanding of the fundamental Git concepts.
Repository, Working Tree, Commit
First, we need to introduce some Git-specif
原创
2021-08-11 11:11:51
302阅读
学习资源网址 https://www.runoob.com/html/html-tutorial.html 待学习 1. 阿里云构建云服务器 2. 自定义注解 参考链接: https://blog.csdn.net/briblue/article/details/73824058 http://bl
原创
2021-05-30 22:12:04
535阅读
http://firozstar.tripod.com/_darksiderg.pdf
原创
2016-07-14 10:18:57
930阅读