自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (5)
  • 收藏
  • 关注

原创 Spring Boot html 转pdf 批量下载,中文换行

先上效果图 所需字体和转换模板,下载地址https://download.csdn.net/download/weixin_42302549/20272350 所需jar包pom.xml <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.15</version&g

2021-07-16 17:33:58 571

原创 google身份验证器,java服务端实现 GoogleAuthenticator

1:工具类,GoogleAuthenticator package com.xxx.framework.security.handle; import org.apache.commons.codec.binary.Base32; import org.apache.commons.codec.binary.Base64; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import java.security.Inv

2021-05-21 16:42:58 2523 3

原创 Spring Boot 上传图片到服务器并且预览

上传文件接口代码 @Value("${upload.path}") private String uploadPath; @ApiOperation("上传用户头像") @PreAuthorize("@ss.hasPermi('platform:orderHandle:check')") @PostMapping("/uploadAvatar") public R uploadFile(@ApiParam(value = "上传的图片", required = true) @RequestParam.

2021-04-29 09:57:24 624

原创 Spring Boot 下载exce,docx模板文件乱码

文件存在resource 文件路径下 配置pom.xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <nonFilteredFileExtensions> &

2021-04-27 17:59:44 673 1

原创 PivotTable.js百万级数据分析,jquery.table2excel.js根据页面表格导出JAVA

1:PivotTable.js 是 JavaScript Pivo 表格 (又称为 Pivot网格,Pivot 图标,交叉表) 库,在 jQuery/jQueryUI 上带有拖拽功能。 PivotTable.js演示地址 PivotTable.js下载地址 jquery.table2excel.js下载地址 截图效果 2:根据表格导出Excel,页面图表导出图片 图片...

2020-03-03 14:21:08 4804 11

原创 EasyUi Datagrid合并单元格+添加合计 +JAVA

1:先看效果图,我这截取一部分 2:话不多直接贴 前端代码 (1) JS 一.引用JS <link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css"> <link rel="stylesheet" type="...

2019-06-20 17:43:58 1420

Virtual Serial Port Driver64虚拟串口+虚拟串口发送数据

Virtual Serial Port Driver64虚拟串口,虚拟串口发送数据

2019-04-12

apache-solr-dataimportscheduler

apache-solr-dataimportscheduler1.4 / solr 7.5 ,天下没有免费的JAR包

2018-10-31

xampp-windows-x64-7.2.32-0-VC15-installer.exe

XAMAPP 3.2.4

2021-08-05

rxtxSerial.dd,rxtxParallel.dll32为和64位驱动

JAVA中提供串口操作驱动,提供32位和64位,本人亲测可用

2019-04-12

ZNetCom_Setup, TCP_UDP_Debug 附加使用教程

ZNetCom_Setup, TCP_UDP_Debug 附加使用教程, TCP调试模式

2020-05-20

空空如也

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

TA关注的人

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