码迷,mamicode.com
首页 >  
搜索关键字:bee framework    ( 13237个结果
Entity Framework 多条件排序与分页的实现
项目过程中遇到需要对数据源进行多条件排序的情况,开始觉得很简单,分分钟搞定,当时的逻辑大概是将排序条件以及是否倒序写入Dictionary中,在方法中遍历此Dictionary进行排序(下面的方法附带了分页,其实觉得耦合度太高,感觉还是都分开比较好)public IQueryable GetList...
分类:其他好文   时间:2014-08-04 20:55:27    阅读次数:283
gmock学习二 转载
Google Mock启蒙篇 [2] (Google C++ Mocking Framework for Dummies 翻译)2011-11-22 22:34:58|分类:C++|标签:googlemock测试|举报|字号订阅Setting Expectations成功地使用Mock对象的关键是在...
分类:其他好文   时间:2014-08-04 17:30:37    阅读次数:470
gmock学习一 转载
Google Mock启蒙篇 [1] (Google C++ Mocking Framework for Dummies 翻译)Google C++ Mocking Framework for DummiesGoogle Mock启蒙篇Version: 0.07作者:adrian alexander...
分类:其他好文   时间:2014-08-04 17:19:27    阅读次数:485
The java.util.concurrent Synchronizer Framework Base Class—AbstractQueuedSynchronizer
1. AQS简介 AQS是Java并发类库的基础,其提供了一个基于FIFO队列,可以用于构建锁或者其他相关同步装置的基础框架。该同步器(以下简称同步器)利用了一个int来表示状态,期望它能够成为实现大部分同步需求的基础。使用的方法是继承,子类通过继承同步器并需要实现它的方法来管理其状态,管理的方式就是通过类似acquire和release的方式来操纵状态。然而多线程环境中对状态的操纵...
分类:编程语言   时间:2014-08-04 14:22:37    阅读次数:295
.net Framework Class Library(FCL)
from:http://msdn.microsoft.com/en-us/library/ms229335.aspx我们平时在VS.net里引用的那些类库就是从这里来的The .NET Framework class library is a library of classes, interfac...
分类:Web程序   时间:2014-08-04 14:14:27    阅读次数:916
Flex报错之二
1、错误描述 SecurityError: Error #2148: SWF 文件 file:///D:/Adobe Flash Builder 4 Installer/demo1/bin-debug/index2.swf 不能访问本地资源 file:///D:/Adobe Flash Builder 4 Installer/demo1/bin-debug/framework_4.0.0.141...
分类:其他好文   时间:2014-08-03 23:22:16    阅读次数:364
Extensible Access Control List Framework
Methods, systems, and products for governing access to objects on a filesystem. In one general embodiment, the method includes providing a framework i...
分类:数据库   时间:2014-08-03 20:24:15    阅读次数:464
.Net 面试题目尝试回答
1 什么是.NET?什么是CLI?什么是CLR?IL是什么?JIT是什么?它是如何工作的?GC是什么?简述一下GC的工作方式?.net的全称是.NET Framework 是一种托管代码的编程模型,采用系统虚拟机运行的编程平台以通用语言运行库(CommonLanguageRuntime)为基础支持多...
分类:Web程序   时间:2014-08-03 17:40:55    阅读次数:461
用 VS 2014 重新编译 FSharp.Data
用 VS 2014 重新编译 FSharp.Data 用 VS 2014 打开 FSharp.Data 解决方案,发现所有的项目都处于不可用状态。 解决: 需要编辑一下 .fsproj 文件,加上下面一段。       $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\4.0\Framework\v4.0\Microsoft...
分类:其他好文   时间:2014-08-03 15:16:25    阅读次数:211
Samples for Parallel Programming with the .NET Framework
The .NET Framework 4 includes significant advancements for developers writing parallel and concurrent applications, including Parallel LINQ (PLINQ), t...
分类:Web程序   时间:2014-08-03 10:11:35    阅读次数:456
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!