https://www.jianshu.com/p/7fe5ed0f426e https://www.zhihu.com/question/30601778 http://xamclub.com/archives/762
安装svn 配置教程: https://blog.csdn.net/zengsange/article/details/80618301 其他配置教程[开机启动] https://www.cnblogs.com/chen-lhx/p/5805716...
前提介绍为何分页查询在测试环境没事,在生产上几千万的数据就出现了问题在平时开发时,由于数据量没有那么大,所以测试有时候会不到位,比如用到的分页查询,使用不规范时,数据量越大,查询越慢,而且有长时间进程不结束,会导致内存不足等风险 传统分页查询:SEL...
前提介绍在执行select * from table into outfile ‘/home/xx.txt* character set utf8 fields terminated by ‘’ optionally enclos...
问题描述:Git仓库忽略大小写配置 解决方案: 设置 项目路径/.git/config 文件中[Code]项下ignorecase = false 详细步骤 Sourcetree 进入Sourcetree, 并进入仓...
问题描述:Microsoft store应用商店无法加载页面代码: 0x80131500 解决方案: 调整网络连接 执行命令 netsh winsock reset 并重启 更改DNS 清理应用商店的缓存 执行命令 WSReset.exe ...
VS2010的智能提示没有了的可能原因https://www.cnblogs.com/liuzhendong/archive/2012/06/28/2567584.html VS停用ReSharperhttps://www.cnblogs.com...
Nginx 综合命令 123456$ /etc/init.d/nginx start$ /etc/init.d/nginx stop$ /etc/init.d/nginx restart$ nginx 启动nginx$ nginx -v 查...
查看端口/进程 查看所有进程和端口使用情况 netstat –apn 用于查看某一端口的占用情况 lsof -i:端口号 用于查看指定的端口号的进程情况 netstat -tunlp |grep 端口号 根据程序名称查询端...
Q1: Supervisorctl error: unix:///var/run/supervisord.sock refused connection? A1: 指定配置文件 supervisord...