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

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

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

2011年1月29日

摘要: $("table tr:first-child")a=$("table tr:eq(1)")$(a).before($("table tr:eq(3)"))以下是一个实现向上移,最上,最下,向下移的一个排序加上checkbox全选 反选 的操作最近发现jquery写代码快起来了,可能真是写得多了有点熟番起来了%=flash[:info] unless flash[:info].nil?%这个界... 阅读全文
posted @ 2011-01-29 13:24 lexus 阅读(2646) 评论(0) 推荐(0)

摘要: Search using conditions on columnsInstead of explaining what Searchlogic can do, let me show you. Let’s start at the top:Any named scope Searchlogic creates is dynamic and created via method_missing. ... 阅读全文
posted @ 2011-01-29 09:11 lexus 阅读(262) 评论(0) 推荐(0)

摘要: 每天一剂Rails良药之The Console Is Your FriendROR2008-03-13 13:27:35阅读6评论0字号:大中小订阅我们要多使用ruby script/console,在开发Rails程序时最好启动一个console窗口我们来看看我们可以使用console干什么:Java代码Person.find_by_first_name("Chad").email Calend... 阅读全文
posted @ 2011-01-29 08:53 lexus 阅读(295) 评论(0) 推荐(0)