随笔分类 -  工具使用

该文被密码保护。

posted @ 2018-10-18 14:31 xc-suibijilu

摘要:设置.py文件模板: 阅读全文

posted @ 2018-03-31 14:58 xc-suibijilu 阅读(116) 评论(0) 推荐(0)

摘要:Linux或者Mac下方法: 创建文件,进入文件,输入内容: cd ~ touch .git-credentials vim .git-credentials https://{username}:{password}@github.com 在终端下输入: git config --global credential.helper store 打开~/.gitconfig文件,会发现多了一... 阅读全文

posted @ 2017-01-16 17:25 xc-suibijilu 阅读(152) 评论(0) 推荐(0)

摘要:进入https://coding.net/注册一个账号,安装git客户端 1.创建一个项目 2.在目录下右击 3.git命令行输入:git clone https://git.coding.net/xuleixu/xul-python.git(此网址为git中代码的网址,可以从下图中获取) 4.在生 阅读全文

posted @ 2016-11-19 22:47 xc-suibijilu 阅读(118) 评论(0) 推荐(0)

导航