def calc_better_cheap
这个函数一行太长了。。。不好读
赞~
Ruby 中 self 是 class 中一个具有 scope 的关键字,在 class 中不同的 scope 中其表明的意义也是不同的。位于 class 定义中的 self 都代表的 class 本身,位于 method 定义中的 self 代表的是 class 的 instance,但是这个前提是 method 定义不以 self.method_name 开始,若以 self.method_name 开始定义的话,method 定义中如果使用了 self,此 self 也是 class 本身。举一个例子:
class Game
def start_game
self.start_time = Time.zone.now
# Without implementation
end
def self.game_areas
# Without implementation
end
end
start_game 方法中得 self 指代的是 class Game 的 instance,而 game_areas 方法前面的 self 是在 class 中的 scope,self 指代的是 Game 本身,同时,如果 game_areas 方法中还有使用 self 关键字的话,self 同样指代的 Game 本身。
#32 楼 @jasonshl 可以尝试下我以前尝试过的一些方法~ https://ruby-china.org/topics/27057
#27 楼 @hanfeng1949 thx
#8 楼 @gengdejie The default rails server -e prouduction -p $PORT
start a webrick server that can not accept the ssl connection if you have not configured it with ssl process. You can have a try with this. By the way, it is not recommended to use ssl in the local environment.
Have you tried to use ssl connection in the local? From the error message, it seems there is something wrong with your connection from the browser to the app server.
这价钱真是给跪了...大赞良心~
#1 楼 @douxiance 比较长,可以分成两部分来读~
前端真是一个轮子一个轮子的造...
ominiauth 的方式已经算很简便了...
给楼主提一个小建议,callback 这个,我个人觉得楼主可以写个完整点的例子,在一个 rails 的 demo 项目里面,一跑起来能出结果,所见即所得,然后大家才会更有兴趣去深入看原理性的东西,这样也更能加深大家对 callback 实现原理的印象。
mysql 等很多数据库里面的 partition 可以用啊,我们原来做游戏搞 event 的时候,有些 event 关联的表都是通过 partition 来处理的。
#18 楼 @liukun_lk 感谢,已修~
感觉确实可以重构下,理想的情况下是能够直接 update 原有 table 里面的 permission 的值,而不是在这里做添加和删除来达到 update 操作的效果。当然这还要看你们自己结构和表的结构再决定。还有可以注意下变量的命名。例如数组的命名:per_old_id
--> all_old_ids
#12 楼 @limanxian Thank you!
哈哈,不要吓人家,招聘也不容易,搞的人家以后都不敢来了...
#8 楼 @zhaowenchina 确实,是我从自己笔记本拷贝到这里来的时候没有注意,哥们你真细致。已修^_^
#3 楼 @zhaowenchina 谢谢,已修改,以后打完了还要多检查两遍错别字,哈哈
在日本的表示这些都弱爆了,多少日本人每天干到晚上十二点回,家里还有老婆孩子的。这有的时候还真是一种文化传统的问题,在日本很多日本人把公司当成家,无加班费也自愿加班学习,虽然可以下班准时走。当然也有很多公司不加班了