自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 收藏
  • 关注

原创 Itext添加注释

itext添加注释

2022-06-15 11:29:19 327 1

原创 pdfbox添加注释

pdfbox添加注释

2022-06-06 14:08:33 530 1

原创 gradle导入本地jar

compile fileTree(dir:‘/libs’,include:‘*.jar’)

2022-05-16 17:15:39 572

原创 idea+liunx实现远程调试

启动jar时指定开发的端口号,使用如下命令启动jar包nohup java -Xdebug -Xrunjdwp:transport=dt_socket,address=port,suspend=n,server=y -jar *** &其中port为端口号,***为你的应用。在idea中进行如下配置第4步填入你应用所在的远程服务器第5步填入你上面设置的端口号。点Ok完成...

2021-01-26 14:12:55 87

原创 SpringCloud 微服务工具集v1.1

SpringCloud 微服务工具集v1.1版本: Hoxton SR61.什么是微服务官网: https://www.martinfowler.com/articles/microservices.htmlIn short, the microservice architectural style is an approach to developing a single application as a suite of small services, each running in i

2021-01-22 12:59:22 554

原创 spring通过上下文获取bean

通过类名称或class获取beanpackage com.hex.contract.common;import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.springframework.context.ApplicationContextAware;import org.springframework.stereotype.Co

2021-01-21 16:23:16 480

原创 本地项目推送到gitee

在本地创建仓库后,先add,然后commit使用下面命令推送到gitee可以避免被rejectgit pull origin master –allow-unrelated-historiesgit push -u origin master -f

2021-01-06 10:29:23 85

原创 idea控制台乱码

点击help->Edit Custom VM Options在文档末尾加上:-Dfile.encoding=utf-8

2020-10-14 11:10:36 50

转载 idea创建springboot+mybatis+gradle项目

idea创建springboot+mybatis+gradle项目在gradle.build中加入下列代码buildscript {//修改仓库为阿里云仓库 repositories { maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } } dependencies { //这里引入了spring-boot的版本管理,所以

2020-09-23 17:59:26 232

原创 idea+gradle创建spring项目配置

idea+gradle创建spring项目配置项目创建可能需要一点时间,等待一下。

2020-06-06 12:26:23 158

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除