上一页 1 ··· 4 5 6 7 8
摘要: 比较两个版本 git log 0.4.x..master git show xxxxx 2增加已有代码 git remote add origin git@git.oschina.net:anjunact/rails-demo.git git push –u origin master –f 阅读全文
posted @ 2016-11-12 22:53 anjunact 阅读(113) 评论(0) 推荐(0) 编辑
摘要: http://zhaoda.net/webpack-handbookwebpack --display-error-detailsnpm install webpack-dev-server –gwebpack-dev-server --progress --colors 阅读全文
posted @ 2016-11-12 19:18 anjunact 阅读(113) 评论(0) 推荐(0) 编辑
摘要: :for 是关键字, each是方法. for 后面的变量,是全局变量,不仅仅存在于for .. end 这个作用域之内 module中的 self.xx方法可以被直接调用 module中的普通方法,需要被某个class include之后, 由对应的class调用 include ModuleName == use xxx (php)ClassName.extend(ModuleName)... 阅读全文
posted @ 2016-11-12 12:19 anjunact 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 测试dns nslookup test.cn 10.109.68.114 ipconfig /flushdns dig test.cn @10.109.68.114 sudo /etc/init.d/nscd restart 阅读全文
posted @ 2016-11-11 13:28 anjunact 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Download the latest epel-release rpm fromhttp://dl.fedoraproject.org/pub/epel/6/x86_64/ Install epel-release rpm:# rpm -Uvh epel-release*rpm Install libmcrypt-devel rpm package:# yum install libmcryp... 阅读全文
posted @ 2016-11-08 17:36 anjunact 阅读(168) 评论(0) 推荐(0) 编辑
摘要: ini_set('display_errors', '1');error_reporting(E_ALL ^ E_NOTICE); 有时有了其它框架 应该用它的配置,要不然,你改了,它又改回去了;除非你知道错的那一行,加这两行到它上面;写日志_log =’path/error.log’, 发现如果关闭显示错误,日专也不写了 阅读全文
posted @ 2016-11-07 16:22 anjunact 阅读(192) 评论(0) 推荐(0) 编辑
摘要: docker https://cr.console.aliyun.com/#/accelerator pecl install xdebug xdebug.remote_enable = on php laravel http://pkg.phpcomposer.com/ python vi ~/. 阅读全文
posted @ 2016-11-05 15:20 anjunact 阅读(108) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8