CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:
其他好文 时间:
2014-06-28 10:29:15
阅读次数:
241
在实际开发中,我们经常遇到关联数据的情况,如User对象拥有若干Book对象每一个Book对象描写叙述了归属于一个User信息,这样的情况下,我们应该怎样处理?通过单独的Statement操作固然能够实现(通过Statement用于读取用户数据,再手工调用另外一个Statement依据用户ID返回相...
分类:
其他好文 时间:
2014-06-26 20:52:18
阅读次数:
245
MySQL 加入列,改动列,删除列ALTER TABLE:加入,改动,删除表的列,约束等表的定义。查看列:desc 表名;改动表名:alter table t_book rename to bbb; 加入列:alter table 表名 add column 列名 varchar(30); 删除列:...
分类:
数据库 时间:
2014-06-25 14:42:39
阅读次数:
264
转载于stackoverflow:http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list 感谢George Stocker的总结Reference Style - All Levels A Tour...
分类:
编程语言 时间:
2014-06-25 13:28:14
阅读次数:
314
一.简介:此功能具体使用的是bluetoothV2.1之后的Phone Book Access Profile功能,简称PBAP .目前MTK Android中只实现了server端的功能,并没有实现client.所以该文档简略介绍了如何开发一个简易client.并在最后给出一个测试用的demo.下...
分类:
移动开发 时间:
2014-06-25 13:19:11
阅读次数:
706
a little riak book 的无聊总结
#!/bin/bash
# Riak HTTP interface stays true to their intent: 1xx Informational, 2xx Success,
# 3xx Further Action, 4xx Client Error, 5xx Server Error
### put
PORT=10...
分类:
其他好文 时间:
2014-06-25 08:22:11
阅读次数:
178
原文:http://book.2cto.com/201312/37745.html
书中源代码:https://github.com/shyamseshadri/angularjs-book...
分类:
Web程序 时间:
2014-06-24 18:27:38
阅读次数:
149
Oracle® Database Performance Tuning Guide
10g Release 2 (10.2)
B14211-03
Home
Book List
Contents
Index
Master Index
Contact Us
...
分类:
数据库 时间:
2014-06-24 18:14:03
阅读次数:
665
According to the order of data structure book, Arrays should be introduced in the frist time. When reviewing the some information related to arrays, I feel shocked that many useful classes and methods...
分类:
编程语言 时间:
2014-06-22 18:13:18
阅读次数:
316
Last night it took me about two hours to learn arrays. For the sake of less time, I did not put emphaises on the practice question, just now when reading the book, I found that some methods
referred...
分类:
其他好文 时间:
2014-06-22 17:14:10
阅读次数:
152