#ME

Autofac Property Injection and Method Injection

Whileconstructorparameterinjectionisthepreferredmethodofpassingvaluestoacomponentbeingconstructed,youcanalsousepropertyormethodinjectiontoprovidevalues.Property...

Lifecycle of an ASP.NET Web API Message

ASP.NETWebAPI,asweknownow,isaframeworkthathelpsbuildServicesoverHTTP.WebAPIwasintroducedasalightweightserviceframeworkkeepinginmindthemodernwebdevelopmentparadi...
代码星球 ·2020-04-05

Carrying per-request context using the HttpRequestMessage.Properties

 InaWebAPIapplication,IuseCastleWindsortosupplyservicesconfiguredwithPerWebRequestlifetimeandeverythingworksfineonIIS.However,whenIusetheASP.NETWebAPISelfH...

PreApplicationStartMethodAttribute的使用

先预备一个类,用于Start时调用publicstaticclassMyPreApplicationStart{publicstaticvoidRegisterGlobalFilters(GlobalFilterCollectionfilters){if(filters!=null)filters.Add(newHan...

spark sql 的metastore 对接 postgresql

本教程记录spark1.3.1版本的thriftserver的metastore对接postgresql postgresql的编译,参考:http://www.cnblogs.com/chenfool/p/4530925.html 一启动postgresql服务1首先需要将postgresql的l...

Field redisTemplate in xxxxxx required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.

***************************APPLICATIONFAILEDTOSTART***************************Description:FieldredisTemplateincom.demo.service.UserServiceImplrequiredabeanoftyp...

org.springframework.cache.interceptor.SimpleKey cannot be cast to java.lang.String

springboot整合redis时,使用@Cacheable注解,如果方法的key参数为空,就会报org.springframework.cache.interceptor.SimpleKeycannotbecasttojava.lang.String的错误。♛1错误信息org.springframework.cac...

org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.lang.Integer

如图:详细错误信息如下:org.apache.ibatis.builder.IncompleteElementException:Couldnotfindresultmapjava.lang.Integeratorg.apache.ibatis.builder.MapperBuilderAssistant.getSta...

浅谈RabbitMQ Management

在上一篇博文(centos安装MQ)中,介绍了如何在linux安装rabbitmq,以及安装维护插件,这篇主要介绍介绍rabbitmq_management的UI。1、登录页启动mq以后,打开http://ip:15672或http://ip:55672,显示登录页如下图:2、默认启动页3、connectionsrab...
代码星球 ·2020-04-05

SpringBoot入门教程(七)整合themeleaf+bootstrap

Thymeleaf是用于Web和独立环境的现代服务器端Java模板引擎。Thymeleaf的主要目标是将优雅的自然模板带到您的开发工作流程中—HTML能够在浏览器中正确显示,并且可以作为静态原型,从而在开发团队中实现更强大的协作。Thymeleaf能够处理HTML,XML,JavaScript,CSS甚至纯...

IntelliJ IDEA部署tomcat时Edit Configuration Deployment无artifact选项

IntelliJIDEA,IntelliJIdea创建web项目之后在配置web项目时,选择EditConfigration部署Tomcat,Deployment里点击添加无artifact选项,具体效果类似以下情况: 导致这个情况部署过程中如果不熟悉的话可能有点懵逼。 解决方案: 1、打...

InterlliJ Debug方式启动:method breakpoints may dramatically show down debugging

 使用idea在DEBUG的时候出现Methodbreakpointsmaydramaticallyslowdowndebugging,如图:根据语义可能是断点打在方法上面了,导致在某个断点卡住了。 重启服务器和重启idea已然无解。打开Breakpoints面板看看,(快捷键:Ctrl-Shift...

iframe仿Ajax上传文件

利用iframe框架完成文件上传前端页面<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><title>iframe伪装上传文件</title><scripttype="text/...
代码星球 ·2020-04-05

关于Fragment和属性动画(含代码)

fragment新特性(重点)1.fragment入门 Android3.0开始引入这个框架,主要用来实现一个多任务的界面。 fragment是activity的子界面了,运行在activity上面的。  代码:  packagecom.qaa.fragmen...
首页上一页...505506507508509...下一页尾页