|
|
|
@ -83,6 +83,8 @@ vim $PROFILE
|
|
|
|
|
git init
|
|
|
|
|
git remote add origin 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 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)
|
|
|
|
|
|
|
|
|
|
5,
|
|
|
|
|
5,[Git中使用.gitignore忽略文件的推送](https://blog.csdn.net/lk142500/article/details/82869018)
|
|
|
|
|
|
|
|
|
|
6,[python 3 实现定义跨模块的全局变量和使用](https://codeantenna.com/a/9YbdOKrrSJ)
|
|
|
|
|
|
|
|
|
|