12 2018 档案

composer install或者update 出错
摘要:composer install或者update 出错Your requirements could not be resolved to an installable set of packages改成 composer install --ignore-platform-reqs 或者 comp 阅读全文

posted @ 2018-12-26 12:05 微先锋 阅读(176) 评论(0) 推荐(0)

服务器上的一些统计数据
摘要:服务器上的一些统计数据: 1)统计80端口连接数 1 2)统计httpd协议连接数 1 3)、统计已连接上的,状态为“established 1 4)、查出哪个IP地址连接最多,将其封了. 1 2 3 1、查看apache当前并发访问数: 1 对比httpd.conf中MaxClients的数字差距 阅读全文

posted @ 2018-12-21 11:41 微先锋 阅读(608) 评论(0) 推荐(0)

thinkphp queue
摘要:composer create-project topthink/think composer require topthink/think-queue php think queue:work --daemon --queue helloJobQueue 阅读全文

posted @ 2018-12-20 16:35 微先锋 阅读(155) 评论(0) 推荐(0)

SQLserver 导入超大CSV(100G以上)方法
摘要:1、似乎SQLSERVER2008对UTF8不兼容,采用SQLSERVER20052、采用SQLSERVER2005,还是出现UTF8诸如此类的问题,修改表结构,varchar改成 nvarchar3、出现”列N 截断”,导入时候,点击“高级”,修改字符长度4、如果硬盘不够大,无法承受LOG快速增长 阅读全文

posted @ 2018-12-01 14:06 微先锋 阅读(2766) 评论(0) 推荐(0)

导航