摘要:
客户端 查看所有配置 SHOW VARIABLES; 查看最大连接数 select @@GLOBAL.max_connections; 参考 所有配置参数 http://dev.mysql.com/doc/refman/5.6/en/server system variables.html 更改系统 阅读全文
摘要:
Network I/O operations in user code should only be done through the Nginx Lua API calls as the Nginx event loop may be blocked and performance drop of 阅读全文
摘要:
代码格式强迫症必备: [ { "keys": [","], "command": "insert", "args": {"characters": ", "}}, { "keys": ["="], "command": "insert", "args": { "characters": " = " 阅读全文
摘要:
https://developer.android.com/training/volley/request.html Request JSON Volley provides the following classes for JSON requests: JsonArrayRequest—A re 阅读全文
摘要:
```
set subl="C:\Program Files (x86)\Sublime Text 3\subl.exe"
set git-bash="C:\Program Files\Git\git-bash.exe"
for %%x in ("C:\projects\jarsj","C:\projects\jasygl","C:\projects\wdksw","c:\cloud") do (... 阅读全文
摘要:
```
#!/bin/bash
git --git-dir=/var/www/domain/.git --work-tree=/var/www/domain pull
uwsgi --reload /tmp/domain
service nginx restart
``` 阅读全文
摘要:
lua C 阅读全文
摘要:
`git fetch && git reset hard origin/master` 阅读全文
摘要:
But did you know Google allows you to download the full standalone installer of Chrome from its official website? Our readers "Musafir_86" and "anuj" 阅读全文
摘要:
下载adk https://www.microsoft.com/en us/download/details.aspx?id=30652 安装 C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployme 阅读全文