摘要: 制定团队标准并遵循 单元测试 设计模式/SOLID原则 开发运维和产品生命周期管理 修复构建 代码审查 代码分析/解决方案 阅读全文
posted @ 2021-04-21 11:20 sailorj 阅读(459) 评论(0) 推荐(0)
摘要: https://gitee.com/bigsheng15/Android_Bookkeeping 阅读全文
posted @ 2021-04-15 16:02 sailorj 阅读(2362) 评论(1) 推荐(2)
摘要: 毕业设计前后端项目的部署方法 准备部署和开发的工具与环境:IntelliJ IDEA,MySQL5.6、Redis,Vue,Git,花生壳。(以上可通过百度或 CSDN了解) 1.clone 项目到本地 后端: git clone https://gitee.com/bigsheng15/train 阅读全文
posted @ 2021-03-09 17:33 sailorj 阅读(810) 评论(6) 推荐(0)
摘要: maven导入jar包,在项目根目录创建libs文件夹,然后pom.xml添加如下: <dependency> <groupId>com.github.whvcse</groupId> <artifactId>easy-captcha</artifactId> <version>1.6.1</ver 阅读全文
posted @ 2021-02-08 23:12 sailorj 阅读(199) 评论(0) 推荐(0)
摘要: [https://blog.csdn.net/u011159417/article/details/80085011](linux安装redis 完整步骤) 阅读全文
posted @ 2021-01-06 18:00 sailorj 阅读(120) 评论(0) 推荐(0)
摘要: // 重写jpa的findAll方法 多条件查询 Page<SysStudent> studentInDb = sysStudentDAO.findAll((Specification<SysStudent>) (root, criteriaQuery, criteriaBuilder) -> { 阅读全文
posted @ 2020-12-01 15:39 sailorj 阅读(199) 评论(0) 推荐(0)
摘要: org.springframework.dao.InvalidDataAccessResourceUsageException: could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.S 阅读全文
posted @ 2020-11-30 17:43 sailorj 阅读(339) 评论(0) 推荐(0)
摘要: ![](https://img2020.cnblogs.com/blog/2028289/202011/2028289-20201130114438624-1116820176.png) > Show Execution Point (Alt + F10):如果你的光标在其它行或其它页面,点击这个按 阅读全文
posted @ 2020-11-30 11:37 sailorj 阅读(133) 评论(0) 推荐(0)
摘要: App.vue注入以下代码,以下所示: <template> <div id="app"> <router-view v-if="isRouterAlive"/> <!-- Vue项目中刷新当前页面:v-if="isRouterAlive" --> </div> </template> <scrip 阅读全文
posted @ 2020-11-28 21:48 sailorj 阅读(182) 评论(0) 推荐(0)
摘要: 计算机\HKEY_CLASSES_ROOT\Installer\Products\00006 里面的00006也删完了。但是还是提示。 注册表里面可能没删干净。 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office下面有一个office16 把它删除 就可 阅读全文
posted @ 2020-11-27 13:55 sailorj 阅读(1344) 评论(0) 推荐(0)