09 2016 档案

摘要:PS:下面是性能测试的主要概念和计算公式,记录下: 一.系统吞度量要素: 一个系统的吞度量(承压能力)与request对CPU的消耗、外部接口、IO等等紧密关联。单个reqeust 对CPU消耗越高,外部系统接口、IO影响速度越慢,系统吞吐能力越低,反之越高。 系统吞吐量几个重要参数:QPS(TPS 阅读全文
posted @ 2016-09-29 20:19 jimcsharp 阅读(459) 评论(0) 推荐(0) 编辑
摘要:1.定义泛型类 namespace Crm.Data.Logic.Repository{ public abstract class AbstractRepository<TC, T> : IDisposable where TC : DbContext, new() where T : class 阅读全文
posted @ 2016-09-28 16:41 jimcsharp 阅读(1451) 评论(0) 推荐(0) 编辑
摘要:其实看图很简单,database first和model first都是通过 data model创建的edmx文件,只不过model first模块可以自己根据需要创建和修改实体,显得更加灵活. codefist是一个class代码文件,它可以由一些第三方的软件可视化的创建,也是非常灵活的一种方式 阅读全文
posted @ 2016-09-27 11:07 jimcsharp 阅读(207) 评论(0) 推荐(0) 编辑
摘要:ODP.NET, Managed Driver Setup This section explains the setup and configuration steps required for using distributed transactions with ODP.NET, Manage 阅读全文
posted @ 2016-09-23 19:16 jimcsharp 阅读(2108) 评论(0) 推荐(0) 编辑
摘要:Installing EF Power Tools into VS2015 阅读全文
posted @ 2016-09-22 09:04 jimcsharp 阅读(486) 评论(0) 推荐(0) 编辑
摘要: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- 阅读全文
posted @ 2016-09-22 09:00 jimcsharp 阅读(244) 评论(0) 推荐(0) 编辑
摘要:前两年帮朋友 做了个网吧管理软件,采用动软的三层架构 sql语句生成的。最近因功能变更 要改动,而我这段正在做asp.net mvc +ef+autofac的一个电商网站。索性 就把原来的底层全重新了套用了我现在的架构 EF6.0+autofac+三层架构,上层的asp.net没有变。改完后发现交班 阅读全文
posted @ 2016-09-21 21:23 jimcsharp 阅读(1276) 评论(1) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2016-09-21 21:21 jimcsharp 阅读(234) 评论(0) 推荐(0) 编辑
摘要:一, 二, 三, 1.DataTable到List<T>的转换 public static List<T> DataTableToT<T>(DataTable source) where T : class, new() { List<T> itemlist = null; if (source = 阅读全文
posted @ 2016-09-21 13:24 jimcsharp 阅读(2564) 评论(0) 推荐(0) 编辑
摘要:原文地址 Create modal dialog form in jquery using bootstrap framework, slightly different from the usual way of jquery-ui. In bootstrap tutorial, we creat 阅读全文
posted @ 2016-09-10 22:15 jimcsharp 阅读(1813) 评论(0) 推荐(0) 编辑
摘要:bootstrap基本标签总结 阅读全文
posted @ 2016-09-10 21:47 jimcsharp 阅读(4699) 评论(0) 推荐(0) 编辑
摘要:Bootstrap基本使用 阅读全文
posted @ 2016-09-10 21:46 jimcsharp 阅读(331) 评论(0) 推荐(0) 编辑
摘要:bootstrap布局两列或者多列表单 阅读全文
posted @ 2016-09-10 21:44 jimcsharp 阅读(25946) 评论(0) 推荐(1) 编辑
摘要:转自: http://blog.csdn.net/shangmingchao/article/details/49761315 效果图: HTML中无需添加额外的一列来表示复选框,而是由JS完成,所以正常的表格布局就行了: [html] view plain copy <table class="t 阅读全文
posted @ 2016-09-10 19:49 jimcsharp 阅读(980) 评论(0) 推荐(0) 编辑
摘要:之中添加 viewport 元数据标签。 --> --> ... 阅读全文
posted @ 2016-09-10 17:02 jimcsharp 阅读(687) 评论(0) 推荐(0) 编辑
摘要:Bootstrap 杂记 阅读全文
posted @ 2016-09-10 16:27 jimcsharp 阅读(208) 评论(0) 推荐(0) 编辑
摘要:bootstrap -- 一个标签中,同时有 col-xs , col-sm , col-md , col-lg 阅读全文
posted @ 2016-09-10 15:12 jimcsharp 阅读(13682) 评论(1) 推荐(0) 编辑
摘要:ThinkPad Tablet恢复出厂操作教程: 第一步:开机看到“LENOVO”图标后不停按机器侧面音量增大键,直到出现“Booting recovery kernel image”字样。 第二步:使用音量调节“+”“-”选择 “wipe data/factory reset”。 第三步:使用音量 阅读全文
posted @ 2016-09-04 20:46 jimcsharp 阅读(634) 评论(0) 推荐(0) 编辑
摘要:5项启迪性的移动端设计趋势 阅读全文
posted @ 2016-09-02 09:06 jimcsharp 阅读(141) 评论(0) 推荐(0) 编辑
摘要:设计师如何高效学习? 阅读全文
posted @ 2016-09-02 09:04 jimcsharp 阅读(394) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示