ruby 代码   require 'net/http'      Net::HTTP.start('open2ye.javaeye.com', 80) do |http|        response = http.get('/')         #Do some ...
xml 代码 <html>   <head>   <title>Ext lession 2 - Element selecttitle>   <link rel="stylesheet" type="text/css" href="http://www.agideo.com/lib/ext-1.0-al ...
2007-04-11

Ext - heart class Element

关键字: Ext
xml 代码 <html>   <head>      <title>Ext lession 1 - heat class Elementtitle>   <link rel="stylesheet" type="text/css" href="http://w ...
ruby 代码 assert_raise(ActiveRecord::RecordNotFound) { # 注意:这个括句一定要在一行   # xxxx   } 
好的编程习惯可以让你少走很多弯路. irb ruby 代码 arr = [1,2,3]   arr.size -1   会报 ArgumentError 原因: arr.size 是一个方法 Ruby 认为 -1 是参数,而不是减1 正确应该是 ruby 代码   arr.size - 1
open2ye
搜索本博客
我的相册
50090eed-4306-3c9c-a06c-c2627f008575-thumb
mary.JPG
共 27 张
最近加入圈子
存档
最新评论