YinYang (陰陽) is a minimal, responsive theme for Octopress.
My vimfiles
Rails branch for quick doc fixes, please DO NOT OPEN PULL REQUESTS IN HERE
Chinese character stroke order animations and practice quizzes
Source of the www.ruby-lang.org site
#3 楼 @small_fish__ (3-2)/2 = 50% 嘛
#3 楼 @huacnlee 谢谢,成功了,写成这个样子。 f.send(auth_info[:username_field_name] + '=', auth_info[:username]) f.send(auth_info[:password_field_name] + '=', auth_info[:password])
f.send(auth_info[:username_field_name] + '=', auth_info[:username])
f.send(auth_info[:password_field_name] + '=', auth_info[:password])
#1 楼 @huacnlee 对啊,都有 name 属性,但是各种各样的网站的登录表单里面的 name 属性的值不同。如果代码里面写死了 f.log = 'xxx', f.pwd = 'yyy' 这样的话,遇到 name 属性值是 username 和 password 这样的表单不就不适用了嘛,所以我想不写死,写成类似 f.一个变量 这种形式。
f.log = 'xxx'
f.pwd = 'yyy'
差了 50% 哩