摘要: https://jingyan.baidu.com/article/c1a3101efb30129e646deb7b.html 阅读全文
posted @ 2020-03-13 18:59 荣神益人 阅读(1682) 评论(0) 推荐(0) 编辑
摘要: AppDomain.CurrentDomain.ProcessExit这个事件在taskkill来结束进程时不会被调用到 阅读全文
posted @ 2020-03-13 18:45 荣神益人 阅读(149) 评论(0) 推荐(0) 编辑
摘要: env.bat set MSBuild="C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" 编译.bat call env.bat %MSBuild% KiddoBC.sln /p:Configuration=Debug /p:De 阅读全文
posted @ 2020-03-13 17:35 荣神益人 阅读(332) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhoujinyi/p/11983859.html 阅读全文
posted @ 2020-03-13 15:40 荣神益人 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/kiyo/p/multiple-line-syntax.html 阅读全文
posted @ 2020-03-13 15:28 荣神益人 阅读(130) 评论(0) 推荐(0) 编辑
摘要: ls -lh $(find / -type f -size +100M) 阅读全文
posted @ 2020-03-13 09:38 荣神益人 阅读(931) 评论(0) 推荐(0) 编辑
摘要: mysql2redis是一个可以在mysql中执行redis命令的第三方插件,昨天在用它调用命令LTRIM时没有效果: redis_command_v2('LTRIM', 'UserReadingRecord1', 0, 9) 今天用eval命令试了一下,成功了,哈哈: redis_command_ 阅读全文
posted @ 2020-03-13 09:21 荣神益人 阅读(376) 评论(0) 推荐(0) 编辑