会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Curedfisher
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
38
39
40
41
42
43
44
45
46
···
48
下一页
2019年11月5日
update更新操作的URL地址
摘要: http://localhost:8080/updateById/110?name=诸葛亮&age=3
阅读全文
posted @ 2019-11-05 16:42 Curedfisher
阅读(1399)
评论(0)
推荐(0)
编辑
java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK
摘要: 在pom.xml文件中添加如下依赖: <!-- https://mvnrepository.com/artifact/cn.easyproject/orai18n --> <dependency> <groupId>cn.easyproject</groupId> <artifactId>orai1
阅读全文
posted @ 2019-11-05 11:59 Curedfisher
阅读(16454)
评论(0)
推荐(0)
编辑
2019年11月4日
STS工具各版本下载网址
摘要: 官网网址:https://spring.io/tools3/sts/legacy
阅读全文
posted @ 2019-11-04 23:24 Curedfisher
阅读(2864)
评论(0)
推荐(0)
编辑
SpringBoot访问不了JSP但却能进入后台
摘要: 实测URL地址: https://blog.csdn.net/zxingchao2009/article/details/82499917 在文章后面清楚写着是缺少两个jar包造成的
阅读全文
posted @ 2019-11-04 16:16 Curedfisher
阅读(281)
评论(0)
推荐(0)
编辑
springboot o.a.tomcat.util.scan.StandardJarScanner : Failed to scan [file:/D:/apache-maven-3.0.5[系统找不到指定路径]
摘要: 报错信息: 2019-11-04 11:05:52.404 WARN 4512 [ main] o.a.tomcat.util.scan.StandardJarScanner : Failed to scan [file:/C:/java/19.STS/03.stsMavenRepository/c
阅读全文
posted @ 2019-11-04 11:19 Curedfisher
阅读(5579)
评论(1)
推荐(0)
编辑
2019年11月2日
oracle官网自己的账户名+密码
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2019-11-02 21:14 Curedfisher
阅读(0)
评论(0)
推荐(0)
编辑
STS工具:mybayis连接oracle数据库
摘要: 1.pom.xml文件中的依赖 刚添加依赖的时候会报错,原因是jar包下不下来. 2.我的jdk是1.6,所以需要升级jdk版本到1.8 执行mvn -v命令,可以看到maven的版本号 DOS窗口执行这条命令: mvn install:install-file -DgroupId=com.orac
阅读全文
posted @ 2019-11-02 18:27 Curedfisher
阅读(367)
评论(0)
推荐(0)
编辑
2019年11月1日
springBoot怎样访问静态资源?+静态资源简介
摘要: 1.静态资源 怎样通过浏览器访问静态资源? 注意:不需要加static目录.因为只是告诉springboot目录,而不是静态资源路劲. 这时访问路径就需要加上/static
阅读全文
posted @ 2019-11-01 10:51 Curedfisher
阅读(262)
评论(0)
推荐(0)
编辑
springboot注解
摘要: 1.@RestController+@EnableAutoConfiguration 项目启动方式三种种: 1.@EnableAutoConfiguration 注意:只能扫描当前类里面 2.@EnableAutoConfiguration +@ComponentScan("包名"),可以单独抽取一
阅读全文
posted @ 2019-11-01 09:55 Curedfisher
阅读(95)
评论(0)
推荐(0)
编辑
创建第一个springboot项目,maven project
摘要:
阅读全文
posted @ 2019-11-01 09:28 Curedfisher
阅读(560)
评论(0)
推荐(0)
编辑
上一页
1
···
38
39
40
41
42
43
44
45
46
···
48
下一页
公告