摘要:lua的table库 函数列表: table.insert(table,[ pos,] value) table.remove(table[, pos]) table.concat(table[, sep[, i[, j]]]) table.sort(table[, comp]) 1. insert
阅读全文
文章分类 - other
摘要:lua的table库 函数列表: table.insert(table,[ pos,] value) table.remove(table[, pos]) table.concat(table[, sep[, i[, j]]]) table.sort(table[, comp]) 1. insert
阅读全文
摘要:迪菲-赫尔曼通过公共信道交换一个信息,就可以创建一个可以用于在公共信道上安全通信的共享秘密(shared secret)。 以下解释它的过程(包括算法的数学部分): Diffie–Hellman 密钥交换 Diffie–Hellman 密钥交换 Diffie–Hellman 密钥交换 Diffie–
阅读全文
摘要:http://www.jianshu.com/users/a43e0237bcf0/latest_articles
阅读全文
摘要:1、AFNetworkingAFNetworking 采用 NSURLConnection + NSOperation, 主要方便与服务端 API 进行数据交换, 操作简单, 功能强大, 现在许多人都用它取代 ASIHTTPRequest 2、Apple Reachability网络监测,可以参考下
阅读全文
|