EventBus 和Otto的区别
Otto is another event bus library for Android; actually it’s a fork of Guava’s EventBus. greenrobot’s EventBus and Otto share some basic semantics (register, post, unregister, …), but...
分类:
其他好文 时间:
2015-03-17 15:56:22
阅读次数:
203
1、查看网卡使用的驱动[root@slavetwo~]#ethtool-iem1
driver:tg3
version:3.122
firmware-version:FFV7.4.8bc5720-v1.30
bus-info:0000:01:00.02、查看tg3所在位置[root@slavetwo~]#locate-rtg3.*ko
/lib/modules/2.6.32-279.el6.x86_64/kernel/drivers/net/tg3.ko因为系统内..
分类:
系统相关 时间:
2015-03-17 10:39:44
阅读次数:
253
systemd是Linux下的一款系统和服务管理器,兼容SysV和LSB的启动脚本。systemd的特性有:支持并行化任务;同时采用socket式与D-Bus总线式激活服务;按需启动守护进程(daemon);利用Linux的cgroups监视进程;支持快照和系统恢复;维护挂载点和自动挂载点;各服务间基于依赖关系..
分类:
其他好文 时间:
2015-03-13 19:06:56
阅读次数:
343
一、异常初始化 中断向量表的IDT的初始化void __init trap_init(void)
{
#ifdef CONFIG_EISA
if (isa_readl(0x0FFFD9) == 'E'+('I'<<8)+('S'<<16)+('A'<<24))
EISA_bus = 1;
#endif
set_trap_gate(0,÷_error);
set_trap_gate...
分类:
系统相关 时间:
2015-03-13 10:57:26
阅读次数:
300
转发自:http://blog.sina.com.cn/s/blog_4af327e10101irie.htmlD-Bus的优缺点Linux没有一个很好的IPC机制。Windows、Mac OS有;Android也有"binder"子系统。Linux有socket、FIFO、共享内存等机制,这些对于...
分类:
数据库 时间:
2015-03-05 19:11:20
阅读次数:
224
uva 507 Jill Rides Again
Jill likes to ride her bicycle, but since the pretty city of Greenhills where she lives has grown, Jill often uses the excellent public bus system for part of her jo...
分类:
其他好文 时间:
2015-03-04 22:52:44
阅读次数:
225
uva 507 Jill Rides Again
Jill likes to ride her bicycle, but since the pretty city of Greenhills where she lives has grown, Jill often uses the excellent public bus system for part of her jo...
分类:
其他好文 时间:
2015-03-04 09:56:14
阅读次数:
148
I2C 总线的概念:I2C (Inter-Integrated Circuit)总线是一种由PHILIPS公司开发的两线式串行总线,用于连接微控制器及其外围设备。I2C总线最主要的优点就是简单性和有效性。I2C总线是由数...
分类:
系统相关 时间:
2015-03-01 17:09:22
阅读次数:
273
题意:有司机,下午路线,晚上路线各n个。给每个司机恰好分配一个下午路线和晚上路线。给出行驶每条路线的时间,如果司机开车时间超过d,则要付加班费d×r。问如何分配路线才能使加班费最少。虽然代码看起来很水。但一直不理解为什么,找到这位大神的解释与大家参考。http://www.cnblogs.com/A...
分类:
其他好文 时间:
2015-02-28 20:06:30
阅读次数:
175
之前写的一篇文章:) 看起来好亲切.http://www.cnblogs.com/developersupport/archive/2013/05/23/WCF-ON-IIS-Azure-ServiceBus.html
分类:
Web程序 时间:
2015-02-28 18:06:35
阅读次数:
103