01 2016 档案

摘要:These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individu 阅读全文
posted @ 2016-01-29 13:24 censai 阅读(316) 评论(0) 推荐(0)
摘要:本文转自: http://www.cnblogs.com/eoiioe/archive/2008/09/20/1294681.html.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)—————————... 阅读全文
posted @ 2016-01-27 03:17 censai 阅读(246) 评论(0) 推荐(0)
摘要:SERVER :Go to the folder where you want to create a new git source.And then runcd ~/Code/git initgit add *git commit -m "initial commit."git config -... 阅读全文
posted @ 2016-01-18 11:53 censai 阅读(362) 评论(0) 推荐(0)
摘要:配置pycharm远程连接,点击pycharm的tools,选择deployment选项,选择configuration。2点击左侧的加号按钮,新增一个连接,取个名字,根据个人配置选择协议,这里选择sftp。34填写完成之后,测试是否配置正确,点击Test SFTP connection5完成之后点... 阅读全文
posted @ 2016-01-07 07:14 censai 阅读(220) 评论(0) 推荐(0)