摘要: PostgreSQL并发控制(显式锁定) 转载自:YuanyuanL PostgreSQL 基于PostgreSQL 9.4 9.3中文文档:http://58.58.27.50:8079/doc/html/9.3.1_zh/explicit-locking.html#LOCKING-TABLES 阅读全文
posted @ 2020-12-04 09:57 changxun 阅读(663) 评论(0) 推荐(0)
摘要: #coding: utf-8 import os import re def execute_cmd(cmd): out = os.popen(cmd) return out.read() def dnat_list(): cmd = 'netsh interface portproxy show 阅读全文
posted @ 2020-10-16 11:25 changxun 阅读(102) 评论(0) 推荐(0)
摘要: 见官方文档: https://docs.sqlalchemy.org/en/13/orm/loading_relationships.html 阅读全文
posted @ 2020-09-29 09:54 changxun 阅读(842) 评论(0) 推荐(0)
摘要: test 阅读全文
posted @ 2020-09-27 00:38 changxun 阅读(276) 评论(0) 推荐(0)
摘要: network linux 阅读全文
posted @ 2019-05-27 15:34 changxun 阅读(202) 评论(0) 推荐(0)
摘要: iptables 命令输出信息详解 阅读全文
posted @ 2019-01-15 19:10 changxun 阅读(8291) 评论(0) 推荐(1)
摘要: https://github.com/shadowsocks/shadowsocks windows/releases/download/4.1.2/Shadowsocks 4.1.2.zip 阅读全文
posted @ 2018-11-21 17:35 changxun 阅读(1) 评论(0) 推荐(0)
摘要: 有弹框吗?嘿嘿。。 阅读全文
posted @ 2018-08-16 14:00 changxun 阅读(203) 评论(0) 推荐(0)
摘要: ssl 双向认证例子(python) 阅读全文
posted @ 2018-08-16 10:20 changxun 阅读(613) 评论(0) 推荐(0)
摘要: nginx用做负载均衡引擎 阅读全文
posted @ 2018-06-04 13:22 changxun 阅读(481) 评论(0) 推荐(0)