码迷,mamicode.com
首页 >  
搜索关键字:factor    ( 2060个结果
DeveloperExceptionPageMiddleware中间件如何呈现“开发者异常页面”
DeveloperExceptionPageMiddleware中间件如何呈现“开发者异常页面” 在《ASP.NET Core应用的错误处理[1]:三种呈现错误页面的方式》中,我们通过几个简单的实例演示了如何呈现一个错误页面,这些错误页面的呈现分别由三个对应的中间件来完成,接下来我们将对这三个中间件 ...
分类:其他好文   时间:2017-01-06 00:02:51    阅读次数:641
为WebService指定线程池
通过阅读WebService发布过程的源代码,可以配置自定义的线程池 ...
分类:编程语言   时间:2017-01-05 22:42:54    阅读次数:270
[转]How to: Create a Custom Principal Identity
本文转自:https://msdn.microsoft.com/en-us/library/aa702720(v=vs.110).aspx The PrincipalPermissionAttribute is a declarative means of controlling access to ...
分类:其他好文   时间:2017-01-05 18:15:58    阅读次数:178
Leetcode 254. Factor Combinations
Numbers can be regarded as product of its factors. For example, Write a function that takes an integer n and return all possible combinations of its f ...
分类:其他好文   时间:2017-01-05 13:26:23    阅读次数:162
使用Spring Data JPA查询时,报result returns more than one elements异常
public static <T> T get(String hql, Class<T> t) { EntityManager em = getFactory().createEntityManager(); try { return em.createQuery(hql, t).getSingle ...
分类:编程语言   时间:2017-01-03 13:08:01    阅读次数:350
mybatis实战教程(mybatis in action)之四:实现关联数据的查询
有了前面几章的基础,对一些简单的应用是可以处理的,但在实际项目中,经常是关联表的查询,比如最常见到的多对一,一对多等。这些查询是如何处理的呢,这一讲就讲这个问题。我们首先创建一个Article 这个表,并初始化数据. 程序代码Drop TABLE IF EXISTS `article`;Create... ...
分类:其他好文   时间:2016-12-31 22:58:10    阅读次数:289
Spring + SpringMVC + Druid + MyBatis 灵活的后端解决方案
生命不息,折腾不止。 折腾能遇到很多坑,填坑我理解为成长。 两个月前自己倒腾了一套用开源框架构建的 JavaWeb 后端解决方案。 Spring + SpringMVC + Druid + JPA(Hibernate impl) 给你一个稳妥的后端解决方案 引入到项目组后经过几番打磨,现在也出落的有 ...
分类:编程语言   时间:2016-12-28 17:36:38    阅读次数:366
IdentityServer4 使用OpenID Connect添加用户身份验证
使用IdentityServer4 实现OpenID Connect服务端,添加用户身份验证。客户端调用,实现授权。 IdentityServer4 目前已更新至1.0 版,在之前的文章中有所介绍。IdentityServer4 ASP.NET Core的OpenID Connect OAuth 2 ...
分类:其他好文   时间:2016-12-28 17:02:27    阅读次数:903
sql server常用语法点
if exists(select name from sysobjects where name = 'stuInfo')drop table stuInfogocreate table stuInfo(stuName varchar(20) not null, --学员名称stuNo char(6 ...
分类:数据库   时间:2016-12-27 07:49:32    阅读次数:248
Resource annotation is not supported on static fields
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'paramUtil' defined in URL [jar:file:/Users/exmyth/web/target/x ...
分类:其他好文   时间:2016-12-26 21:08:50    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!