@mobiwolf 我知道 topics 被 release 了,我想知道我应该在神马时候进行 removeObserver, 因为如果不 remove 掉,runtime 里一直有
An instance 0x6b4c720 of class RCITopic was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object.
@bl0ckme 谢谢建议....但别离题啊喂....
看了下 AFNetworking, 似乎的确更加轻量级,我研究研究,谢谢~~
@hhuai 哦哦,前辈,我前几天初步搭了一个,指点指点吧,代码在这里:https://github.com/winfield/ruby-china-ios
Cool~
我觉得...人家写个论坛的本事还是有的...
LZ 提的意见我觉得很好。不过这边的话题的确要比那边多,所以水量也比较大....
You have 89 days left on your unlimited free trial
应该是过了这个天数后,项目数神马的有限制吧,一个 Project 估计还是可以用的.....
If we use both, do we have to pay for both?
Existing customers get a 90-day free trial of the all new Basecamp. Once the trial is up, you can decide to stay with the new Basecamp, just go back to using Classic on the plan you already had, or use a combination of the two. If you choose to use both you'll have to pay for both since they are separate products.
@ken_lv 你先提交就是你的 ^_^
@cqpx Backbone 早就支持 pushState 了呀~~~
@cqpx 邮件里有写呢.... 要切到新版本才会有那个 JS 加进来
If you're a current Basecamp customer, please review these FAQs if you'd like to copy your projects over to the new Basecamp: http://basecamp.com/transition and http://basecamp.com/transition-steps
Twitter....
还别说,那页面上的按钮还比较接近 newegg 的蛋黄色
噗.....
@lgn21st 好强大......
哦是的,那个 Mongo 的 M/R 的确效率不行,另外用法也不对。在 Mongo 里,M/R 一般都是在后台做,然后去读 out, real-time 速度有问题
@huacnlee 恩,这个自然,不过其实 Mac 和 iOS 也无所谓不一致啦,反正都得听服务端这个 API 的。
@ywencn @zhaoguobin 顶啊,求人开组
这个话题我倒也能谈点,可是也是太远勒....
@ken_lv 恩,是这样的,因为如果不是,那在 load 的时候就定死了
@vkill 额...那直接 limit 就行了嘛....find_each
也是一条条去 yield, 和 each 也一样...
@vkill 你可以指定 :batch_size
这个参数
@vkill find_each
yield 的是单条记录,find_in_batches
是整个数据集
我指是排序不是指数据库层面的,是想说找出来后再对这个数据集进行排序。
@vkill 我还是没明白,先找出来再排序不是一样么。
@vkill find_in_batches
的 yield 的 block 里是 Array 啊,直接操作这个 Array 不行么?
find_each
没法用 order 和 limit 的,order 后直接 each 不行么,如果要指定批量大小的话,就自己在外面再加一层 find_in_batches
这样子 API 没问题,URL 就可以不用露出来了。
GET /posts/1,4,50,90
像 ActiveRecord 里写 scope 时,如果和时间相关,就得放到 lambda 里每次重新去算。
@hooopo 噗......
活动我本地有个分支....正在搞,到时候进不进去就不知道了...
这玩意就不用专门学呀...遇到了直接上 http://jashkenas.github.com/coffee-script/ 上查就成了...
jashkenas 的东西文档写的太好了
@tualatrix 啊哈,那个文章可以当小说看的,不过也不是说作者是在胡诌啦。反正我是没看过 Linux 和 BSD 的源代码,不好评价。不过 LLVM 和 GCC 那个倒是有理有据,令人性服....
@qichunren API 和这个功能不冲突啊,另外,已经有一些 API 在 master 里了。