上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页
摘要: http://guides.rubyonrails.org/action_controller_overview.html The flash is a special part of the session which is cleared with each request. This mean 阅读全文
posted @ 2016-05-30 17:06 冰凌花花~ 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 今天存储数据的时候报错,发现是3435065640超出了常规int的存储长度, RangeError (3435065640 is out of range for ActiveRecord::Type::Integer with limit 4) http://dev.mysql.com/doc/ 阅读全文
posted @ 2016-05-24 16:56 冰凌花花~ 阅读(452) 评论(0) 推荐(0) 编辑
摘要: When you first started coding, errors were probably the last thing you wanted to see. After all, it’s not a far stretch to associate “error” with “I m 阅读全文
posted @ 2016-05-08 12:07 冰凌花花~ 阅读(205) 评论(0) 推荐(0) 编辑
摘要: Often, classes will have shared characteristics with other classes. Rewriting the same methods for each class over and over again can be pretty cumber 阅读全文
posted @ 2016-05-08 10:45 冰凌花花~ 阅读(148) 评论(0) 推荐(0) 编辑
摘要: When calling an instance method like withdraw_securely, the syntax generally looks something like this: One would therefore think it’s safe to assume 阅读全文
posted @ 2016-05-07 21:03 冰凌花花~ 阅读(188) 评论(0) 推荐(0) 编辑
摘要: https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7 https://www.digitalocean.com/community/tu 阅读全文
posted @ 2016-05-06 18:34 冰凌花花~ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: # cat /etc/issue Debian GNU/Linux 8 \n \l #apt-get update 阅读全文
posted @ 2016-05-06 11:10 冰凌花花~ 阅读(243) 评论(0) 推荐(0) 编辑
摘要: http://guides.rubyonrails.org/association_basics.html#polymorphic-associations http://guides.rubyonrails.org/association_basics.html#polymorphic-assoc 阅读全文
posted @ 2016-05-04 11:30 冰凌花花~ 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Your latest client is a bank, and they’ve tasked you with requiring customers to enter their password in order to make withdrawals. Currently, this is 阅读全文
posted @ 2016-05-02 22:09 冰凌花花~ 阅读(126) 评论(0) 推荐(0) 编辑
摘要: By encapsulating all the logic for an object, whether it’s a Dog or a User or an IceCreamShop, you are able to keep all of the logic and responsibilit 阅读全文
posted @ 2016-05-01 15:02 冰凌花花~ 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页