摘要:
1、多个进程,参数给实例方法,逐次运行时没有问题的,代码如下:import multiprocessingclass MyClass(object): def calc(self,num): print 'the number is ',numif __name__ == '__... 阅读全文
摘要:
一、实验环境搭建因agileone很久没有更新,所以安装时需要注意版本。个人验证,如下版本可用:1.XAMPP实验版本:XAMPP for Windows Version 1.6.8下载地址:https://www.apachefriends.org/index.html名词解释: X是指操作... 阅读全文