摘要:
一. install python1) check install or not在mac终端输入命令:which python 即可查看python的路径2)未安装时,手动下载安装包 地址:https://www.python.org/downloads/ 选择下载 Mac OS X 64-bit... 阅读全文
摘要:
前言我准备用stackless模拟游戏玩家登陆/注册等行为,测试游戏服务器的性能。但是在安装stackless的过程中遇到了很多问题,特此记录下来,也分享给需要的朋友。关于stacklessStackless Python is an experimental implementation of t... 阅读全文