上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 36 下一页
摘要: 在.net 4.5版本下,使用System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile进行MD5加密时,会出现已过时 我们可以用下面的方法替代之: int str = 0xa; WriteLine(str.T 阅读全文
posted @ 2016-10-09 16:40 jimcsharp 阅读(5432) 评论(0) 推荐(0) 编辑
摘要: 支付宝支付功能简易流程 阅读全文
posted @ 2016-10-09 13:59 jimcsharp 阅读(552) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/LeeYongze/archive/2012/07/19/2599338.html http://blog.csdn.net/hcf_force/article/details/7666003 阅读全文
posted @ 2016-10-08 18:22 jimcsharp 阅读(549) 评论(0) 推荐(0) 编辑
摘要: 1 先加上类注释 找到这行代码WriteHeader(codeStringGenerator, fileManager); 在它下面加上我们的代码: 同时保存TT模版文件,这时类的注释就已经加上了 2 再加上属性注释 找到这行代码 foreach (var edmProperty in simple 阅读全文
posted @ 2016-10-08 17:46 jimcsharp 阅读(569) 评论(2) 推荐(0) 编辑
摘要: PS:下面是性能测试的主要概念和计算公式,记录下: 一.系统吞度量要素: 一个系统的吞度量(承压能力)与request对CPU的消耗、外部接口、IO等等紧密关联。单个reqeust 对CPU消耗越高,外部系统接口、IO影响速度越慢,系统吞吐能力越低,反之越高。 系统吞吐量几个重要参数:QPS(TPS 阅读全文
posted @ 2016-09-29 20:19 jimcsharp 阅读(456) 评论(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 阅读(1449) 评论(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 阅读(2101) 评论(0) 推荐(0) 编辑
摘要: Installing EF Power Tools into VS2015 阅读全文
posted @ 2016-09-22 09:04 jimcsharp 阅读(483) 评论(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) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 36 下一页