hello cc

随笔分类 -  program_tool

摘要:1. install apt-get install git 2. 使用 ssh-keygen -C "email" -t rsa 生成一个ssh pub key,将生成的id_rsa.pub文件中的内容添加在 github的sshkey中。 mkdir test and cd test 创建一个测 阅读全文

posted @ 2016-05-03 00:46 星际海盗 阅读(217) 评论(0) 推荐(0)

摘要:配置一下Pycharm吧,不然用着头疼 常用设置: 1. pycharm默认是自动保存的,习惯自己按ctrl + s 的可以进行如下设置: 1). file -> Setting -> General -> Synchronization -> Save files on frame deactiv 阅读全文

posted @ 2015-05-28 10:17 星际海盗 阅读(529) 评论(0) 推荐(1)

hello man