- 浏览: 241726 次
- 性别:
- 来自: 北京
最新评论
-
DerekZhao:
这个工具后来还有更新吗?
发布了一个基于Javascript的html内容提取器 -
lubojian:
还是不行啊
codeigniter如何支持中文URL? -
华仔2548:
我刚才又重新下载了下ndk 发现toolchains/arm- ...
ndk-build 报 Fatal error: invalid -march= option: `armv5te' 错误的解决办法 -
华仔2548:
我看到这个方法 在下面这个网页http://stackove ...
ndk-build 报 Fatal error: invalid -march= option: `armv5te' 错误的解决办法 -
坦克狗:
必须通过命令来启动模拟器.emulator -avd 模拟器名 ...
用busybox扩展android系统的控制台命令
文章列表
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 ...
- 2009-08-02 12:08
- 浏览 1185
- 评论(0)
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 ...
- 2009-06-23 17:48
- 浏览 1397
- 评论(0)
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 ...
- 2009-06-17 17:41
- 浏览 1078
- 评论(0)
用rails 2.3.2编写单元测试的时候遇到
undefined method `use_transactional_fixtures='
的错误,解决该问题需要将 test/test_help.rb中的
class Test::Unit::TestCase
替换成
class ActiveSupport::TestCase
即可
- 2009-06-07 18:13
- 浏览 1020
- 评论(0)
优点:
1、长短菜单结合,操作起来很方便。
2、屏幕亮度会根据外部光线自动调节,很适合阅读。
3、全键盘,输入比较方便。
4、today主题简洁方便。
5、push mail很方便,以前很多没时间看的邮件push到手机之后现在也能抽空看了。
缺点:
1、开机启动那个慢那,比用了五年的xp启动还慢。
2、尽然只有那个系统浏览器才能用wifi,wifi简直就是聋子的耳朵,摆设。
3、待机时间短。
4、安装一个东西就得重启一次。
5、轨迹球用几天确认功能就不太灵了。
6、应用程序中不能直接装在扩展卡上。
- 2009-06-05 00:48
- 浏览 2252
- 评论(0)
在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 ...
- 2009-05-20 17:20
- 浏览 1034
- 评论(1)
在ApplicationController中加入以下代码
layout proc{ |c| c.request.xhr? ? false : "application" }
这样对于ajax过来请求render的时候,默认就不会有 layout了。
- 2009-05-07 17:05
- 浏览 929
- 评论(0)
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
关 ...
- 2009-04-29 17:32
- 浏览 1831
- 评论(0)
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. ...
- 2009-04-29 15:32
- 浏览 3118
- 评论(1)
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 ...
- 2009-04-07 11:39
- 浏览 1033
- 评论(0)
首先用 netstat -ano 查出端口占用程序的pid
然后在任务管理器的进程列表中根据 pid 找出这个程序,如果没有pid项,可在查看->选择项中打开。
- 2009-04-01 09:56
- 浏览 2183
- 评论(0)
原文见:
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 ...
- 2009-03-09 11:16
- 浏览 1991
- 评论(0)
原文见: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 ...
- 2009-03-09 11:11
- 浏览 1693
- 评论(0)
IE相关的产品、开发等等部门,都应该解散了拉到。做出来的庞大臃肿,速度又慢,bug多多,规范混乱,和firefox、chrome相比基本就没任何竞争力。现在经济危机的厉害,不如微软把IE相关部门都解散了,直接以firefox为基础来开发自己的下一代浏览器 -- IF 1.0 拉到 。
- 2009-03-04 12:50
- 浏览 986
- 评论(0)