
python
文章平均质量分 65
沐自礼
熟悉语言:c/c++,java,python
展开
-
python+selenium 爬虫
python,爬虫,selenium,chrome原创 2022-10-05 16:51:24 · 545 阅读 · 1 评论 -
ubuntu下如何 将文件或者文件夹传到github上.
https://www.jianshu.com/p/c70ca3a02087(第一步)1,ssh检查2,生成秘钥,打开id_rsa.pub,查看.3,github上设置相关的ssh 远程的链接.(第二步)1,到达想上传的文件夹下. 初始化. git init2,git add . 然后设置 注释文件 git commit -m "注释信息"3,github 上 新建相应的仓库.4, ssh与仓储...原创 2018-05-01 17:37:15 · 1197 阅读 · 0 评论 -
python 小知识点
1关于joblib 的 Parallel, delayedfrom joblib import Parallel, delayedimport timepred=open("predict.csv",'wb')train=open("train.csv","wb")ll1=[]ll2=[]def func1(i): return it1=time.time()with ...原创 2018-04-26 16:46:37 · 238 阅读 · 0 评论