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
void clicked(){ #Excel HWND HWND; SysExcelApplication excel; SysExcelWorkbooks books; SysExcelWorkbook book; SysExcelWorksheets shee...
分类:
其他好文 时间:
2014-08-16 17:01:50
阅读次数:
251
题目描写叙述开头一大堆屁话,我还细致看了半天。。事实上就最后2句管用。意思就是给出n本书然后要分成k份,每份总页数的最大值要最小。问你分配方案,假设最小值同样情况下有多种分配方案,输出前面份数小的,就像字典序输出从小到大一样的意思。这里用到贪心的方法,定义f(x)为真的条件是满足x为最大值使n本书分...
分类:
其他好文 时间:
2014-08-13 17:47:56
阅读次数:
215
xml 是最常用的数据索引格式,不仅可以索引数据,还可以对文档与字段进行增强,从而改变它们的重要程度。下面就是具体的实现方式:schema.xml的字段配置部分如下:以下是我们将要提交到solr作为索引的xml文档:books.xml1ABC1234Some Book2ZYVW9821Importa...
分类:
其他好文 时间:
2014-08-12 12:54:14
阅读次数:
189
Problem Description
The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form. If the book is available, then the next...
分类:
其他好文 时间:
2014-08-11 15:05:42
阅读次数:
274
Description
Problem D
The Book-shelver’s Problem
Input: standard input
Output: standard output
Time Limit: 5 seconds
Memory Limit: 32 MB
You are given a collection of books, which must...
分类:
其他好文 时间:
2014-08-10 10:24:30
阅读次数:
317