51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ME
Autofac Property Injection and Method Injection
Whileconstructorparameterinjectionisthepreferredmethodofpassingvaluestoacomponentbeingconstructed,youcanalsousepropertyormethodinjectiontoprovidevalues.Property...
代码星球
·
2020-04-05
Injection
Autofac
Property
and
Method
基于NopCommerce的开发框架——缓存、网站设置、系统日志、用户操作日志
https://www.cnblogs.com/dreling/p/6958829.html...
代码星球
·
2020-04-05
日志
基于
NopCommerce
开发
框架
Lifecycle of an ASP.NET Web API Message
ASP.NETWebAPI,asweknownow,isaframeworkthathelpsbuildServicesoverHTTP.WebAPIwasintroducedasalightweightserviceframeworkkeepinginmindthemodernwebdevelopmentparadi...
代码星球
·
2020-04-05
Lifecycle
of
an
ASP.NET
Web
Carrying per-request context using the HttpRequestMessage.Properties
InaWebAPIapplication,IuseCastleWindsortosupplyservicesconfiguredwithPerWebRequestlifetimeandeverythingworksfineonIIS.However,whenIusetheASP.NETWebAPISelfH...
代码星球
·
2020-04-05
Carrying
per-request
context
using
the
PreApplicationStartMethodAttribute的使用
先预备一个类,用于Start时调用publicstaticclassMyPreApplicationStart{publicstaticvoidRegisterGlobalFilters(GlobalFilterCollectionfilters){if(filters!=null)filters.Add(newHan...
代码星球
·
2020-04-05
PreApplicationStartMethodAttribute
使用
spark sql 的metastore 对接 postgresql
本教程记录spark1.3.1版本的thriftserver的metastore对接postgresql postgresql的编译,参考:http://www.cnblogs.com/chenfool/p/4530925.html 一启动postgresql服务1首先需要将postgresql的l...
代码星球
·
2020-04-05
spark
sql
metastore
对接
postgresql
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...
代码星球
·
2020-04-05
Field
redisTemplate
in
xxxxxx
required
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...
代码星球
·
2020-04-05
org.springframework.cache.interceptor.SimpleKey
cannot
be
cast
to
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...
代码星球
·
2020-04-05
org.apache.ibatis.builder.IncompleteElementException
Could
not
find
result
浅谈RabbitMQ Management
在上一篇博文(centos安装MQ)中,介绍了如何在linux安装rabbitmq,以及安装维护插件,这篇主要介绍介绍rabbitmq_management的UI。1、登录页启动mq以后,打开http://ip:15672或http://ip:55672,显示登录页如下图:2、默认启动页3、connectionsrab...
代码星球
·
2020-04-05
浅谈
RabbitMQ
Management
SpringBoot入门教程(七)整合themeleaf+bootstrap
Thymeleaf是用于Web和独立环境的现代服务器端Java模板引擎。Thymeleaf的主要目标是将优雅的自然模板带到您的开发工作流程中—HTML能够在浏览器中正确显示,并且可以作为静态原型,从而在开发团队中实现更强大的协作。Thymeleaf能够处理HTML,XML,JavaScript,CSS甚至纯...
代码星球
·
2020-04-05
SpringBoot
入门教程
整合
themeleaf+bootstrap
IntelliJ IDEA部署tomcat时Edit Configuration Deployment无artifact选项
IntelliJIDEA,IntelliJIdea创建web项目之后在配置web项目时,选择EditConfigration部署Tomcat,Deployment里点击添加无artifact选项,具体效果类似以下情况: 导致这个情况部署过程中如果不熟悉的话可能有点懵逼。 解决方案: 1、打...
代码星球
·
2020-04-05
IntelliJ
IDEA
部署
tomcat
Edit
InterlliJ Debug方式启动:method breakpoints may dramatically show down debugging
使用idea在DEBUG的时候出现Methodbreakpointsmaydramaticallyslowdowndebugging,如图:根据语义可能是断点打在方法上面了,导致在某个断点卡住了。 重启服务器和重启idea已然无解。打开Breakpoints面板看看,(快捷键:Ctrl-Shift...
代码星球
·
2020-04-05
InterlliJ
Debug
方式
启动
method
iframe仿Ajax上传文件
利用iframe框架完成文件上传前端页面<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><title>iframe伪装上传文件</title><scripttype="text/...
代码星球
·
2020-04-05
iframe
Ajax
上传
文件
关于Fragment和属性动画(含代码)
fragment新特性(重点)1.fragment入门 Android3.0开始引入这个框架,主要用来实现一个多任务的界面。 fragment是activity的子界面了,运行在activity上面的。 代码: packagecom.qaa.fragmen...
代码星球
·
2020-04-05
关于
Fragment
属性
动画
代码
首页
上一页
...
505
506
507
508
509
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他