
python
danssion
这个作者很懒,什么都没留下…
展开
-
【原创】Neo4J 与 py2neo 版本关系
Neo4J 与 py2neo原创 2023-03-07 17:32:54 · 4976 阅读 · 4 评论 -
python 调用 shell 的方法(转载)
国人一片抄,看一看老外的吧:How to Execute a Shell Command in Python [Step-by-Step]https://codefather.tech/blog/shell-command-python/转载 2022-04-18 15:32:12 · 248 阅读 · 0 评论 -
python多进程子进程不运行问题--未解决
在升级程序到 python3.9 后,异步非阻塞的子进程起不来了,实际代码在python3.6 版是可以运行的 :程序逻辑及相关使用方式大概是这样的def job(x): return x * xif name == “main”: pool multiprocessing.Pool() res = [pool.apply_async(target=job, (i,)) for i in range(3)] print [r.get() for r in res原创 2021-08-18 20:15:28 · 4156 阅读 · 5 评论 -
uwsgi安装及配置搭档nginx
环境比较奇葩 Centos5.6 + python 2.7.8原创 2014-07-31 17:00:56 · 1317 阅读 · 0 评论