#Pro

Autofac和DynamicProxy2搭配实现Aop动手训练

http://www.cnblogs.com/zhengwl/p/5433181.htmlAop含义:aspect-orientedprogramming实现工具介绍   Autofac是一个比较流行的Ioc组件,DynamicProxy2是theCastleProjectcore的一部分,提供了一个拦截框架...

aufomaper Queryable Extensions ProjectTo

WhenusinganORMsuchasNHibernateorEntityFrameworkwithAutoMapper'sstandardMapper.Mapfunctions,youmaynoticethattheORMwillqueryallthefieldsofalltheobjectswithinagrap...

Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP

http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-witDownloadsampleapplication (orseethelateston Github)Intro...

Microsoft.Web.Redis.RedisSessionStateProvider

https://github.com/Azure/aspnet-redis-providershttps://www.nuget.org/packages/Microsoft.Web.RedisSessionStateProvider/...

性能工具MiniProfiler在Asp.Net WebForm跟踪EntityFramework

http://www.xuebuyuan.com/356638.html选择MiniProfiler.EF默认会把MiniProfiler安装上,笔者程序是Asp.NetWebForm不需要安装MiniProfiler.MVC3 2:在Global.asax中添加下面代码:voidApplication_Be...

解决nginx使用proxy_pass反向代理时,cookie丢失的问题

1.如果只是host、端口转换,则cookie不会丢失。例如:  location/project{    proxy_pass http://127.0.0.1:8080/project;  } 通过浏览器访问http...

remove name="ProxyModule“会导致重复执行

<?xmlversion="1.0"encoding="utf-8"?><!--有关如何配置ASP.NET应用程序的详细信息,请访问http://go.microsoft.com/fwlink/?LinkId=169433--><configuration><appSettin...

Confuser.crproj

<?xmlversion="1.0"encoding="utf-8"?><projectbaseDir="binRelease"outputDir="confused"xmlns="http://confuser.codeplex.com"><rulepattern="true"prese...
代码星球 ·2020-04-04

Process.GetCurrentProcess().Id

Process.GetCurrentProcess().Id...
代码星球 ·2020-04-04

DESCryptoServiceProvider

publicstaticbyte[]DESEncrypt(byte[]data,byte[]sKey){returnDESEncrypt(data,sKey,sKey);}///<summary>///CBC-DES加密///</summary>publicstaticbyte[]DESEncr...
代码星球 ·2020-04-04

jProfiler远程连接Linux监控jvm的运行状态

第一步:下载软件官网地址:https://www.ej-technologies.com/download/jprofiler/files,下载一个linux服务端,一个windows客户端GUI界面第二步:安装1、下载好后把tar包上传的linux服务器,解压。(/usr/local/src)2、修改tomcat的/...

jProfiler远程连接Linux监控jvm1运行状态

第一步:下载软件官网地址:https://www.ej-technologies.com/download/jprofiler/files,下载一个linux服务端,一个windows客户端GUI界面第二步:安装1、下载好后把tar包上传的linux服务器,解压。(/usr/local/src)2、修改tomcat的/...

Loadrunner问题:Monitor name :Windows Resources. Cannot create measurement Processor|% Processor Time|_Total on machine 192.168.0.1

说明:在Loadrunner监控windows系统资源的时候,在添加好windows Resources后运行发现报如下错误:int:Checkthatthereissuchameasurementonthismachine.Checkthatyouselectedtherightplatform.forth...

(在数据库中调用webservices。)SQL Server 阻止了对组件 'Ole Automation Procedures' 的 过程'sys.sp_OACreate' 的访问

 出现问题之后执行以下语句就行了--开启OleAutomationProceduressp_configure'showadvancedoptions',1;GORECONFIGURE;GOsp_configure'OleAutomationProcedures',1;GORECONFIGURE;GOEXEC...

结束回调事件(开头必须cp开头,JSProperties传参)

<dx:ASPxComboBoxID="comBrand"CssClass="case"ClientInstanceName="comBrand"runat="server"ValueType="System.String"ValueField="BrandID"TextField="BrandName"OnCa...
首页上一页...152153154155156...下一页尾页