其他好文[总排行] [月排行] [周排行] [日排行]
Ubuntu下常用软件安装方法小结...
分类:其他好文 时间:2014-05-12 23:56:25 阅读:493
erlang R17带来了新的socket选项{active,N} ,与{active,once}一起为应用层提供流量控制。为什么会多了这个选项,{active,once}不是可以有效抑制大量socket消息吗?我们知道,{active,once}在每次接收到包都要重新设置active选项,才能继续接收erlang的消息通知。实际上,每次设定{active,once}都意味着调用一次epoll_ctl, 如果请求过于频繁,就会有大量的epoll_ctl调用。erlang目前只有一个线程会收割epoll_wa...
分类:其他好文 时间:2014-05-13 08:04:58 阅读:365
zTree实现地市县三级级联报错(三) 1、具体报错如下 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-5-11 22:37:22 org.apache.catalina.core.AprLifecy...
分类:其他好文 时间:2014-05-13 08:20:27 阅读:661
实现简单的二级级联 .body_tag{ width: 100%; height: 100%; } /** * */ function province()...
分类:其他好文 时间:2014-05-13 09:24:01 阅读:243
Continuous Login Time Limit: 2 Seconds      Memory Limit: 131072 KB      Special Judge Pierre is recently obsessed with an online game. To encourage users to log in, this game will give user...
分类:其他好文 时间:2014-05-14 01:25:00 阅读:396
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3768 Continuous Login Time Limit: 2 Seconds      Memory Limit: 131072 KB      Special Judge Pierre is recently obsessed...
分类:其他好文 时间:2014-05-13 07:28:07 阅读:412
CGContextAddArc : 红线是我们想要画的, sA 是startAngle, eA 为 endAngle, r 是半径, x 和 y 对应参数中的 x 和 y. 如果有前置点,方法将画一条从该点到狐的起点,除非你非常小心,不然这条线不会和弧线同一个方向。 CGContextAddArcToPoint : ...
分类:其他好文 时间:2014-05-12 23:09:03 阅读:430
参考链接 https://bitcointalk.org/index.php?topic=35812.msg442140#msg442140...
分类:其他好文 时间:2014-05-13 00:00:32 阅读:607
表面上看,在windows中。如果是a进程创建了b进程,那么a进程就是b进程的父进程,反之,如果是b创建了a,那么b进程就是a的父进程,这是在windows出现以来一直是程序猿们都证实的,但是在在win Vista后面有了一个新安全消息机制,UAC(user account control),这里科普下UAC的功能,其实UAC就是大家常见的安装软件或者启动程序的时候的出现的全屏变暗的一个提示框,这...
分类:其他好文 时间:2014-05-13 00:20:04 阅读:608
思路分析: 遗憾不知道矩阵的构造。线段树上比较水的矩阵。。。  M[x]  =  [1 A[x]]               [1   0 ]   就有 [  F[R]  ]    =   M[R] * M[R-1] *  ... * M[L+2] * [F[L+1]] [F[R-1]]                                       ...
分类:其他好文 时间:2014-05-13 08:45:03 阅读:270
1147278147279147280148452
上一页1484515下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!