首先我们看下where的方法,直接查看定义(定义如下),其实一种是对IEnumerable的扩展,一种是对IQueryable的扩展,直接看最常用的,其实区别就在IEnumerable的扩展的参数是系统定义的委托FuncIQueryable的参数则是表达式Expression>,1。IEnume.....
分类:
其他好文 时间:
2014-06-16 11:05:23
阅读次数:
214
Description :Given a singly linked list where
elements are sorted in ascending order, convert it to a height balanced
BST.分析:这道题目简单版是把一个排序好的数组转成平衡的二叉树...
分类:
其他好文 时间:
2014-06-16 10:51:54
阅读次数:
237
1. VS2010 创建 实体数据模型
报错如图,目前还未找到解决方案,可能是某个配置有问题,替换方案,使用 ef Power Tool2. 未处理NotSupportedExceptionList
modelList = context.WaitingReplies.Where(w => w.Ag...
分类:
其他好文 时间:
2014-06-16 09:31:52
阅读次数:
175
一个小业务,流量并不大,功能也很简单,spring
framework+mybatis+quartz,一启动就看到gc的频次和full gc的频次非常高:4.202: [Full GC 4.202:
[Tenured: 0K->6653K(349568K), 0.1948910 secs] 1397...
分类:
其他好文 时间:
2014-06-12 11:58:23
阅读次数:
4083
The following scripts can be used to check for
huge line numbers:-- PO Requisitionsselect * from PO_REQUISITION_LINES_ALL where
LINE_NUM > 1000000000;...
分类:
数据库 时间:
2014-06-12 09:41:27
阅读次数:
295
Gas StationThere areNgas stations along a circular
route, where the amount of gas at stationiisgas[i].You have a car with an
unlimited gas tank and it...
分类:
其他好文 时间:
2014-06-12 08:21:14
阅读次数:
294