上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页
摘要: 1.radio_button_tagnew:T-1T-2 edit: T-1 T-22.text_field_tag3.image_tag 200 %>4.select 阅读全文
posted @ 2014-07-11 21:17 冰凌花花~ 阅读(369) 评论(0) 推荐(0)
摘要: 正如大家所知道的,楼主最近做h5页面,各种恶补移动端姿势,这个swipe.js也算做其中之一.swipe是一个轻量级的移动滑动组件,支持触摸移动,支持响应式页面。http://swipejs.com/https://github.com/bradbirdsall/Swipe现在来看一下html代码:... 阅读全文
posted @ 2014-07-03 10:24 冰凌花花~ 阅读(283) 评论(0) 推荐(0)
摘要: $ sudo apt-get install p7zip$ p7zip -d aaa.7z 阅读全文
posted @ 2014-06-25 15:59 冰凌花花~ 阅读(752) 评论(0) 推荐(0)
摘要: How to use thelikequery with Mongoid . Basically I wanted something like the familiar SQL query:SELECT * FROM Apps WHERE name LIKE ‘%aaa%’I couldn’t f... 阅读全文
posted @ 2014-06-25 11:00 冰凌花花~ 阅读(455) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/kunshan_shenbin/article/details/7249713http://api.rubyonrails.org/classes/ActionView/Helpers/FormBuilder.html#method-i-fields_for... 阅读全文
posted @ 2014-06-20 20:45 冰凌花花~ 阅读(611) 评论(0) 推荐(0)
摘要: http://guides.rubyonrails.org/routing.html#crud-verbs-and-actionscreates seven different routes in your application, all mapping to thePhotoscontrolle... 阅读全文
posted @ 2014-06-20 20:22 冰凌花花~ 阅读(248) 评论(0) 推荐(0)
摘要: [31] pry(main)> 'packages'.classify=> "Package"[33] pry(main)> 'packages'.classify.constantize=> Package[40] pry(main)> hash = {key: 'value'}=> {:key=... 阅读全文
posted @ 2014-06-20 20:11 冰凌花花~ 阅读(282) 评论(0) 推荐(0)
摘要: http://git-scm.com/book/en/Customizing-Git-Git-Configuration$ git config --global core.editor vim 阅读全文
posted @ 2014-06-19 21:38 冰凌花花~ 阅读(201) 评论(0) 推荐(0)
摘要: http://www.skorks.com/2009/09/ruby-exceptions-and-exception-handling/Rescuing Exceptions Inside MethodsIf we are inside a method and we want to rescue... 阅读全文
posted @ 2014-06-19 21:05 冰凌花花~ 阅读(130) 评论(0) 推荐(0)
摘要: vim route.rb resources :fetched_apps do member do patch :import end end spring rake routes recommend_apps GET /recommend_apps(.:fo... 阅读全文
posted @ 2014-06-19 16:34 冰凌花花~ 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 41 下一页