摘要:
var bounds = this.CurrentModel.Bounds; responseString = ... 阅读全文
摘要:
梦三获得前20名50元红包奖励名单 部门 姓名 红包 ... 阅读全文
摘要:
未经处理的异常: System.TypeInitializationException: “Win32Project1PINVOKE”的 类型初始值设定项引发异常。 ---> System.TypeInitializationException: “SWIGExcept ionHelper”的类型初始值设定项引发异常。 ---> System.BadImageFormatExcep... 阅读全文
摘要:
其中要点, Stpe1,浏览器在Iframe中加载一个异域的页面,这个页面返回 ,这时候,取 iframe.contentwindow.name是拒绝访问的。 Step2,在Iframe中加载一个本域中的任意页面,此时,iframe.contentwindow.name 就可以访问了, DEMO: 下面是不修饰的代码, 1: 阅读全文
摘要:
用于测试在是否使用Lazy 的情况下,服务器负载,及服务提供情况对比。 服务器环境: 在此机器上安装了1 Hyper-V ,分配走1G内存,同时在本地上安装 SQLServer , 在未做优化前的参数 优化后对比 首页 使用Appliction Lazy 后 未使用 第二页 使用LAZY ... 阅读全文
摘要:
namespace LayzyLoadTest{ [TestClass] public class UnitTest1 { private IKernel InitKernel() { Ninject.IKernel kernel = new Ninject.StandardKernel(new LazyBinding()); ... 阅读全文
摘要:
这这里先声明一下,引用了一个 (http://www.edcourtenay.co.uk/musings-of-an-idiot/2012/11/23/lazy-binding-with-ninject) 的方法。 Ninject 在 完成 Bind 以后,会根据Scope 存于列表中。 例如: Bind().To().InXXXXScope(). 这里A 只是与IA建立了一个映射... 阅读全文
摘要:
实际上这个有多种解决方法,加自定义Attribute,或Named(),但这些方式有一些侵入性,Named,要引用Ninject, 自定义Attribute,还要还要再写几行代码吗,所以使用下面的方法, public class All { private readonly II _a; private readonly II ... 阅读全文
摘要:
使用 WebMatrix.WebData.WebSecurity.CreateUserAndAccount(model.UserName, model.Password, new ... 阅读全文
摘要:
http://www.codeproject.com/Articles/11505/NGif-Animated-GIF-Encoder-for-NET 这个项目可以将gif 分解为多个png,也可以将png合成为一个gif 动画, 另两个可以借鉴的项目, ImageResizer.Plugins.AnimatedGifs; ImageResizer.Plugins.P... 阅读全文