码迷,mamicode.com
首页 >  
搜索关键字:Data Guard Oracle主从    ( 62814个结果
Operating Cisco Router
Operating Cisco Routerconsider the hardware on the ends of the serial link, in particular where the channel service unit/data service unit (CSU/DSU) h...
分类:其他好文   时间:2014-06-12 19:10:26    阅读次数:351
Android Adapter的一些记录
一、摘要 An Adapter object acts as a bridge between anAdapterViewand the underlying data for that view. The Adapter provides access to the data items. Th....
分类:移动开发   时间:2014-06-12 18:27:55    阅读次数:503
Android bluetooth low energy (ble) writeCharacteristic delay callback
I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my lo...
分类:移动开发   时间:2014-06-12 17:55:25    阅读次数:1309
ntpdate
apt-get install ntpdatentpdate 133.100.9.2[root@10.10.10.74 /data]$ lsof -i:123COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMEntpd 5003 ntp 16u IPv4 10...
分类:其他好文   时间:2014-06-12 16:14:29    阅读次数:249
NSData转化成十六进制字符串
Byte *bytes=(Byte*)[data bytes]; NSString *hexStr=@""; for(int i=0;i<[data length];i++) { NSString *newHexStr=[NSString stringWithFormat:...
分类:其他好文   时间:2014-06-12 14:57:09    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!