浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年1月27日

摘要: 2010-12-21rails validation文章分类:Ruby编程rails3中的验证,以下方法会触发验证 Java代码 createcreate!savesave!updateupdate_attributesupdate_attributes!以下方法则会跳过验证,将数据保存到数据库中 Java代码 decrement!decrement_counterincrement!increm... 阅读全文
posted @ 2011-01-27 22:38 lexus 阅读(860) 评论(0) 推荐(0)

摘要: jQuery CheckBox全选Learning, by 木公.其实这个只要熟悉了jQuery,基本上都能写得出来。在没接触jQuery之前,使用原生的JS写,虽然代码不是很多,但是也挺麻烦的。在这里不得不赞叹jQuery的选择器是多么的好用!代码如上,#inputChkAll用来全选或者全不选的CheckBox控件,其控制了name='chkJob'这个复选组。现在回过头再来看看以前用JS如何... 阅读全文
posted @ 2011-01-27 12:25 lexus 阅读(966) 评论(0) 推荐(0)

摘要: 问题http://stackoverflow.com/questions/4023087/could-not-find-gem-error-when-specifying-a-forked-version-of-a-gem-from-githubinsalllhttp://stackoverflow.com/questions/4310120/rails-3-meta-search-usage 阅读全文
posted @ 2011-01-27 10:32 lexus 阅读(576) 评论(0) 推荐(0)