关于mongoDB数据转出为EXCEL文件
mongoexport -d text -c ippool -f ip,verify --type=csv -o …/ippool.csv
数据库db 表 字段 输出文件类型 文件路径
maven常用仓库地址
修改指导:https://blog.youkuaiyun.com/qq_27292113/article/details/52385445?utm_medium=distribute.pc_relevant.none-task-blog-OPENSEARCH-3.not_use_machine_learn_pai&depth_1-utm_source=distribute.pc_relevant.none-task-blog-OPENSEARCH-3.not_use_machine_learn_pai
http://mvnrepository.com/
http://search.maven.org/
http://repository.sonatype.org/content/groups/public/
http://people.apache.org/repo/m2-snapshot-repository/
http://people.apache.org/repo/m2-incubating-repository/
Chrome-Driver驱动下载
https://npm.taobao.org/mirrors/chromedriver/
PS:可以直接将驱动复制到chrome.exe同级目录下
java.lang.IllegalMonitorStateException
这个异常指的是对象资源没有进行加锁处理,需要给目标对象添加synchronized(-对象-){-相关操作-}
python 第三方库下载地址
https://www.lfd.uci.edu/~gohlke/pythonlibs/
python manage repository 下载镜像
PS:选1-2个就行,推荐阿里云
阿里云:https://mirrors.aliyun.com/pypi/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:https://pypi.hustunique.com/
山东理工大学:https://pypi.sdutlinux.org/
豆瓣:https://pypi.douban.com/simple/
MySql下载地址
https://downloads.mysql.com/archives/community/
##ubuntu镜像源更新报错原因之一
1、建议更换国内软件源
2、更换python版本
Python网络编程
https://www.cnblogs.com/pythonPath/p/12402760.html