wkyuu 3 years ago
parent b07a07ca69
commit 8c2159fee7

@ -83,6 +83,8 @@ vim $PROFILE
git init git init
git remote add origin https://bdgit.educoder.net/mf942lkca/milkSpider.git git remote add origin https://bdgit.educoder.net/mf942lkca/milkSpider.git
git pull https://bdgit.educoder.net/mf942lkca/milkSpider.git git pull https://bdgit.educoder.net/mf942lkca/milkSpider.git
git remote -v # 查看远程仓库信息
touch .gitignore # 创建忽略上传控制文件
git commit -m "update" # 先添加一个commit git commit -m "update" # 先添加一个commit
git add *.py # 添加要push的本地内容到一个本地临时仓库 git add *.py # 添加要push的本地内容到一个本地临时仓库
@ -183,7 +185,7 @@ redisconn = redis.Redis(host = '127.0.0.1', port = '6379', password = 'x', db =
4[Python将list逐行读入到csv文件中](https://blog.csdn.net/weixin_41068770/article/details/103145660) 4[Python将list逐行读入到csv文件中](https://blog.csdn.net/weixin_41068770/article/details/103145660)
5 5[Git中使用.gitignore忽略文件的推送](https://blog.csdn.net/lk142500/article/details/82869018)
6[python 3 实现定义跨模块的全局变量和使用](https://codeantenna.com/a/9YbdOKrrSJ) 6[python 3 实现定义跨模块的全局变量和使用](https://codeantenna.com/a/9YbdOKrrSJ)

Loading…
Cancel
Save