摘要: [db]db_port = 3306db_user = rootdb_host = 127.0.0.1db_pass = xgmtest [concurrent]processor = 20中文thread = 10 阅读全文
posted @ 2017-12-22 14:03 carlvine 阅读(196) 评论(0) 推荐(0)
摘要: CreateProcess 为了便于控制通过脚本运行的程序,可以使用win32process模块中的CreateProcess()函数。其函数原型如下所示。 CreateProcess(appName, commandLine , processAttributes , threadAttribut 阅读全文
posted @ 2017-12-22 14:03 carlvine 阅读(3992) 评论(0) 推荐(0)
摘要: SOAP:简单对象访问协议 Simple Object Access Protocol WSDL:网络服务描述语言 Web Services Description Language 阅读全文
posted @ 2017-12-22 14:03 carlvine 阅读(53) 评论(0) 推荐(0)