原文出处:http://www.fpga4fun.com/PCI-Express3.html PCI express is a serial bus. Or is it? From the computer's perspective, it is a conventional bus where ...
分类:
Web程序 时间:
2016-07-30 18:16:10
阅读次数:
206
SELECT dbs.[name] AS DatabaseName FROM master.sys.databases dbs where dbs.database_id <> 2 AND dbs.[name] NOT IN ( SELECT bus.database_name as 'name' ...
分类:
数据库 时间:
2016-07-23 15:09:42
阅读次数:
172
Medicator和OSB (Oracle Service Bus)存在的目的,从架构的设计模式上看,和解耦多态等理念非常的相似。 通过Proxy代理的方式,把真正某个Service的实现进行隐藏,让依赖于Service的应用只依赖Service接口,而在接口后面 Routing过去的Service... ...
分类:
数据库 时间:
2016-07-21 18:03:40
阅读次数:
134
ATSHA204A加密芯片是ATMEL公司研发的一款高安全性的,功能丰富的加密IC,使用SHA-256算法进行加密操作,内置16*32字节的slot(EEPROM)可以存储用户数据和秘钥,唯一的9字节序列号用于区分其他芯片,还有512bits的OTP区用于保存一些固定信息。芯片对外有2中通信方式,分别是单bus和i2c方式,本文所演示的全部使用I2C方式,但所有功能使用单bus方式也可以实现。
芯片...
分类:
其他好文 时间:
2016-07-17 17:18:14
阅读次数:
983
Taking Bus Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1275 Accepted Submission(s): 420 Prob ...
分类:
其他好文 时间:
2016-07-16 23:14:32
阅读次数:
326
Time Limit: 2000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u Description Tour operator Your Personal Holiday organises guided bus trips acr ...
分类:
其他好文 时间:
2016-07-14 03:02:28
阅读次数:
277
--1.删除临时表
drop table biz_bus_station_direct_0711;
--2.将站点数据等放入临时表
create table biz_bus_station_direct_0711 as
select ls.line_no line_no,
bb.line_name line_name,
t1.line_direct line_direct...
分类:
数据库 时间:
2016-07-13 16:38:59
阅读次数:
772
转自:http://blog.chinaunix.net/uid-25909619-id-3335199.html 说明:由于分析时是在记事本上分析的,贴到这里出现了格式有点乱,看时请复制到记事本中,可以看到完整的格式。 Bus Hound 5.00 capture. Complements of ...
分类:
其他好文 时间:
2016-07-12 15:18:52
阅读次数:
151
为了更好的设计一个scan design,一些scan design的rule必须遵循。 1)tristate bus在shift mode下必须保持bus contention; 2)bidirectional IO port在shift mode下,必须force在input或者output; ...
分类:
其他好文 时间:
2016-07-10 16:49:02
阅读次数:
755
systemd详解 CentOS 7 使用systemd替换了SysV。Systemd目的是要取代Unix时代以来一直在使用的init系统,兼容SysV和LSB的启动脚本,而且够在进程启动过程中更有效地引导加载服务。 systemd的特性有: 支持并行化任务 同时采用socket式与D-Bus总线式 ...
分类:
其他好文 时间:
2016-07-07 09:42:32
阅读次数:
187