更新系统后, 一经调用PHP接口,PHPFPM一起来就疯狂占用内存. 经查是Monolog启用的info日志,…
分类: Program
How to activation PHPStorm 2017 — 2018 License Server
http://nodde.ru:1027 https://roothat.ru/how-to-activati…
Angular 2.0
Angular2.0 http://angular.io https://angular.cn Install…
phpstorm setup
Download https://www.jetbrains.com/phpstorm/ PhpStorm 2…
Homebrew install web development envirment
Nginx brew install nginx PHP brew install php71 brew in…
PHP Composer
https://getcomposer.org/ Installation curl -sS https://…
doctrine createQueryBuilder count and not exists
$qb = $this->o->createQueryBuilder(‘o’); $sub = $…
Mac os 上用C++进行MYSQL开发配置
下载boost: https://sourceforge.net/projects/boost/?sour…
批量转换目录下所有文件到UTF8
#!/bin/sh for i in * do iconv -f GBK -t UTF-8 $i >tmp c…