摘要: 首先配置 pom.xml spring 配置 applicationContext.xml springmvc 配置springmvc.xml mybatis 配置 mybatis-config.xml 附加文件 mysql.properties 连接数据库配置 log4j.properties 日 阅读全文
posted @ 2019-08-06 21:17 qlnx 阅读(840) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xingxia/p/nginx_log_rotate.html 阅读全文
posted @ 2022-11-04 15:23 qlnx 阅读(6) 评论(0) 推荐(0) 编辑
摘要: idea中用于mapper接口方法和mapper XML文件之间来回切换的插件 Free mybatis-plugin 阅读全文
posted @ 2022-03-15 16:22 qlnx 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/zwgbk/p/10344678.html 阅读全文
posted @ 2022-03-02 15:12 qlnx 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/weixin_41799019/article/details/98112586 阅读全文
posted @ 2022-02-24 16:00 qlnx 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 参考博客:https://blog.csdn.net/yelllowcong/article/details/78459484 一、起因 想着在测试库执行update语句,不小心在正式库执行了,而且where条件写的有问题,把想要更新之外的数据也更新了。 二、首先查询某张表的历史数据(根据时间点查询 阅读全文
posted @ 2022-02-18 17:57 qlnx 阅读(1072) 评论(1) 推荐(0) 编辑
摘要: 或运算(|):只要有一个是1,就是1,其它为0 与运算(&):两个为1才为1,其它为0 异或运算(^):相同为0,不相同为1 取反(~):1为0,0为1 阅读全文
posted @ 2021-11-19 09:39 qlnx 阅读(29) 评论(0) 推荐(0) 编辑
摘要: /** * 开启快速结束模式 failFast (true) */private static Validator validator = Validation.byProvider(HibernateValidator.class).configure().failFast(false) .bui 阅读全文
posted @ 2021-10-13 19:00 qlnx 阅读(20) 评论(0) 推荐(0) 编辑
摘要: -> cnpm install cnpm : 无法加载文件 C:\Program Files\nodejs\node_global\cnpm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中 的 阅读全文
posted @ 2021-08-31 17:18 qlnx 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 总结: 1、文档声明区别 HTML文档的类型声明为: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> //或 <!DOCTYPE html PUBLIC "-//W3 阅读全文
posted @ 2021-08-31 11:54 qlnx 阅读(46) 评论(0) 推荐(0) 编辑
摘要: cmd -> wmic diskdrive get serialnumber 引用:https://blog.csdn.net/qq_39390545/article/details/102935313 阅读全文
posted @ 2021-08-30 10:51 qlnx 阅读(255) 评论(0) 推荐(0) 编辑