会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xqnq2007
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
19
20
21
22
23
24
25
26
27
···
31
下一页
2017年6月24日
ubuntu安装 pip
摘要: sudo apt-get install python-pip
阅读全文
posted @ 2017-06-24 15:47 xqnq2007
阅读(102)
评论(0)
推荐(0)
编辑
主机屋 ubuntu 14安装nginx
摘要: http://www.cnblogs.com/piscesLoveCc/p/5794926.html 安装gcc g++的依赖库 1 sudo apt-get install build-essential 2 sudo apt-get install libtool 安装 pcre依赖库 3 su
阅读全文
posted @ 2017-06-24 15:42 xqnq2007
阅读(140)
评论(0)
推荐(0)
编辑
2017年6月23日
django 发送邮件设置
摘要: http://blog.csdn.net/zy416548283/article/details/45058369 http://blog.csdn.net/viqecel/article/details/50885356 EMAIL_HOST = 'smtp.163.com' EMAIL_PORT
阅读全文
posted @ 2017-06-23 15:32 xqnq2007
阅读(403)
评论(0)
推荐(0)
编辑
mac 破解photoshop cs6
摘要: 1 首先安装photoshop cs6,安装好后退出 2 下载破解补丁 破解补丁文件网盘下载:https://pan.baidu.com/s/1hrXieqS 或自行在百度网页里搜amtlib.framework破解补丁文件, 3 下载好的破解补丁,后缀是 .rar 和 .zip压缩的,解开压缩得到
阅读全文
posted @ 2017-06-23 11:15 xqnq2007
阅读(311)
评论(0)
推荐(0)
编辑
mac为photoshop添加字体
摘要: https://jingyan.baidu.com/article/a3761b2b8484321576f9aaac.html 一、 1)点击Launchpad 2)搜索“字体册” 二 打开字体册 三 1)选择“文件选项” 2)选择“添加字体”
阅读全文
posted @ 2017-06-23 11:07 xqnq2007
阅读(3175)
评论(0)
推荐(0)
编辑
mac使用xampp中自带phpmyadmin连接单独安装mysql
摘要: 1 在xampp安装目录中找到phpadmin目录,编辑config.inc.php权限,赋予读写权限 2 打开config.inc.php $cfg['Servers'][$i]['user'] = 'root';$cfg['Servers'][$i]['password'] = '1';/* S
阅读全文
posted @ 2017-06-23 10:29 xqnq2007
阅读(894)
评论(0)
推荐(0)
编辑
mac 下mysql常用命令
摘要: 是那种单独安装的mysql 启动: /usr/local/mysql/bin/mysql -u root -p
阅读全文
posted @ 2017-06-23 09:55 xqnq2007
阅读(227)
评论(0)
推荐(0)
编辑
2017年6月22日
使用virtualenv, uwsgi, nginx来布署django
摘要: http://blog.csdn.net/lihao21/article/details/47731903 http://www.cnblogs.com/lxg226/p/3468558.html http://www.360doc.com/content/14/0323/21/8504707_36
阅读全文
posted @ 2017-06-22 23:03 xqnq2007
阅读(136)
评论(0)
推荐(0)
编辑
Error Code: 1055 incompatible with sql_mode=only_full_group_by
摘要: OperationalError at / 登录mysql
阅读全文
posted @ 2017-06-22 22:52 xqnq2007
阅读(285)
评论(0)
推荐(0)
编辑
mac 安装 mysql-python
摘要: 1 首先安装mysql 要那种纯净,独立的mysql,不是xampp里附带的 2 下载 mysql-python压缩包,解压,找到里面的site.cfg里的 mysql_config = /usr/local/mysql/bin/mysql_config 改为本机正确的路径 3 python set
阅读全文
posted @ 2017-06-22 22:24 xqnq2007
阅读(228)
评论(0)
推荐(0)
编辑
上一页
1
···
19
20
21
22
23
24
25
26
27
···
31
下一页
公告