文章分类 -  实操

上一页 1 ··· 4 5 6 7 8
摘要:列编辑:alt +鼠标左键 单词选择: 按住ctrl + shift + 左箭头/右箭头 快速创建for循环:itli 快速提取变量: ctrl+alt+v .var 替换所有:ctrl+r 代码上移一行下移一行 :alt+shift + 上下箭头 最近打开的文件: ctrl+e ctrl+g:快速 阅读全文
posted @ 2019-10-03 11:23 wq9
摘要:spring.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSche 阅读全文
posted @ 2019-08-15 08:21 wq9
摘要:c3p0数据源 spring-db.xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2 阅读全文
posted @ 2019-08-14 20:42 wq9
摘要:netstat -ano 2.netstat -aon|findstr "49157", netstat -ano 2.netstat -aon|findstr "49157", 3.tasklist|findstr "2720" 结束该进程:在任务管理器中选中该进程点击”结束进程“按钮,或者是在c 阅读全文
posted @ 2019-08-11 10:57 wq9
摘要:dbutils BaseMapper PostMapper.java 阅读全文
posted @ 2019-08-08 22:33 wq9
摘要:driverName=com.mysql.cj.jdbc.DriverdriverUrl=jdbc:mysql://127.0.0.1:3306/estore?addSSL=false&serverTimezone=UTC&seUnicode=true&characterEncoding=UTF-8 阅读全文
posted @ 2019-08-06 08:35 wq9
摘要:项目通用配置xml SqlMapperClient.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybat 阅读全文
posted @ 2019-07-09 23:49 wq9
摘要:springboot的maven配置模板 阅读全文
posted @ 2019-07-09 23:48 wq9
摘要:java<span style="color: rgb(51, 51, 51); font-family: Arial; font-size: 14px; line-height: 26px;">代码中 两种路径符号的写法</span> String path="D:\\新建文件夹\\2.png"; 阅读全文
posted @ 2019-06-16 09:00 wq9
摘要:4.0.0 com.bjsxt dubbo-parent 0.0.1-SNAPSHOT pom 4.12 4.1.3.RELEASE 3.2.8 1.2.2 5.1.32 1.6.4 1.0.9 1.2 ... 阅读全文
posted @ 2019-06-10 16:43 wq9
摘要:ForumProject index.html index.htm index.jsp default.html default.htm default.jsp 阅读全文
posted @ 2019-06-06 15:22 wq9

上一页 1 ··· 4 5 6 7 8