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
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
(一)
客户端请求文本之json格式:接收到json格式,再有js解析(具体先eval成对象,然后.即可)
var text = this.responseText;
var book = eval('('+ text +')');
document.getElementById('btitle').value = book.title;
document.getElementById('bi...
分类:
其他好文 时间:
2014-06-22 17:36:28
阅读次数:
169
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