- 浏览: 211578 次
- 性别:
- 来自: 北京
最新评论
-
岛田无涯:
写的很详细 感谢
Mybatis-Plus——为Mybatis镀一层金 -
Du_wood:
somefuture 写道早前面的表格里最后一项,\s是空白字 ...
一篇文章入门正则表达式 -
somefuture:
早前面的表格里最后一项,\s是空白字符,\b才是边界
一篇文章入门正则表达式
文章列表
问题描述:spring mvc中页面资源无法读取css、js静态文件,自行拼接静态资源的URL后发现报404。
http://localhost:8080/ds-sys-web/assets/css/ie10-viewport-bug-workaround.css
静态资源路径如下:
原因:assets/css/ie10-viewport-bug-workaround.css部分被spri ...
spring项目引入freemaker视图解析器时报错:
严重: Allocate exception for servlet [SpringMVC] java.lang.NoSuchMethodError: freemarker.template.Configuration.<init>(Lfreemarker/template/Version;)V at org.springframework.ui.freemarker.FreeMarkerConfigurationFactory.newConfiguration(FreeMarkerConfigurationFac ...
Missing artifact org.apache.velocity:spring-core.jar:jar:5.0.0.M5
maven中引入spring依赖后发现报错,多次删除 .lastUpdated文件且重新引入皆不行。
进入中央库中,发现中央库中并没有5.0.0.M5版本的spring,
原因:maven默认会到中央库中下载jar包,M5系列的版本不存在于中央库中,而是存在于milestone库中。
解决办法:在pom.xml中配置milestone库,代码如下:
<project>
<!-- ………… -->
...
spring的xml配置文件报错:
在xml中使用util:map使用util:map时报错:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'util:map'.
<util:map>
<!-- ... -->
</util:map>
很明显,是xsd的原因,开头已经声明了:
xmlns:util="http://www.springframework.org/sc ...
WebStorm 是jetbrains公司旗下一款JavaScript 开发工具。目前已经被广大中国JS开发者誉为“Web前端开发神器”、“最强大的HTML5编辑器”、“最智能的JavaScript IDE”等。与IntelliJ IDEA同源,继承了IntelliJ IDEA强大的JS部分的功能。
此软件免费30天,下面介绍永久破解方法:
下载最新版WebStorm,官网:https://www.jetbrains.com/webstorm/ ,点击 “DOWNLOAD” 即可下载软件。
安装,下一步下一步下一步就好,不多说。
破解:关闭注册框,重新运行“JetBrains Web ...
环境:腾讯云服务器(ubuntu 16.04.1)
背景:安装MySQL数据库,供个人开发使用
配置MySQL数据库,解决中文乱码,远程访问,数据包大小限制等问题
步骤:
使用xshell等工具登录至云服务器,切换至root用户:
...