09 2016 档案
摘要:UDP最大的缺点是可能丢包 发了密文对面死活解不开。。。 python 记得用 bytes(str,encode="utf 8")编码下
阅读全文
摘要:```
__FILENAME__ __file__
dir() os.getcwd()
file_exist os.path.isfile()
is_dir os.path.exist()
fopen op...
阅读全文
摘要:python3.4用的是msvs2010编译的,所以python3.4默认只能认出msvs2010。 python2.7用的是msvs2008编译的,所以python2.7默认只能认出msvs2008. SET VS90COMNTOOLS=%VS120COMNTOOLS% 3.5还有个大坑 pip
阅读全文