摘要:
(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|] http://www.cnblogs.com/speeding/p/5097790.html
阅读全文
posted @ 2019-05-23 21:08
Go_Forward
阅读(317)
推荐(0)
摘要:
sqlserver sqlcmd -S localhost -U SA -P '<YourPassword>' # sqlcmd -S 192.555.5.555 -U SA -P '<YourPassword>' https://my.oschina.net/gugudu/blog/841487
阅读全文
posted @ 2019-05-17 14:24
Go_Forward
阅读(105)
推荐(0)
摘要:
from: https://stackoverflow.com/a/15501754/8025086
阅读全文
posted @ 2019-05-16 21:23
Go_Forward
阅读(431)
推荐(0)
摘要:
https://segmentfault.com/q/1010000000698181 flush 将sql发送到内存 commit 真正提交
阅读全文
posted @ 2019-05-15 15:09
Go_Forward
阅读(157)
推荐(0)
摘要:
yum install gcc-c++ python-devel.x86_64 cyrus-sasl-devel.x86_64 pip install pyhs2 ref: https://www.oschina.net/question/3067165_2208165
阅读全文
posted @ 2019-05-11 16:29
Go_Forward
阅读(131)
推荐(0)
摘要:
mysql> SHOW VARIABLES LIKE "general_log%"; + + +| Variable_name | Value |+ + +| general_log | OFF || general_log_file | /var/run/mysqld/mysqld.log |+
阅读全文
posted @ 2019-04-20 21:34
Go_Forward
阅读(189)
推荐(0)
摘要:
ssh user@host -v
阅读全文
posted @ 2019-04-18 11:55
Go_Forward
阅读(1352)
推荐(0)
摘要:
pwgen -s 32 1 openssl passwd -salt openssl rand -base64 32 openssl rand -hex 100
阅读全文
posted @ 2019-04-16 22:42
Go_Forward
阅读(157)
推荐(0)
摘要:
https://stackoverflow.com/a/28090544/8025086 https://www.xaprb.com/blog/2006/12/07/how-to-select-the-firstleastmax-row-per-group-in-sql/
阅读全文
posted @ 2019-04-05 10:40
Go_Forward
阅读(657)
推荐(0)
摘要:
package_data 和MANIFEST.in都写,include_package_data=True https://stackoverflow.com/a/3597263/8025086
阅读全文
posted @ 2019-04-02 22:18
Go_Forward
阅读(485)
推荐(0)