上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 40 下一页
  2016年9月6日
摘要: 下面这个配置适合ss (setq url-gateway-method 'socks)(setq socks-server '("Default server" "127.0.0.1" 1080 5)) 阅读全文
posted @ 2016-09-06 08:19 c3tc3tc3t 阅读(655) 评论(0) 推荐(0)
  2016年9月1日
摘要: emacs的flycheck插件支持使用 jslint 和eslint 阅读全文
posted @ 2016-09-01 21:35 c3tc3tc3t 阅读(1031) 评论(0) 推荐(0)
摘要: ubuntu16.04通过仓库安装的mysql5.7的配置文件在 修改字符只需要 在[mysqld] 然后重启 当你设置了UTF8编码 那么varchar(4)这个4即表示最多4个英文字母,当是汉字的时候也是最多4个汉字 阅读全文
posted @ 2016-09-01 09:54 c3tc3tc3t 阅读(350) 评论(0) 推荐(0)
  2016年8月29日
摘要: 在官方看到这个文档 写到一个sh文件里,然后运行 如果出现 N/A version is not installed yet nvm alias default xxx //这个xxx使你想用的版本 阅读全文
posted @ 2016-08-29 20:58 c3tc3tc3t 阅读(383) 评论(0) 推荐(0)
  2016年8月19日
摘要: 试了很多办法。用ss,vpn,都不行。 修改 /etc/default/docker的方式貌似在 1.12不好使了。最后找到和这个办法 http://blog.csdn.net/gsying1474/article/details/48860785 然后使用命令 一生中不知道因为被墙浪费多少时间 阅读全文
posted @ 2016-08-19 16:26 c3tc3tc3t 阅读(716) 评论(0) 推荐(0)
  2016年8月17日
摘要: 最近在看 <<the rails4 way>> 书中提到了这几个状态码,网上搜到几篇文章 http://www.cnblogs.com/cswuyg/p/3871976.html http://blog.sina.com.cn/s/blog_9bd573450101hbae.html 看完之后我总结 阅读全文
posted @ 2016-08-17 11:27 c3tc3tc3t 阅读(302) 评论(0) 推荐(0)
  2016年8月9日
摘要: 1 需要安装相关包 2 出现下面错误 * documentation : * xsltproc is missing. * fop is missing. * xmllint is missing. * The documentation can not be built. 解决 3 下面错误, o 阅读全文
posted @ 2016-08-09 17:41 c3tc3tc3t 阅读(789) 评论(0) 推荐(0)
  2016年7月26日
摘要: 命令安装: 以微软雅黑字体为例(其他的宋体、黑体等点阵字体都一样的),我们的雅黑字体文件是:Yahei.ttf(放在自己的主目录下)(在widows目录的Fonts目录下找需要的字体)由于我是双系统,我直接从Win7中复制了 msyh.ttf和msyhbd.ttf 到Ubuntu下 1在/usr/s 阅读全文
posted @ 2016-07-26 09:14 c3tc3tc3t 阅读(319) 评论(0) 推荐(0)
  2016年7月21日
摘要: 上下文说明 原本系统是15.10,无奈只支持1年,所以今天升级16.04,环境答好后运行rake migratte报错 NameError: uninitialized constant ActiveRecord::Migrator::Zlib 当时一脸蒙逼,原来代码一点没动,为何出现这个 检查一下 阅读全文
posted @ 2016-07-21 14:12 c3tc3tc3t 阅读(870) 评论(0) 推荐(0)
  2016年7月4日
摘要: 调试了很久,最后终于可以发送了 1 在config/environments/development.rb文件里配置邮件信息 config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method 阅读全文
posted @ 2016-07-04 13:18 c3tc3tc3t 阅读(219) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 40 下一页