- 博客(7)
- 收藏
- 关注
原创 word转html (包含doc和docx),亲测有用
<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.15</version> </dependency> <dependency> <groupId>org.apache.poi</groupId&g...
2020-06-02 14:24:29
995
原创 poi生成word特殊表格合并单元格,wps不兼容问题
百度了半天没百度出来解决的问题,可能是poi技术就是不支持吧.所以我用了其他思想让他兼容.先说点废话:我们用的技术时poi框架 这个框架是有微软office兼容的,但是他对wps以及其他的工具还是有一定不兼容的,而且poi对于生成word方面的能力确实不如他生成xsl那种表格好.其他的特点另行百度,很多文章介绍.这也是我才解决的bug首先这个模板里第一行是6个单元格 ,第二行第三行都是8个单元格我们的业务是得到一个存放数据的列表,然后我拿到列表判断里面是有有值.有的话我...
2020-05-12 19:32:29
4129
4
转载 maven-checkstyle-plugin:3.0.0:check (execution: checkstyle-validation, phase: validate)
最近在读dubbo下载了源码把源码导入到了eclipse 但是报错了Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (execution: checkstyle-validation, phase:...
2020-04-16 22:36:41
2840
1
转载 Error Code: 1071 - Specified key was too long; max key length is 767 bytes
show variables like '%innodb_large_prefix%';set global innodb_large_prefix=on;show variables like '%innodb_file_format%';保证innodb_file_format和innodb_file_format_max这两个都是Barracudaset global inn...
2019-12-28 23:32:56
883
原创 Cannot set property 'defaultVersionStrategy' on null object
这个问题是使用gradle2.1.10build --eureka1.7.5 的时候出的问题出现这个问题解决办法:https://github.com/nebula-plugins/gradle-netflixoss-project-plugin进入这个网址替换eureka的plugins就可以了...
2019-10-13 23:10:44
1699
2
原创 在本地配置了个私服 然后eclipse开始报Maven Project Builder的错误
配合了个私服,然后更新jar包,一直下载不了,结果发现是eclipse的错误Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'oa-organ'. Could not calculate build plan: Plugin org.apache.maven....
2019-06-20 23:34:22
703
原创 解决secureCRT使用(backspace和ctrl+c)出现^H和^C等问题
Session Options-》Terminal-》Emulation-》Mapped Keys默认crt是没有勾选(1,2)的。勾选上1了在一些bash操作上按Backspace就可以做删除了,勾选上2了就可以用ctrl+c复制里面的命令以及文本了。...
2018-05-03 10:57:43
3265
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人