#PR

@JsonProperty和@JsonAlias的区别

@JsonProperty这个注解提供了序列化和反序列化过程中该java属性所对应的名称@JsonAlias这个注解只只在反序列化时起作用,指定该java属性可以接受的更多名称publicstaticvoidmain(String[]args)throwsIOException{Stringa="{"NaMe":"he...
代码星球 ·2020-04-04

Productivity Power Tools 是微软官方推出的 Visual Studio 扩展

ProductivityPowerTools是微软官方推出的VisualStudio扩展  ...

MSSQL数据库链接字符串Asynchronous Processing=true不是异步查询吗,怎么是缓存

;AsynchronousProcessing=true 不是异步查询吗,怎么是缓存<!--<addname="default"providerName="System.Data.SqlClient"connectionString="DataSource=(localdb)MSSQLLocalD...

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

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

表达式拼接Expression<Func<IEntityMapper, bool>> predicate

///<summary>///重写以筛选出当前上下文的实体映射信息///</summary>protectedoverrideIEnumerable<IEntityMapper>EntityMappersFilter(IEnumerable<IEntityMapper>e...

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...

Microsoft® SQL Server® 2008 Express with Tools

https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=22973...

解决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

IIS Express 虚拟目录

1、打开C:Users<用户名>DocumentsIISExpressconfigapplicationhost.config2、编辑site节如下(行4)[html]viewplaincopy<sitename="项目名称"id="31"><applicationpath="/"appl...
代码星球 ·2020-04-04
首页上一页...466467468469470...下一页尾页