`
文章列表
from http://www.noop.nl/2009/06/top-200-blogs-for-developers-q2-2009.html   (Update 1-7-2009: The list does not contain blogs where the authors exclusively write about specific tools or technologies, like .NET, Java. Every blog should have at least _some_ content that is of interest to every ...
Igniter-zen-i-rails   It works on all versions of PHP (yes, even those not released yet) Its FAST.  Really fast.  The fastest against anything I’ve ever benchmarked it against and is WAY faster then CodeIgniter. Tiny footprint.  The whole framework is only a few KB big. Compatible with ever ...
从网上找的一个用于激活黑莓8320 u盘功能的小程序。
1.可以使用alias_attribute 给model的字段取个别名   class User << ActiveRecord::Base     alias_attribute :new_name, :old_name end   2.可以使用 attr_accessible 保护model中不想被更新的字段 在rails 中,我们常会用这种方式更新: user = User.new(params[:user]) user.update_attributes()   这样很容易被hack们模拟请求改变一些你不想让他们改变的属性,所以为了安全,务必用 attr ...
用rails 2.3.2编写单元测试的时候遇到 undefined method `use_transactional_fixtures=' 的错误,解决该问题需要将 test/test_help.rb中的 class Test::Unit::TestCase 替换成 class ActiveSupport::TestCase 即可  
优点: 1、长短菜单结合,操作起来很方便。 2、屏幕亮度会根据外部光线自动调节,很适合阅读。 3、全键盘,输入比较方便。 4、today主题简洁方便。 5、push mail很方便,以前很多没时间看的邮件push到手机之后现在也能抽空看了。   缺点: 1、开机启动那个慢那,比用了五年的xp启动还慢。 2、尽然只有那个系统浏览器才能用wifi,wifi简直就是聋子的耳朵,摆设。 3、待机时间短。 4、安装一个东西就得重启一次。 5、轨迹球用几天确认功能就不太灵了。 6、应用程序中不能直接装在扩展卡上。        
在windows上render :file时使用绝对地址的时候,会出现invalid argument的错误,查看源码,发现错误在于rails对系统分隔符的判断有问题,要解决这个问题,修改以下两个文件: 1、ruby\lib\ruby\gems\1.8\gems\actionpack-2.3.2\lib\action_view\paths.rb,将其中的     return Template.new(original_template_path, original_template_path =~ /\A\// ? "" : ".") if Fi ...
在ApplicationController中加入以下代码 layout proc{ |c| c.request.xhr? ? false : "application" }   这样对于ajax过来请求render的时候,默认就不会有 layout了。
    F: 57358225 I: 11 Q: 1 M T: sip: 57358215@fetion.com.cn;p=4009 N: ShareContent L: 133 <action type="share-content"><file name="push标题" size="4" url="push的url" /></action>     响应   SIP-C/2.0 285 Send ShareContent OK     关 ...
geolocation 定位可以基于ip, wifi和手机基站,示例是一个基于手机基站定位的例子   请求 POST /loc/json HTTP/1.1 Host: www.google.com Accept: */* Content-Type: application/json Cache-Control: no-cache Pragma: no-cache UA-CPU: x86 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5. ...
require 'ostruct' class Object def hash_to_ostruct(visited = []) self end end class Array def hash_to_ostruct(visited = []) map { |x| x.hash_to_ostruct(visited) } end end class Hash def hash_to_ostruct(visited = []) os = OpenStruct.new each do |k, v| item = visit ...
首先用 netstat -ano 查出端口占用程序的pid 然后在任务管理器的进程列表中根据 pid 找出这个程序,如果没有pid项,可在查看->选择项中打开。
原文见: http://www.noop.nl/2008/06/top-100-best-software-engineering-books-ever.html   1 Steve McConnellCode Complete: A Practical Handbook of Software Construction 2 Elisabeth Freeman, etc.Head First Design Patterns 3 Steve McConnellRapid Development 4 Erich GammaDesign Patterns: Elements of Reusable ...
原文见:http://www.noop.nl/2009/03/top-50-new-software-development-books.html     Title / Author(s) Release 1 Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent SoftwareScott Rosenberg 26-1-2007 2 Clean Code: A Handbook of Agile Software Craftsmanship ...
IE相关的产品、开发等等部门,都应该解散了拉到。做出来的庞大臃肿,速度又慢,bug多多,规范混乱,和firefox、chrome相比基本就没任何竞争力。现在经济危机的厉害,不如微软把IE相关部门都解散了,直接以firefox为基础来开发自己的下一代浏览器 -- IF 1.0 拉到 。
Global site tag (gtag.js) - Google Analytics