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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 543 544 545 546 547 548 549 550 551 ··· 630 下一页

2011年1月30日

摘要: mysql show variables like '%timeout%' - ; 阅读全文
posted @ 2011-01-30 16:13 lexus 阅读(187) 评论(0) 推荐(0)

摘要: Ruby中的数组过滤galekiposted @ 2007年7月16日 13:06 inRuby&Rails进修with tags过滤数组ruby, 1861 阅读数组可以算是计算机编程中用到的最多的一个数据结构了,ruby中也是如此,这次我们来看看如何对数组中的项进行过滤,选出自己需要的项。首先,假如有一个包含人名的数组: name = %w{zhangsan lisi wangwu zha... 阅读全文
posted @ 2011-01-30 10:33 lexus 阅读(647) 评论(0) 推荐(0)

摘要: %= render :partial='admin/products/new_brand'%我是在admin/brands下调用admin/product/下的_new_brand.html.erb这里需要指定的路径要从admin开始,这个是要注意的地方,一般我们可能会以为从同级目录开始就好了,事实并非如此 阅读全文
posted @ 2011-01-30 09:15 lexus 阅读(259) 评论(0) 推荐(0)

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)

2011年1月28日

摘要: http://zjnet.zjaic.gov.cn/common/connectUs.action工商范畴中国商务信用认证平台http://bcp.ec.com.cn/zhtml/tags/BCP56894178.html 阅读全文
posted @ 2011-01-28 12:19 lexus 阅读(254) 评论(0) 推荐(0)

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)

2011年1月26日

摘要: 上海波波乐,乐悠悠,杭州嘉年华,浙江乐淘淘,朵朵 duoduo520.com http://shop.dreamclub.com.cn/index.php 邮购经营许可证和工商部门颁发的营业执照 什么是邮购广告 http://wiki.mbalib.com/wiki/%E9%82%AE%E8%B4%AD%E5%B9%BF%E5%91%8A 阅读全文
posted @ 2011-01-26 21:47 lexus 阅读(186) 评论(0) 推荐(0)

摘要: http://wenku.baidu.com/view/64ebcf1cc281e53a5802ffb9.html http://www.100way.cn/art_show.asp?id=3 阅读全文
posted @ 2011-01-26 20:10 lexus 阅读(249) 评论(0) 推荐(0)

摘要: 职责与体制 来源:本站编辑 时间:2010-09-27 Tag:请用英文格式的逗号,标示多个关键字! 主要职责: ☆ 贯彻执行国家关于电信行业管理的方针政策和法律、法规,对本地区公用电信网、专用电信网实行统筹规划与行业管理; ☆ 负责受理、核发本地区电信业务经营许可证和电信设备进网管理,会同地方价格管理部门和质量技术监督部门监督、管理本地区的电信服务价格与服务质量; ☆ 保证公用电信网的互联互通和... 阅读全文
posted @ 2011-01-26 18:01 lexus 阅读(403) 评论(0) 推荐(0)

2011年1月24日

摘要: 好网站,快递订单查询http://www.kuaidi100.com/index.htmlkis=keep it simaple金蝶KIS video tutorialhttp://www.acc6.com/html/jindie/友商网很强大,细分的市场kis standard教程http://bbs.erp100.com/thread-31030-1-1.htmlhttp://www.mefei.com/blog/PC/232.html金蝶KIS财务软件V7.5破解版0本文作者:木中小风发布于:2009-8-22分类:电脑点击:780 这次将要上传的KIS7.5标准版没有任何的时间和次数限 阅读全文
posted @ 2011-01-24 23:24 lexus 阅读(3375) 评论(0) 推荐(0)

2011年1月23日

摘要: http://dueam.org/2010/09/ubuntu-server-%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AElnmp%E5%B9%B6%E5%AE%89%E8%A3%85wordpress/这篇文章写得仔细http://blog.sina.com.cn/s/blog_4560b80b0100m65w.htmlhttp://jin-dou.... 阅读全文
posted @ 2011-01-23 23:06 lexus 阅读(900) 评论(0) 推荐(0)

摘要: 使用 Nginx 静态化动态网站http://blog.chenlb.com/2010/01/nginx-cache-dynamic-web.html 阅读全文
posted @ 2011-01-23 23:06 lexus 阅读(636) 评论(0) 推荐(0)

摘要: http://www.dizzy.co.uk/ruby_on_rails/cheatsheets/rails-migrations 阅读全文
posted @ 2011-01-23 17:59 lexus 阅读(297) 评论(0) 推荐(0)

摘要: http://www.bokee.net/ 阅读全文
posted @ 2011-01-23 17:45 lexus 阅读(239) 评论(0) 推荐(0)

2011年1月22日

摘要: 首页RSS关于留言板TwitterToday's the day向软件大牛炫耀我会单片机,向硬件大牛炫耀我会 Rails,向软硬件大牛炫耀我生物 -_-!Ruby中的字符串与符号重新审视 VimRuby中的数组过滤 galeki posted @ 2007年7月16日 13:06 in Ruby&Rails进修 with tags 过滤 数组 ruby , 1848 阅读数组可以算是计算机编程... 阅读全文
posted @ 2011-01-22 23:12 lexus 阅读(1143) 评论(0) 推荐(0)

摘要: http://www.chinagsdq.org/alpb/134789/index.html义乌凌志哎呀呀honghu针织http://www.purcotton.com/about.php?id=78http://www.ectrustprc.org.cn/listsearch.php?type=trust&web=&page=6http://www.2008pfw.com/http://ww... 阅读全文
posted @ 2011-01-22 16:33 lexus 阅读(207) 评论(0) 推荐(0)

上一页 1 ··· 543 544 545 546 547 548 549 550 551 ··· 630 下一页