摘要:
将博客搬至CSDN 阅读全文
摘要:
```
a = { 'version': 1, 'disable_existing_loggers': False, 'formatters': { 'standard': { 'format': '%(asctime)s [%(levelname)s] %(name)s: %(message)s' }, },... 阅读全文
摘要:
```
adduser git
mkdir /git
cd /git
git init --bare sample.git chown -R git:git sample.git if port custom:
git clone ssh://git@remote_ip:remote_port/git/download.git master
git push ssh://git@remote_... 阅读全文
摘要:
```
sc create frp binPath= C:\exe\exe.exe start= auto
``` 阅读全文
摘要:
```
docker run -d -p 8081:8081 centos:latest /usr/bin/bash -c "trap : TERM INT; sleep infinity & wait"
``` 阅读全文
摘要:
config npm config environment config taobao mirror registry 阅读全文
摘要:
get server.key with password get server.key no password get server.csr get ca.crt get server.crt config ssl.conf open 443 port restart nginx 阅读全文
摘要:
``` var origin_str = "e4bda061e5a5bd62"; var dec2utf8 = function (arr) { if (typeof arr === 'string') { return arr; } var unicodeString = '', _arr = a 阅读全文
摘要:
1 2 download gettext 3 download libstdc++ 6.dll then put libstdc++ 6.dll to c:\windows\system32\ 阅读全文
摘要:
```
alter database blog character set utf8 collate utf8_general_ci;
``` 阅读全文