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

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

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 561 562 563 564 565 566 567 568 569 ··· 630 下一页

2010年11月14日

摘要: Rails 3 ambiguous column names and multiple order scopesno comments yet, post one nowAfter updating a few apps to Rails 3 I came across some issues with the new scoping syntax.Ambiguous Column NamesIn... 阅读全文
posted @ 2010-11-14 17:46 lexus 阅读(342) 评论(0) 推荐(0)

2010年11月13日

摘要: ---- `ecs_region`--INSERT INTO `ecs_region` (`region_id`, `parent_id`, `region_name`, `region_type`, `agency_id`) VALUES (1, 0, '中国', 0, 0),(2, 1, '北京', 1, 0),(3, 1, '安徽', 1, 0),(4, 1, '福建', 1, 0),(5,... 阅读全文
posted @ 2010-11-13 18:31 lexus 阅读(804) 评论(0) 推荐(0)

2010年11月12日

摘要: 注册新用户NewUser.aspx :使用的是CreateUserWizard控件,基于MemberShip机制,在数据库MSPetShop4Services的表aspnet_Users中创建用户修改用户注册信息UserProfile.aspx:基于Profile技术,在数据库MSPetShop4Profile的表Profiles和Account中创建用户信息2. 异步消息处理技术运用于订单处理4... 阅读全文
posted @ 2010-11-12 08:49 lexus 阅读(206) 评论(0) 推荐(0)

2010年11月11日

摘要: http://www.blogguy.cn/show-728-1.htmlgoogle articlehttp://code.google.com/intl/zh-CN/apis/ajaxsearch/articles/firebug.html 阅读全文
posted @ 2010-11-11 21:50 lexus 阅读(190) 评论(0) 推荐(0)

摘要: http://www.blogguy.cn/show-728-1.html 阅读全文
posted @ 2010-11-11 21:43 lexus 阅读(177) 评论(0) 推荐(0)

摘要: 2010-02-16Active Record Query Interface(in Rails3)文章分类:Ruby编程http://guides.rails.info/active_record_querying.html1 Retrieving Objects from the Database1.1 Retrieving a Single Object使用主键Model.find(prim... 阅读全文
posted @ 2010-11-11 19:08 lexus 阅读(1807) 评论(0) 推荐(0)

摘要: 2010-02-16Active Record Query Interface(in Rails3)文章分类:Ruby编程http://guides.rails.info/active_record_querying.html1 Retrieving Objects from the Database1.1 Retrieving a Single Object使用主键Model.find(prim... 阅读全文
posted @ 2010-11-11 19:08 lexus 阅读(314) 评论(0) 推荐(0)

摘要: http://www.quarkruby.com/2007/10/21/sessions-and-cookies-in-ruby-on-rails 阅读全文
posted @ 2010-11-11 19:00 lexus 阅读(219) 评论(0) 推荐(0)

摘要: http://asciicasts.com/episodes/202-active-record-queries-in-rails-3HomeOther languagesNewest episodeAll episodesAbout ASCIIcastsSearch:Tagsperformancecachingactive-recordactive-supportviewssecurityref... 阅读全文
posted @ 2010-11-11 18:59 lexus 阅读(363) 评论(0) 推荐(0)

摘要: <table><tr> <th>pic</th> <th>Id</th> <th>Name</th> <th>P1</th> <th>P2</th> <th>P3</th> <th>P4</th> <t... 阅读全文
posted @ 2010-11-11 15:03 lexus 阅读(205) 评论(0) 推荐(0)

摘要: http://lindsaar.net/2010/4/7/rails_3_session_secret_and_session_store 阅读全文
posted @ 2010-11-11 13:18 lexus 阅读(174) 评论(0) 推荐(0)

摘要: http://www.javaeye.com/wiki/rails_weekly/1814-rails-questions-weekly-6-security-guide-onehttp://andyhu1007.javaeye.com/blog/378622http://www.javaeye.com/wiki/rails_weekly/1814-rails-questions-weekly-6... 阅读全文
posted @ 2010-11-11 12:27 lexus 阅读(165) 评论(0) 推荐(0)

摘要: You have 1 new answer. See yourresponses.Stack Exchange54mlzboy28917|log out|chat|meta|about|faqStack OverflowQuestionsTagsUsersBadgesUnansweredAsk QuestionRails and JSON: a beginner's questionup vote... 阅读全文
posted @ 2010-11-11 08:37 lexus 阅读(350) 评论(0) 推荐(0)

2010年11月10日

摘要: time.strftime( string ) => stringFormatstimeaccording to the directives in the given format string. Any text not listed as a directive will be passed through to the output string.Format meaning: 阅读全文
posted @ 2010-11-10 21:34 lexus 阅读(884) 评论(0) 推荐(0)

摘要: http://thewebfellas.com/blog/2008/8/3/roll-your-own-pagination-links-with-will_paginate 阅读全文
posted @ 2010-11-10 21:08 lexus 阅读(199) 评论(0) 推荐(0)

摘要: http://tool.chinaz.com/Tools/JsFormat.aspx 阅读全文
posted @ 2010-11-10 19:00 lexus 阅读(346) 评论(0) 推荐(0)

摘要: http://guides.rubyonrails.org/action_mailer_basics.html 阅读全文
posted @ 2010-11-10 16:25 lexus 阅读(260) 评论(0) 推荐(0)

摘要: 用Wget抓目录 2010年10月12日 作者: jean 留言 » 转载本站文章请注明,作者:jean本文连接http://www.zhangyiqun.net/1386.html 实例: <pre>wget -nd -r -l1 –no-parent http://media.pragprog.com/titles/rails3/code/depot_c/public/im... 阅读全文
posted @ 2010-11-10 01:08 lexus 阅读(200) 评论(0) 推荐(0)

2010年11月9日

摘要: http://z-vita.com/open/showsoftware.php?getID=99&CursubclassID=22 阅读全文
posted @ 2010-11-09 23:37 lexus 阅读(152) 评论(0) 推荐(0)

摘要: 原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://blackanger.blog.51cto.com/140924/355320--转载请注明出处Rails3里多了个Bundler工具。它是一个Library管理工具,它提供了好的工具来管理你rails3项目依赖的gems。$> bundle这个命令会列出bundler提供给你的... 阅读全文
posted @ 2010-11-09 21:25 lexus 阅读(311) 评论(0) 推荐(0)

上一页 1 ··· 561 562 563 564 565 566 567 568 569 ··· 630 下一页