- 浏览: 178376 次
- 性别:
- 来自: 深圳
最新评论
-
larryscale:
zz_wangyuhoho 写道你这个工程跑不起来呀我测试过的 ...
Springmvc3+Spring3+MyBatis3 -
zz_wangyuhoho:
你这个工程跑不起来呀
Springmvc3+Spring3+MyBatis3 -
aeolusj:
var myAlert=alert;改为var myAlert ...
js 拦截alert对话框 -
skcks:
建行内部开发平台也是做了一个类似的封装用于ajax远程调用服务 ...
通用Ajax设计 -
qiuyu1990:
这个应该是 DWR的原理吧
通用Ajax设计
文章列表
Springmvc3+Spring3+Freemarker整合异常
提示缺少ui等类,
主要异常信息如下:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping#0': Initialization of bean failed; nested exception is org.springframe ...
MySql数据库,递归查询子节点
1.数据结构
表名:tb_organization 字段名: id,parent_id,code,name
2.查询语句
SELECT o2.* FROM (
SELECT @ids as _ids, ( SELECT @ids := GROUP_CONCAT(id) FROM tb_organization WHERE FIND_IN_SET(parent_id, @ids) ) as cids
FROM tb_organization, (SELECT @ids :='76350', @l := 0 ) b WHERE @ids IS N ...
环境配置:
springboot 1.5.14.RELEASE ,JDK1.8
项目目录结构: 无法上传核心方法:
接口调用方法
/**
* 数据上报
* @param config
* @param datas
* @return
* @throws Exception
*/
public String report(ReportConfigVo config,byte [] datas) {
String ret = null;
try {
if (null != confi ...
Gradle下载地址
- 博客分类:
- 工具
https://services.gradle.org/distributions/
http://maven.outofmemory.cn/org.bouncycastle/
<spring.version>4.2.4.RELEASE</spring.version>
<activiti.version>5.18.0</activiti.version>
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.8</version>
</dependency>
<d ...
开发一数据接收WebService,里面用到定时任务@Scheduled
每次会重复运行三次
@Slf4j
@PropertySource("classpath:common-config.properties")
@Component
public class ScheduledController {
@Scheduled(cron="${jobs.schedule.report}")
public void dataReportScheduled() {
try{
...
旧版本下载地址:http://archive.apache.org/dist/jmeter/binaries/
作为生产环境下离线部署Docker,以及使用Docker部署应用系统,下面的记录做出非常详细的操作步骤
下载Docker离线安装包:
Linux版本下载地址:https://download.docker.com/linux/centos/7/x86_64/stable/Packages/
Windows版本下载地址:https://download.docker.com/win/static/stable/x86_64/
idea下Maven项目(Spring+Mybatis) 查询时报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),解决方案:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): spring.security.maven.dao.T_userMapper.selectByUserName
at org.apache.ibatis.binding.M ...
详细下载和安装过程请查询:
http://www.cnblogs.com/leaven/p/3718361.html
====================================
http://blog.csdn.net/skl_tz/article/details/8925152
最近需要画uml图,之前用的是Rose 2003版的,由于好久没进去了,结果发现原来的激活又 ...
1. STS-3.7.4 安装Virgo插件失败,需要先安装:
先下载一个STS IDE,地址:http://spring.io/tools/sts/all,然而在STS中添加Virgo插件。如果你直接在Install new software中输入http://download.eclipse.org/virgo/milestone/IDE有可能会失败,我自己就是在这 ...
intellij idea 2016激活方法
- 博客分类:
- 工具
在注册时选择 License server ,
填 http://idea.qinxi1992.cn 或
填 http://www.iteblog.com/idea/key.php ,然后点击 OK
<html><head><title>圆形头像</title><style type="text/css">.radius{width:100px;height:100px; -moz-border-radius:50px; -webkit-border-radius:50px; border:solid 1px #aaa; border-radius:50px; -khtml-border-radius:50px;}</style> ...