Table of Contents
ForewordPreface
About This BookConventions Used in This BookSafari® Books OnlineHow to Contact UsContent Updates
May 23, 2014
I. Networking 101
1. Primer on Latency an...
分类:
Web程序 时间:
2014-09-18 22:20:04
阅读次数:
225
一】客服端 --> 服务端 1》结构 a)请求行 b)请求头 c)请求体:请求的内容,如果没有,就是空白字符 2》请求(客户端) 请求详细: 1》请求行 GET(请求的方式) /books/java.html(请求的目标资源) HTTP/1.1(请求采用的协议和版...
分类:
其他好文 时间:
2014-09-13 11:51:35
阅读次数:
220
xml文件结构:books.xml深入浅出extjs张三88锋利的jQuery李四99深入浅出flex王五108java编程思想钱七128页面代码:jquery解析xml效果图:完整示例下载
分类:
Web程序 时间:
2014-09-05 12:42:11
阅读次数:
192
在MySQL中,使用REGEXP关键字来匹配查询正则表达式,其基本形式如下: 字段名 REGEXP '匹配方式' 模式字符 含义 使用举例 ^ 匹配开头 SELECT `books` FROM `tb_nam...
分类:
数据库 时间:
2014-09-03 12:40:26
阅读次数:
236
//$slice操作符返回文档中指定数组的内部值//查询出Jim书架中第2~4本书db.persons.find({name:"jim"},{books:{"$slice":[1,3]}})//查询出最后一本书db.persons.find({name:"jim"},{books:{"$slice"...
分类:
数据库 时间:
2014-09-01 17:11:53
阅读次数:
282
1.指定返回的键db.[documentName].find({条件},{键指定})数据准备persons.jsonvarpersons=[{name:"jim",age:25,email:"75431457@qq.com",c:89,m:96,e:87,country:"USA",books:["...
分类:
数据库 时间:
2014-08-29 19:49:20
阅读次数:
337
.NET笔记系列:LAMBDA表达式常用写法这里主要是将数据库中的常用操作用LAMBDA表达式重新表示了下,用法不多,但相对较常用,等有时间了还会扩展,并将查询语句及LINQ到时也一并重新整理下:1.select语句:books.Select(p=>new{p.Title,p.UnitPrice,p...
分类:
其他好文 时间:
2014-08-25 14:50:04
阅读次数:
247
1. 官网 nodejs
2. How do I get started with Node.js,stackoverflow提问,收集很多有用的站点
3. node-books,github收集很多node相关书籍,可以clone下来
4. Nblog,nodejs+express+mongodb实现的博客学习教程,有中文文档
5. cnode,中文nodejs学习论坛
6. ...
分类:
Web程序 时间:
2014-08-20 19:43:42
阅读次数:
252
Google Book
Time Limit: 1 Second
Memory Limit: 32768 KB
You, the best hacker in the world, want to download the books published on Google Book. After some investigation, you found that...
分类:
其他好文 时间:
2014-08-19 16:38:05
阅读次数:
222
#import @class Author;@interface Books : NSObject{ @private NSString *color; int book_id; NSString *box; Author *author; NSArray *r...
分类:
移动开发 时间:
2014-08-17 03:48:31
阅读次数:
226