码迷,mamicode.com
首页 >  
搜索关键字:serial    ( 2258个结果
商业信息管理系统 Bizagi 建模pattern
WCP 1- SequenceThis pattern is used to model dependencies between tasks so that one task cannot start before another is finished (serial execution)WCP...
分类:其他好文   时间:2015-03-02 06:08:00    阅读次数:272
u-boot启动输出信息分析——基于tiny6410
CPU: S3C6410@532MHz Fclk = 532MHz, Hclk = 133MHz, Pclk = 66MHz, Serial = CLKUART (SYNC Mode) Board: MINI6410DRAM: 256 MBFlash: 0 kBNAND...
分类:其他好文   时间:2015-02-27 20:08:36    阅读次数:236
CodeSmith 7.01破解下载
运行CodesmithKeyGenerator.exe, 1、修改Prefix输入框的值为:CS70P- 2、在主页面点Generate,生成注册码,填入激活码到code smith的Serial框中,(注意公司名字可以乱填),然后点reg…按钮, 3、回到 CodesmithKeyGenerato...
分类:其他好文   时间:2015-02-27 16:39:11    阅读次数:175
oracle解锁问题:Record is locked by another user
解锁方法:1、查看锁select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time;查出...
分类:数据库   时间:2015-02-26 20:20:18    阅读次数:170
ORACLE快速彻底Kill掉的会话(转载)
转载:http://www.cnblogs.com/kerrycode/p/4034231.html在ORACLE数据库当中,有时候会使用ALTER SYSTEM KILL SESSION 'sid,serial#'杀掉一个会话进程,但是使用这个SQL语句杀掉会话后,数据库并不会立即释放掉相关的资源...
分类:数据库   时间:2015-02-26 11:23:03    阅读次数:213
adb命令
1.从模拟器或设备中复制文件或目录:adb pull 将文件或目录复制到模拟器或设备中:adb push 注:remote指模拟器或设备2.adb logcat > test.txt 保存所有日志到C盘3.adb devices 得到连接上的设备,结果里面有每个设备的标识(serial numbe....
分类:数据库   时间:2015-02-25 16:59:22    阅读次数:191
SPI总线介绍
1. 简介 SPI, Serial Peripheral Interface, 串行外设接口, 是一种高速的、全双工、同步的通信总线SPI在芯片的管脚上只占用四根线 SPI接口主要用于MCU与各种外围设备以串行方式进行通信以交换信息外围设备包括EEPROM、FLASH、实时时钟、AD转换器、数字信号...
分类:其他好文   时间:2015-02-24 23:27:00    阅读次数:265
序列化手段(2)——Serializable和Parcelable的实现演示
如果都了解过Parcel类的实现,那么其基本只序列化基本类型的特性还不能满足我们的需求(事实上android中Binder的IPC通信中,Parcel对象也能传递Parcel对象,现实编程用得极少)。具体的Parcel类这里不做介绍。点击查看Parcel类详解  Serializable和Parcelable在现实中的应用场景,有个网友写得非常nice,强烈推荐大家有空看下。点击查看Serial...
分类:其他好文   时间:2015-02-13 21:16:22    阅读次数:437
Update Tutorial for FVDI Driver from V2.10 to V2.8.14
I would like to share how to upgrade your FVDI Driver from V2.10 to V2.8.14.1. Open Computer Management, and then find USB Serial Converter, subsequen...
分类:其他好文   时间:2015-02-13 13:04:39    阅读次数:159
ios翻译
Synthesize[snθsaz]合成Concurrent并行[英][knkrnt]serial[英][sril]串行detach[英][dtt]脱离selector[英][slekt(r)]选择器perform[英][pf:m]执行同步synchronized[英][‘skrnazd]atomic[英][tmk]原子并发队列(ConcurrentDispatchQueue)串行队列(SerialDispatchQueue)forbi..
分类:移动开发   时间:2015-02-13 11:46:34    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!