摘要:
https://blog.csdn.net/qq_41431406/article/details/97926927 真的很全啊 阅读全文
摘要:
###simulated data#parameter setting: dc=0.5,p=0.005###real data##preprocesspython /home/ty/桌面/真实数据/EGAR00001004836_2561_1/fengge.py #split the whole g 阅读全文
摘要:
试过p = subprocess.Popen(cmd),然后p.wait p.communicate p.call 都没有实现 最后用 from multiprocessing import Lock lock = Lock() 在主进程中执行 lock.acquire() subprocess.c 阅读全文
摘要:
链接:https://pan.baidu.com/s/1uRcwjYbKLxMAtt948xjMQw 提取码:abcd 下载以后解压到python的依赖库里面,给文件german_transliterate-master改名为german_transliterate,然后直接导入from germa 阅读全文
摘要:
python源 为提供 pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI 阅读全文
摘要:
pip install matplotlib -i http://pypi.douban.com/simple --trusted-host pypi.douban.com matplotlib可以替换成别的 真的就是光速!! https://www.lfd.uci.edu/~gohlke/pyth 阅读全文
摘要:
https://lz5z.com/Python%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F/ 阅读全文
摘要:
跳跃表,加了n层索引的链表 https://www.jianshu.com/p/dc252b5efca6 阅读全文
摘要:
CAP理论的主要场景是在分布式环境下,在单机环境下,基本可不考虑CAP问题 Consistency:一致性,原文翻译过来是说,对于任何从客户端发达到分布式系统的数据读取请求,要么读到最新的数据要么失败。换句话说,一致性是站在分布式系统的角度,对访问本系统的客户端的一种承诺:要么我给您返回一个错误,要 阅读全文
摘要:
需要在maven 安装目录下的conf文件的settings.xml文件中加上如下代码: <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/pu 阅读全文