上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页
摘要: http://www.jb51.net/article/103841.htm 1.官网下载 .dmg安装包 2.安装mysql 下载完成后,点击安装,一路确认,等待安装成功。 安装过程中,记录下临时密码 启动mysql 进入系统偏好设置,最下边一行,找到mysql打开,点击"Start MySQL 阅读全文
posted @ 2017-06-22 22:13 xqnq2007 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1 ssh-keygen 产生公钥和私钥 2 cat ~/.ssh/id_rsa.pub 复制出对应的公钥, 3 拷贝到git上的ssh-key里,注意拷贝时,换行处可能会引起错误,要把换行处的空格删除一下试试。 http://blog.csdn.net/bmj/article/details/76 阅读全文
posted @ 2017-06-22 21:40 xqnq2007 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 1 sudo pip install virtualenv 安装 2 找一合适目录装虚拟环境 virtualenv virzhongguo 3 激活虚拟环境 source virzhongguo/bin/activate 4 在虚拟环境下安装各种包或django版本 pip install .... 阅读全文
posted @ 2017-06-22 19:45 xqnq2007 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000002645623 1、设置Git的user name和email:(如果是第一次的话) 2、生成密钥 连续3个回车。如果不需要密码的话。最后得到了两个文件:id_rsa和id_rsa.pub。 用vim打开id_rsa.pub 如 阅读全文
posted @ 2017-06-18 23:26 xqnq2007 阅读(265) 评论(0) 推荐(0) 编辑
摘要: http://www.jianshu.com/p/91047e3a4ee9 将项目放到git上,然后将pathonanywhere上的ssh传到git上,没有的话先创建,然后从git上把项目拷贝到pathonanywhere的根目录下/home/xqnq2007下 1 创建虚拟环境, 配置Virtu 阅读全文
posted @ 2017-06-18 23:24 xqnq2007 阅读(1430) 评论(0) 推荐(0) 编辑
摘要: Pillow is a replacement for PIL, the Python Image Library, which provides image processing functionality and supports many file formats. 阅读全文
posted @ 2017-06-18 23:17 xqnq2007 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 导入数据库: 1 mysql>use ygeshop; ygeshop为数据库名 2 mysql>source 导入的文件名; 如我输入的命令行:mysql>source ygeshop.sql; 1、 显示数据库列表。 show databases; 缺省有两个数据库:mysql和test。 my 阅读全文
posted @ 2017-06-18 23:16 xqnq2007 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/9c69d48fb9fd7b13c8024e6b.html 更新源列表 打开"终端窗口",输入"sudo apt-get update"-->回车-->"输入当前登录用户的管理员密码"-->回车,就可以了。 安装ssh 打开"终端窗 阅读全文
posted @ 2017-06-18 23:10 xqnq2007 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 获取远程某个分支: 1 git checkout --track origin/serverfix serverfix为分支名称 2 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-bra 阅读全文
posted @ 2017-06-18 17:32 xqnq2007 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_6145ed810102vqu6.html 我是使用 brew 来安装的,让我们再回顾一下整个过程吧。如果你没有装 brew ,先看步骤一,否则直接看步骤二。 步骤一:安装 Homebrew 先看看是否满足下面条件: 满足了,就可以安装 阅读全文
posted @ 2017-06-18 11:20 xqnq2007 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页