总结:哪一个类中用到某一个类,就在构造函数中加载这个类,比如m_attach,C_Feed类中有用到,那么就在构造函数中加载控制器:class C_Feed extends CI_Controller { public function __construct() { pa...
分类:
其他好文 时间:
2015-03-16 14:08:41
阅读次数:
122
Description Like everyone else, cows like to stand close to their friends when queuing for feed. FJ has N (2 #include #include #include #include #...
分类:
其他好文 时间:
2015-03-14 18:32:20
阅读次数:
753
DescriptionWind loves pretty dogs very much, and she has n pet dogs. So Jiajia has to feed the dogs every day for Wind. Jiajia loves Wind, but not the...
分类:
其他好文 时间:
2015-03-11 12:15:54
阅读次数:
118
题意 就是求区间第k大,区间 不互相包含。尝试用treap解决一下 第k大的问题。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #...
分类:
其他好文 时间:
2015-03-09 23:49:25
阅读次数:
204
数据收集服务平均1小时OOM(java.lang.OutOfMemoryError: GC overhead limit exceeded)一次,发现都是在下载处理 JSON Atom Feed时OOM。怀疑是处理feed内存峰值消耗过大导致频繁Full GC。如下图: ![wu][1] # 分析...
分类:
编程语言 时间:
2015-03-06 10:10:49
阅读次数:
253
https://cnodejs.org/topic/53ad78f2c3ee0b5820f74298follow,tag,和feed系统都非常适合用redis来实现,以tag系统为例: 用户ltebean要给nodejs加一个标签amazing就是:sadd user:ltebean:tag:ama...
分类:
其他好文 时间:
2015-03-05 00:11:06
阅读次数:
191
最近接了一个feed系统的外包,类似于微博那种!客户端是ios和android,服务器用的php,数据库用的是redis。分享下服务器和数据库部分的功能!希望对大家有帮助。 关于redis的介绍,大家可以看这个百度百科 ! 首先是用户基本信息部分,包含账号,昵称,签名,公司还有头像,我们使用r...
分类:
Web程序 时间:
2015-03-03 16:27:33
阅读次数:
252
http://nikhilbuduma.com/2015/01/11/a-deep-dive-into-recurrent-neural-networks/按照这里的介绍,目前比较火的cnn是feed-forward的网络,而rnn是back projections。lstm则是rnn的一种特例。r...
分类:
其他好文 时间:
2015-03-03 09:51:32
阅读次数:
167
Q:新增记录插入成功后,加了一个return $this->db->insert_id(); $digg_id = $this->m_feed_digg->create(json_decode($data)); if(isset($digg_id)){ //新增成...
分类:
其他好文 时间:
2015-03-02 16:15:29
阅读次数:
149
from: 2013/8/30的笔记使用development.js 读取 app.json 配置文件app.json 配置了app.js文件app.js lauch function ,首先用util.Proxy.js 读取 feed.js 的数据, (保存在local 变量?怎么传出?) vie...
分类:
移动开发 时间:
2015-02-26 11:20:55
阅读次数:
210