In this blog, generic collections will be talked about in details. In the past bacause of shortage of generic argument, less importance has been attached to the this module. Just now after
readin...
分类:
其他好文 时间:
2014-07-15 12:45:00
阅读次数:
253
现象:
Android APP中,引入actionbarsherlock 开源库作为滑动菜单,调试运行没有问题,项目混淆打包后,程序运行异常退出,截获异常log为:
java.lang.ExceptionInInitializerError
at com.actionbarsherlock.app.SherlockFragmentActivity.getSherlock(Unknown...
分类:
移动开发 时间:
2014-07-15 12:42:58
阅读次数:
218
函数地址:hook_preprocess_HOOK
1 首先解释下hook_preprocess_HOOK这个钩子的含义:
hook
_ preprocess _ HOOK
[module]
_ preprocess _ [theme hook name]
自定义的模块名字 ...
分类:
其他好文 时间:
2014-07-15 12:39:45
阅读次数:
191
ngx_event_core_module模块的ngx_event_process_init方法对事件模块做了一些初始化。其中包括将“请求连接”这样一个读事件对应的处理方法(handler)设置为ngx_event_accept函数,并将此事件添加到epoll模块中。当有新连接事件发生时,ngx_event_accept就会被调用。大致流程是这样:
worker进程在ngx_worker...
分类:
其他好文 时间:
2014-07-15 12:25:28
阅读次数:
299
仿写的一个策略:policy_module(minidlna, 0.1)############################################### Declarations#require { attribute reserved_port_type; attribute por...
分类:
其他好文 时间:
2014-07-15 08:30:10
阅读次数:
239
接着上一篇继续研究上一篇结尾的时候,我们谈到了连接,监听两个监督树,今天我们就来看看这两个监督树和他们的工作者都是干什么的,怎么实现的。文件编号接上篇。6. ranch_acceptors_sup.erl 1 -module(ranch_acceptors_sup). 2 -behaviour(s....
分类:
其他好文 时间:
2014-07-14 22:52:37
阅读次数:
316
gcc -shared -o hack.so hack.c/usr/bin/ld: /tmp/ccUZREwA.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object...
分类:
其他好文 时间:
2014-07-14 19:26:29
阅读次数:
1539
启动VIP报CRS-1028/CRS-0223致使VIP状态为UNKNOWN故障分析与解决...
分类:
其他好文 时间:
2014-07-14 13:54:38
阅读次数:
287
Dagger -- android的依赖注入框架...
分类:
移动开发 时间:
2014-07-13 17:19:04
阅读次数:
410
1、错误描述
2014-7-12 21:06:05 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquire...
分类:
数据库 时间:
2014-07-13 16:41:14
阅读次数:
372