会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qlnx
风在躲,还是在追。
博客园
首页
新随笔
联系
管理
订阅
[置顶]
ssm 搭建项目各项配置
摘要: 首先配置 pom.xml spring 配置 applicationContext.xml springmvc 配置springmvc.xml mybatis 配置 mybatis-config.xml 附加文件 mysql.properties 连接数据库配置 log4j.properties 日
阅读全文
posted @ 2019-08-06 21:17 qlnx
阅读(847)
评论(0)
推荐(0)
2022年11月4日
nginx 日志切割
摘要: https://www.cnblogs.com/xingxia/p/nginx_log_rotate.html
阅读全文
posted @ 2022-11-04 15:23 qlnx
阅读(15)
评论(0)
推荐(0)
2022年3月15日
记录-idea插件Free mybatis-plugin mapper接口方法和mapper XML文件之间来回切换
摘要: idea中用于mapper接口方法和mapper XML文件之间来回切换的插件 Free mybatis-plugin
阅读全文
posted @ 2022-03-15 16:22 qlnx
阅读(87)
评论(0)
推荐(0)
2022年3月2日
记录-rabbitMq启动失败
摘要: 转载:https://www.cnblogs.com/zwgbk/p/10344678.html
阅读全文
posted @ 2022-03-02 15:12 qlnx
阅读(21)
评论(0)
推荐(0)
2022年2月24日
记录--Java中的增强for循环的底层实现原理与坑
摘要: 参考:https://blog.csdn.net/weixin_41799019/article/details/98112586
阅读全文
posted @ 2022-02-24 16:00 qlnx
阅读(75)
评论(0)
推荐(0)
2022年2月18日
记录-数据库历史数据查询、恢复
摘要: 参考博客:https://blog.csdn.net/yelllowcong/article/details/78459484 一、起因 想着在测试库执行update语句,不小心在正式库执行了,而且where条件写的有问题,把想要更新之外的数据也更新了。 二、首先查询某张表的历史数据(根据时间点查询
阅读全文
posted @ 2022-02-18 17:57 qlnx
阅读(1380)
评论(1)
推荐(0)
2021年11月19日
记录-计算机运算符
摘要: 或运算(|):只要有一个是1,就是1,其它为0 与运算(&):两个为1才为1,其它为0 异或运算(^):相同为0,不相同为1 取反(~):1为0,0为1
阅读全文
posted @ 2021-11-19 09:39 qlnx
阅读(35)
评论(0)
推荐(0)
2021年10月13日
记录-tomcat版本问题
摘要: /** * 开启快速结束模式 failFast (true) */private static Validator validator = Validation.byProvider(HibernateValidator.class).configure().failFast(false) .bui
阅读全文
posted @ 2021-10-13 19:00 qlnx
阅读(25)
评论(0)
推荐(0)
2021年8月31日
记录-Windows10 cnpm报禁止运行脚本
摘要: -> 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
阅读(413)
评论(0)
推荐(0)
记录-html和html5区别
摘要: 总结: 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
阅读(64)
评论(0)
推荐(0)
2021年8月30日
记录-查询硬盘物理序号
摘要: cmd -> wmic diskdrive get serialnumber 引用:https://blog.csdn.net/qq_39390545/article/details/102935313
阅读全文
posted @ 2021-08-30 10:51 qlnx
阅读(285)
评论(0)
推荐(0)
下一页
公告