摘要: 思路: 获取相应组合的调仓数据 转化为自己组合的调仓数据 获得的是一行字符串 将字符串转为对应数据结构 点开调仓页面 通过股票名称定位输入框,再输入对应调仓数据 完成调仓 阅读全文
posted @ 2022-08-09 20:54 FrostyForest 阅读(25) 评论(0) 推荐(0) 编辑
摘要: git bash中输入 git config --global http.proxy http://127.0.0.1:1080 git config --global https.proxy https://127.0.0.1:1080 git config --global --unset ht 阅读全文
posted @ 2022-08-09 01:35 FrostyForest 阅读(37) 评论(0) 推荐(0) 编辑
摘要: git删除远程分支 git push origin --delete [branch_name] 删除本地分支区别 git branch -d 会在删除前检查merge状态(其与上游分支或者与head)。 git branch -D 是git branch --delete --force的简写,它 阅读全文
posted @ 2022-08-09 00:12 FrostyForest 阅读(305) 评论(0) 推荐(0) 编辑
摘要: https://www.seedblog.cn/article_details/533 阅读全文
posted @ 2022-08-09 00:05 FrostyForest 阅读(182) 评论(0) 推荐(0) 编辑