
Python
鱼思故渊
这个作者很懒,什么都没留下…
展开
-
Python 实现socket通信 (UDP)
Server: [python] view plaincopyprint? import socket address = ('127.0.0.1', 31500) s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) s.bind(address) while True: data, addr原创 2013-12-29 17:56:14 · 4416 阅读 · 2 评论 -
python manag.py syncdb不能成功创建表 Run 'manage.py makemigrations' to make new migrations,
python环境 C:\Python27\Lib\site-packages>python --version Python 2.7.5 安装setuptools 下载脚本:https://bootstrap.pypa.io/ez_setup.py python ez_setup.py django环境 下载:https://www.djangoproject.com/downloa转载 2014-09-13 11:08:14 · 8119 阅读 · 0 评论