摘要: https://blog.csdn.net/Code_Farmer_007/article/details/83244635 阅读全文
posted @ 2019-09-16 23:22 牧阳人 阅读(458) 评论(0) 推荐(0) 编辑
摘要: 命令+选项 操作文件: 1、cd (切换目录) / 主目录 ./上级目录 2、ps(查看当前进程) 3、ls(列出指定目录中的目录) 4、(wc)内容统计 -c 统计字节 -l行数 -w 字数 5、df-hl(磁盘使用空间) 6、netstat(网络是否联通) 7、pwd(当前路径) 8、cat * 阅读全文
posted @ 2019-09-16 00:11 牧阳人 阅读(123) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lyjing/p/8427832.html https://blog.csdn.net/qq_36567005/article/details/80611139 autowire 自动注入 阅读全文
posted @ 2019-09-14 16:38 牧阳人 阅读(105) 评论(0) 推荐(0) 编辑
摘要: maven:https://mvnrepository.com/artifact/org.springframework/spring-context/5.1.9.RELEASE spring:https://docs.spring.io/spring/docs/5.1.9.RELEASE/spri 阅读全文
posted @ 2019-09-11 01:39 牧阳人 阅读(187) 评论(0) 推荐(0) 编辑
摘要: <resultMap id="给ID名" type="实体类" ><result column="数据库字段名" property="实体类属性" jdbcType="数据库字段类型" /></resultMap> 阅读全文
posted @ 2019-09-06 23:15 牧阳人 阅读(17284) 评论(0) 推荐(3) 编辑
摘要: 参考: https://www.jianshu.com/p/fe8b609bd3ff 阅读全文
posted @ 2019-09-01 20:37 牧阳人 阅读(252) 评论(0) 推荐(0) 编辑