- 博客(143)
- 收藏
- 关注
原创 google java code style
https://google-styleguide.googlecode.com/svn/trunk/javaguide.html https://code.google.com/p/google-styleguide/ https://github.com/styleguide/javascript
2014-11-22 23:34:42 334
原创 google js 代码规范
http://alloyteam.github.io/JX/doc/specification/google-javascript.xml http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
2014-11-22 23:25:53 206
原创 whenever no crontab
# http://stackoverflow.com/questions/7548730/cron-job-not-working-in-whenever-gemwhenever --update-crontabsudo service cron restartcrontab -l
2014-11-18 22:14:12 117
原创 rubocop 最佳实践
# class definition is too long# This likely means that your class definition takes more than 100 lines of code.# missing top-level class documentation comment# # use only ascii symbols i...
2014-11-18 13:53:16 343
原创 ubuntu vim 使用技巧
# 打开新的tabctrl + shift + T# 关闭标签页ctrl + shift + Q# 标签页切换ctrl + pgup/pgdn # 查找并打开文件cd ./blogset path=.,page/,src/# vim :find msgs_controller.rb # 支持table键# 也可以使用 lookup...
2014-11-18 12:51:31 104
原创 waiting apache2: Could not reliably determine the server's fully qualified domai
ubuntu 12.04waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 解决方法# http://aslamnajeebdeen.com/blog/how-to-fix-apache-coul...
2014-11-15 14:53:20 295
原创 rails devise Completed 401 Unauthorized && can't verify csrf token authenticity
最近做项目的时候,由于时间紧,做得太快,没注意细节,导致一些错误.11.05更新: 偶尔又会出现问题,清理历史记录后就好了!!! 1.can't verify csrf token authenticitygoogle了很久之后通过class ApplicationController < ActionController::Base # Prevent CSRF ...
2014-11-05 11:34:23 685
原创 rails 4 自定义脚手架配置
一.建立rails 4 项目rails -v # => 4.1.7rails new customgenerator --skip-bundle# edit the gem source in Gemfilecd customgeneratorbundle installrails s# visit http://127.0.0.1:3000/ 二.添...
2014-11-04 10:47:28 137
原创 devise cancancan rolify 权限认证
http://d.hatena.ne.jp/htz/20140718/1405690417 http://www.tonyamoyal.com/2010/07/28/rails-authentication-with-devise-and-cancan-customizing-devise-controllers/ http://arubystory.blogspot.com/...
2014-11-02 21:21:00 193
原创 cap production deploy时候public/uploads文件夹内容无法共享解决办法
http://stackoverflow.com/questions/9043662/carrierwave-files-with-capistrano # cap 3.2# in config/deploy.rbset :linked_dirs, fetch(:linked_dirs) + %w{public/system public/uploads}cap prod...
2014-10-31 16:21:33 180
原创 JavaScript高级程序设计事件笔记
一.dom0级事件on+事件名称onclick 二.dom2级事件addEventListenerremoveEventListener 三.ie事件处理程序attachEventdetachEvent 四.事件流dom2 级事件流包括三个阶段事件捕获阶段,处于目标阶段,事件冒泡阶段 五.事件对象event 事件类型《ui事件...
2014-10-28 23:25:01 90
原创 ubuntu 14.04 安装 redis stable
wget http://download.redis.io/redis-stable.tar.gztar xvzf redis-stable.tar.gzcd redis-stablemakemake testsudo make installcd utilssudo ./install_server.shsudo service redis_6379 sta...
2014-10-28 18:08:51 99
原创 ubuntu14.04 atom 安装 atom-beauitfy 插件
# Clone repogit clone git@github.com:Glavin001/atom-beautify.git# Change into repo directorycd atom-beautify/# Install dependenciesnpm config set registry http://registry.npmjs.org/# n...
2014-10-08 21:39:35 239
原创 elasticsearch搜索功能以及表的映射关系
http://www.verydemo.com/demo_c152_i10112.html http://www.jianshu.com/p/0b4346f503e3
2014-10-06 13:29:53 162
原创 rubygems.org guides 翻译十五(插件)
自从 RubyGems 1.3.2开始, RubyGems 会加载安装在gem或者 $LOAD_PATH.中的插件。插件必须命名为 ‘rubygems_plugin’ (.rb, .so, etc) 然后放在你的gem的 #require_path。插件通过 Gem::find_files 查找然后加载。 注意:当你执行你的插件的时候,如果你的gem安装了多个版本,那么你的插件文件加载多次。...
2014-10-05 13:24:12 167
原创 rubygems.org guides 翻译十四(faq)
这些年来,rubygems开发团队已经收到了许多反馈,以下是一份用户过去和现在频繁提出的反馈意见。I installed gems with --user-install and their commands are not availableHow can I trust Gem code that’s automatically downloaded?Why does req...
2014-10-05 13:23:56 154
原创 rubygems.org guides 翻译十三(贡献到rubygems.org)
希望贡献一个rubygems的项目吗? 那么你来对地方了! There are many development efforts going on right now, and they could use your help. 查看下面的链接开始贡献吧或者联系项目的主要人员。一、core projects这些项目由核心 RubyGems team.团队创建。RubyGemsR...
2014-10-05 13:23:41 147
原创 rubygems.org guides 翻译十六(Credits)
这个站点 open source 他的内容遵循 Creative Commons 协。.一、贡献者以下人话费了时间创建并改善 RubyGems文档:Gabe Berke-WilliamsGregory BrownAmaia CastroRyan DavisVijay DevEvgene DzhelyovMike GunderloyGabriel Hor...
2014-10-05 13:23:27 98
原创 rubygems.org guides 翻译十三(resources)
自己收集:http://stackoverflow.com/questions/2194547/ruby-how-to-write-a-gem 关于RubyGems的一份有用的材料集合。免费 fork ,或者添加你自己的。一、教程Making Ruby GemsGem Sawyer, Modern Day Ruby WarriorGemcutter & J...
2014-10-04 10:11:08 113
原创 rubygems.org guides 翻译十二(跑自己的gem server)
There are times you would like to run your own gem server.你或许希望分享你的gem给你的同事,但是又苦于没有网络。你或许私有代码仓库,组织内部网络的需求,你希望 distribute and manage as gems 不需要公开发行。有几种可选你的方案来设置你的gem服务器在内部网中。这份文档包含 gem server 命令和 ...
2014-10-04 10:10:55 185
原创 分布式设计与实现系列文章
1.http://blog.csdn.net/cutesource/article/details/5811914 2.http://blog.csdn.net/cutesource/article/details/5813379 3.http://blog.csdn.net/cutesource/article/details/5822459 4.http://blo...
2014-10-04 10:10:33 95
原创 rubymine性能调优
一.禁用不要的插件 二.jvm参数调整 cd rubymine_dir/binvim rubymine.vmoptions-Xms128m-Xmx2048m-XX:MaxPermSize=500m-XX:ReservedCodeCacheSize=128m-XX:+UseCodeCacheFlushing-XX:+UseCompressedOops...
2014-10-02 13:29:06 192
原创 java工具箱
一.java异步java.nio包netty框架(《netty权威指南》)netty文章介绍(http://www.coderli.com/netty-course-hello-world) 二.分布式,大数据企业架构《大型网站系统与Java中间件实践》《大型分布式网站架构-设计与实践》《大型网站技术架构-核心原理与技术分析》《大数据时代的IT架构设计》...
2014-10-01 01:42:11 93
原创 mac mini配置ruby开发环境
一.安装xcodeAppStore 二.安装homebrew# http://brew.shruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 三.安装rvmcurl -L https://get.rvm.io | bash -s sta...
2014-09-30 17:42:18 152
原创 sinatra使用will_paginate!!!
教材:http://snippets.aktagon.com/snippets/585-how-to-use-willpaginate-with-sinatra require 'will_paginate'require 'will_paginate/active_record'require 'will_paginate/view_helpers/sinatra'c...
2014-09-28 15:07:41 111
原创 使用vagrant创建统一的开发环境
一.安装vagrant和virtual box并下载ubuntu 12.04 32 bit镜像# virtual boxhttps://www.virtualbox.org/wiki/Downloads# vagranthttp://downloads.vagrantup.com/# ubuntu 12.04 32 bithttp://files.vagrantup...
2014-09-28 00:47:35 213
原创 前端开发工具链
http://blog.jobbole.com/72222/ sublime text yeoman结合yo,grunt,bower等工具 grunt自动化任务执行工具 bower前短裤管理工具 firebug调试工具 fiddler调试工具 ...
2014-09-27 18:28:05 228
原创 social stream安装
一.安装ruby 2.0.0 和 rails 3.2.19rvm list knownrvm install 2.0.0rvm use 2.0.0 --defaultruby -vgem install rails -v=3.2.19rails -v 二.创建social_stream项目# https://github.com/ging/social_s...
2014-09-25 10:16:08 173
原创 linux下企业邮件服务器的搭建
一.配置域名MX记录和A记录http://www.comingchina.com/dnsconfig.htm#num4_2_ahttp://www.iteye.com/topic/1131137http://www.ezloo.com/2011/04/a_mx_cname_txt_aaaa_ns.html http://www.cnblogs.com/dudu/archiv...
2014-09-22 22:57:26 3979
原创 ruby工具箱
https://rubygems.orghttps://www.ruby-toolbox.com/ https://www.ruby-toolbox.com/categories/by_name https://www.ruby-forum.com/ 古老!!! http://guides.rubyonrails.org/http://rubyonrails.org...
2014-09-22 12:23:39 512
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人