会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yarightok
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
2019年9月18日
idea -- spring datasource配置文件不显示datasource.properties文件对应属性的值,错误提示cannot resolve property key
摘要: 原文:https://yq.aliyun.com/articles/657711 点击 文件 顶部的 蓝色 MVC application context,修改为Local File
阅读全文
posted @ 2019-09-18 21:32 liDB
阅读(4929)
评论(0)
推荐(0)
编辑
Java -- 通过 URLConnection 进行http请求中文乱码
摘要: 对writer和reader指定字符集 具体代码:
阅读全文
posted @ 2019-09-18 18:43 liDB
阅读(3038)
评论(0)
推荐(0)
编辑
2019年9月10日
maven
摘要: # 配置阿里镜像
阅读全文
posted @ 2019-09-10 22:29 liDB
阅读(111)
评论(0)
推荐(0)
编辑
2019年9月8日
SpringMVC restful风格下载文件,文件后缀被截掉
摘要: 原文:https://blog.csdn.net/wisdomhealth/article/details/78400421 @RequestMapping("/file/{filename}")调整为:@RequestMapping("/file/{filename:.+}")
阅读全文
posted @ 2019-09-08 18:12 liDB
阅读(751)
评论(0)
推荐(0)
编辑
vim 命令
摘要: 原文:https://www.cnblogs.com/mondol/p/vi-examples.html 保存与退出 w # 保存当前文件w /tmp1 # 另存为/tmp1x 或 wq # 保存退出q # 没有修改的情况下退出viq! # 退出不保存 插入 i # 在光标前I # 在当前行首a #
阅读全文
posted @ 2019-09-08 11:22 liDB
阅读(144)
评论(0)
推荐(0)
编辑
CentOS -- 命令
摘要: # 安装软件 rpm -ivh 文件名称 rpm命令:https://blog.csdn.net/qq_33656602/article/details/79348550 # 查看安装的软件 rpm -qa 查看jdk:rpm -qa | grep jdk # 移除软件 yum remove XXX
阅读全文
posted @ 2019-09-08 11:14 liDB
阅读(134)
评论(0)
推荐(0)
编辑
2019年8月28日
json -- fastjson如何序列化@Transient的字段
摘要: 今天把fastjson包改成了1.2.58,发现@Transient标注的字段序列化后不见了,但是项目需要把@Transient字段序列化,处理方法: 原文:https://github.com/alibaba/fastjson/issues/86#issuecomment-57904327 修改全
阅读全文
posted @ 2019-08-28 17:10 liDB
阅读(3478)
评论(0)
推荐(0)
编辑
2019年8月12日
SpringBoot -- 配置mysql、hibernate
摘要: # application.properties# Server settings (ServerProperties)server.port=8081server.address=127.0.0.1#server.sessionTimeout=30server.contextPath=/demo
阅读全文
posted @ 2019-08-12 22:10 liDB
阅读(995)
评论(0)
推荐(0)
编辑
2019年7月10日
Java -- 泛型父类中获取子类的泛型T
摘要: 原文:https://blog.csdn.net/u014723529/article/details/70574026
阅读全文
posted @ 2019-07-10 12:28 liDB
阅读(4091)
评论(0)
推荐(0)
编辑
2019年6月11日
Excel
摘要: @、excel根据条件拆分成多个sheet或者多个文件 原文:https://blog.csdn.net/qq_41554671/article/details/87621830 拆分为多个sheet 把sheet生成独立的文件 @、合并多个excel文件数据(数据表格是一样的)到一个文件 原文:h
阅读全文
posted @ 2019-06-11 22:52 liDB
阅读(261)
评论(0)
推荐(0)
编辑
上一页
1
···
4
5
6
7
8
9
10
11
12
···
23
下一页
公告