摘要: 1.在看原代码中,发现不理解的东西,要先认为它是对的,然后根据请求,数据库等等梳理明白后,还发现矛盾,就认为它是错的。 2.看表字段是否有用,可以看该字段是否属于该表的属性。 3.不懂就问,写着代码的人,随便说说都能帮助你的理解。 阅读全文
posted @ 2019-09-09 12:23 Utb 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 公司叫使用公司的maven私服,即依赖的jar从公司的maven私服下载到自己的本地仓库,而不是阿里云、网易等。 使用私服就是向私人服务器索取服务,修改intellij idea中maven的.setting文件。 D:\maven_local_rep <! 私服的验证信息 releases xxx 阅读全文
posted @ 2019-08-30 12:13 Utb 阅读(1344) 评论(0) 推荐(0) 编辑
摘要: 1、安装、配置Tomcat 2、配置Cas 3、测试 4、集成 https://blog.csdn.net/qq_34021712/article/details/80871015 https://blog.csdn.net/bao19901210/article/details/8768362 h 阅读全文
posted @ 2019-08-26 10:31 Utb 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 运行:mstsc 阅读全文
posted @ 2019-08-23 09:17 Utb 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 定时任务(指定时间或周期地执行代码)可以用来 》 消除过期的验证码 、对redis缓存进行热备 。 https://www.jb51.net/article/160188.htm https://www.cnblogs.com/hujunzheng/p/10353390.html 介绍了多个定时任务 阅读全文
posted @ 2019-08-22 10:51 Utb 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1.使用命令执行jar 2.增加maven依赖,使其变为可执行程序 https://www.cnblogs.com/bigben0123/p/7910036.html 阅读全文
posted @ 2019-08-21 19:37 Utb 阅读(218) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s?__biz=MzI4NDY5Mjc1Mg==&mid=2247483722&idx=1&sn=5be558e8636687ff653a51c97f5ec0c4&chksm=ebf6d935dc8150231f7d2001f5d1e512a7df1 阅读全文
posted @ 2019-08-21 16:26 Utb 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 入门介绍: https://blog.csdn.net/qq_25814003/article/details/81710222 https://blog.csdn.net/qq_25814003/article/details/81982882 https://blog.csdn.net/qq_2 阅读全文
posted @ 2019-08-21 13:48 Utb 阅读(100) 评论(0) 推荐(0) 编辑
摘要: angularjs直接下载包就行。 angularjs需要后端穿为的json串数据,虽然springboot会自动将对象转为json串,但如果传输的是字符就会出现 unexcept token x in json错误,需要就字符串以对象的形式发送。 bootstrap使用依赖方式 阅读全文
posted @ 2019-08-10 18:02 Utb 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 数据库表相关: https://blog.csdn.net/qq_32444825/article/details/80710785 阅读全文
posted @ 2019-08-09 11:28 Utb 阅读(443) 评论(0) 推荐(0) 编辑