会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
两小无猜
和所有喜欢的东西在一起
博客园
首页
新随笔
管理
上一页
1
···
13
14
15
16
17
18
19
20
下一页
2020年4月3日
Bug--时区问题导致IDEA连接数据库失败
摘要: 打开cmd进入mysql,设置 set global time_zone='+8:00';
阅读全文
posted @ 2020-04-03 19:21 两小无猜
阅读(225)
评论(0)
推荐(0)
2020年4月1日
Spring发布WebService并调用已有的WebService
摘要: 发布WebService 1.编写生成WebService的Java类 package com.webService; import com.service.PianoServiceImpl; import org.springframework.context.ApplicationContext
阅读全文
posted @ 2020-04-01 16:32 两小无猜
阅读(698)
评论(0)
推荐(1)
Spring main方法中怎么调用Dao层和Service层的方法
摘要: 在web环境中,一般serviceImpl中的dao之类的数据库连接都由容器启动的时候创建好了,不会报错。但是在main中,没有这个环境,所以需要获取环境: ApplicationContext ctx = new FileSystemXmlApplicationContext("src/appli
阅读全文
posted @ 2020-04-01 16:21 两小无猜
阅读(3942)
评论(0)
推荐(0)
Bug -- WebService报错(两个类具有相同的 XML 类型名称 "{http://webService.com/}getPriceResponse"。请使用 @XmlType.name 和 @XmlType.namespace 为类分配不同的名称。)
摘要: 调用WebService时报错 解决方法: 在提示的两个java文件中加如一行代码namespace = "http://namespace.thats.not.the.same.as.the.generated" 参考博客: http://asialee.iteye.com/blog/191348
阅读全文
posted @ 2020-04-01 16:15 两小无猜
阅读(1973)
评论(0)
推荐(0)
2020年3月31日
Spring集成Quartz定时任务
摘要: 1.导入jar包 2.配置applicationContext.xml文件 <!-- 任务调度1 --> <!-- bean id="simpleJob" class="com.shprj.quartz.SimpleJob"></bean> <bean id="simpleJobDetail" cl
阅读全文
posted @ 2020-03-31 20:28 两小无猜
阅读(604)
评论(0)
推荐(0)
Bug--Tomcat Error start child
摘要: 添加Quartz之后报错 下面的Cause by: More than one fragment with the name [spring_web] was found. This is not legal with relative ordering. See section 8.2.2 2c
阅读全文
posted @ 2020-03-31 19:54 两小无猜
阅读(1361)
评论(0)
推荐(0)
Quartz定时任务
摘要: https://blog.csdn.net/noaman_wgs/article/details/80984873
阅读全文
posted @ 2020-03-31 18:57 两小无猜
阅读(134)
评论(0)
推荐(0)
2020年3月29日
配将笔记
摘要: 位置 武将 战法1 战法2 战法3 大营 灵帝 帝临回光 连战 攻心 中军 李儒 逆反毒杀 焰焚萁轸 措手不及 前锋 徐庶 沙场破阵 连战 攻心 大营 张角 黄天当立 水淹七军 毒泉 中军 荀彧 驱虎吞狼 落雷 措手不及 前锋 赵云 固军备战 青囊秘要 车悬 大营 孙尚香 枭姬 温酒斩将 箭岚 中军
阅读全文
posted @ 2020-03-29 19:43 两小无猜
阅读(170)
评论(0)
推荐(0)
2020年3月28日
MyBatis----resultMap的使用
摘要: 
阅读全文
posted @ 2020-03-28 13:11 两小无猜
阅读(110)
评论(0)
推荐(0)
2020年3月26日
Spring+hibernate+JSP实现Piano的数据库操作---5.JSP页面
摘要: 1.index.jsp <%-- Created by IntelliJ IDEA. User: lenovo Date: 2020/3/25 Time: 14:09 To change this template use File | Settings | File Templates. --%>
阅读全文
posted @ 2020-03-26 12:45 两小无猜
阅读(214)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
下一页