原创 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_form

原创 word轉html (包含doc和docx),親測有用

<dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.15</version> </d

原创 poi生成word特殊表格合併單元格,wps不兼容問題

百度了半天沒百度出來解決的問題,可能是poi技術就是不支持吧.所以我用了其他思想讓他兼容. 先說點廢話: 我們用的技術時poi框架  這個框架是有微軟office兼容的,但是他對wps以及其他的工具還是有一定不兼容的, 而且poi對於生成

原创 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

原创 Cannot set property 'defaultVersionStrategy' on null object

這個問題是使用gradle2.1.10 build --eureka1.7.5 的時候出的問題     出現這個問題 解決辦法: https://github.com/nebula-plugins/gradle-netflixoss-pr

原创 在本地配置了個私服 然後eclipse開始報Maven Project Builder的錯誤

配合了個私服,然後更新jar包,一直下載不了,結果發現是eclipse的錯誤 Errors occurred during the build. Errors running builder 'Maven Project Builder'

原创 解決secureCRT使用(backspace和ctrl+c)出現^H和^C等問題

Session Options-》Terminal-》Emulation-》Mapped Keys默認crt是沒有勾選(1,2)的。勾選上1了在一些bash操作上按Backspace就可以做刪除了,勾選上2了就可以用ctrl+c複製裏面的