09 2016 档案
摘要:PS:下面是性能测试的主要概念和计算公式,记录下: 一.系统吞度量要素: 一个系统的吞度量(承压能力)与request对CPU的消耗、外部接口、IO等等紧密关联。单个reqeust 对CPU消耗越高,外部系统接口、IO影响速度越慢,系统吞吐能力越低,反之越高。 系统吞吐量几个重要参数:QPS(TPS
阅读全文
摘要:1.定义泛型类 namespace Crm.Data.Logic.Repository{ public abstract class AbstractRepository<TC, T> : IDisposable where TC : DbContext, new() where T : class
阅读全文
摘要:其实看图很简单,database first和model first都是通过 data model创建的edmx文件,只不过model first模块可以自己根据需要创建和修改实体,显得更加灵活. codefist是一个class代码文件,它可以由一些第三方的软件可视化的创建,也是非常灵活的一种方式
阅读全文
摘要:ODP.NET, Managed Driver Setup This section explains the setup and configuration steps required for using distributed transactions with ODP.NET, Manage
阅读全文
摘要:Installing EF Power Tools into VS2015
阅读全文
摘要:In previous versions of EF the code was split between core libraries (primarily System.Data.Entity.dll) shipped as part of the .NET Framework and out-
阅读全文
摘要:前两年帮朋友 做了个网吧管理软件,采用动软的三层架构 sql语句生成的。最近因功能变更 要改动,而我这段正在做asp.net mvc +ef+autofac的一个电商网站。索性 就把原来的底层全重新了套用了我现在的架构 EF6.0+autofac+三层架构,上层的asp.net没有变。改完后发现交班
阅读全文
摘要:I stumbled upon the following two articles First and Second in which the author states in summary that ORM Entities and Domain Entities shouldn't be m
阅读全文
摘要:一, 二, 三, 1.DataTable到List<T>的转换 public static List<T> DataTableToT<T>(DataTable source) where T : class, new() { List<T> itemlist = null; if (source =
阅读全文
摘要:原文地址 Create modal dialog form in jquery using bootstrap framework, slightly different from the usual way of jquery-ui. In bootstrap tutorial, we creat
阅读全文
摘要:bootstrap基本标签总结
阅读全文
摘要:bootstrap布局两列或者多列表单
阅读全文
摘要:转自: http://blog.csdn.net/shangmingchao/article/details/49761315 效果图: HTML中无需添加额外的一列来表示复选框,而是由JS完成,所以正常的表格布局就行了: [html] view plain copy <table class="t
阅读全文
摘要:之中添加 viewport 元数据标签。 --> --> ...
阅读全文
摘要:bootstrap -- 一个标签中,同时有 col-xs , col-sm , col-md , col-lg
阅读全文
摘要:ThinkPad Tablet恢复出厂操作教程: 第一步:开机看到“LENOVO”图标后不停按机器侧面音量增大键,直到出现“Booting recovery kernel image”字样。 第二步:使用音量调节“+”“-”选择 “wipe data/factory reset”。 第三步:使用音量
阅读全文