上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 57 下一页
摘要: public class Parent { static { System.out.println("parent static"); } { System.out.println("parent code block"); } public Parent(String name){ System. 阅读全文
posted @ 2021-04-12 12:35 whmmm 阅读(194) 评论(0) 推荐(0)
摘要: live template <p> author: whmmm </p> * <p> date : $DATE$ $TIME$ </p> 注意配置需要一模一样。。。(通过 /** 然后回车触发) ** * <b> * description: TODO <br/> * author: wanghai 阅读全文
posted @ 2021-04-06 16:28 whmmm 阅读(257) 评论(0) 推荐(0)
摘要: mvn clean install -DskipTests -Dmaven.javadoc.skip=true 阅读全文
posted @ 2021-04-01 14:23 whmmm 阅读(160) 评论(0) 推荐(0)
摘要: module test-12345 go 1.15 require ( vender.go-util v0.0.0 // 必须是三个点 v0.0.0 这种格式!! ) replace ( vender.go-util => ./vender/go-util // 子模块依赖的包替换. 加入 子组件有 阅读全文
posted @ 2021-03-01 11:45 whmmm 阅读(93) 评论(0) 推荐(0)
摘要: 让Windows命令行始终启用快速编辑模式 在命令行下,快速编辑模式是一种很便捷的操作方式:左键选中,右键复制以及右键从剪贴板粘贴内容,都是相当人性化的功能。但是,在某些临时的快捷方式(比如Github的Git bash here) 中,快速编辑模式是没有办法被记忆的。我们可以设定快速编辑模式缺省选 阅读全文
posted @ 2021-02-25 09:42 whmmm 阅读(1926) 评论(0) 推荐(0)
摘要: 1、下载Navicat Premium官网https://www.navicat.com.cn/下载最新版本下载安装 2、本人网盘链接:https://pan.baidu.com/s/1ncSaxId2miL2s5hV8u_hSw提取码:atpa(安装包和破解包都有) 3、激活Navicat Pre 阅读全文
posted @ 2021-02-20 12:15 whmmm 阅读(476) 评论(0) 推荐(0)
摘要: 原网站 http://blog.itpub.net/7728585/viewspace-2157988/ 如果是 sata 硬盘 innodb_io_capacity=200 (https://blog.csdn.net/kadwf123/article/details/82083020)innod 阅读全文
posted @ 2021-01-17 11:16 whmmm 阅读(53) 评论(0) 推荐(0)
摘要: 如题 debug 提示 错误如下, 并且 tomcat 会 卡住 com.sun.jdi.VMMismatchException : instance of org.apache.tomcat.util.threads.TaskThread(name='http-nio-8100-exec-10', 阅读全文
posted @ 2020-12-26 11:41 whmmm 阅读(1819) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { int i = 7; System.out.println(String.format("%04d", i)); System.out.println(String.format("%-4s",i).replace(" 阅读全文
posted @ 2020-12-24 11:37 whmmm 阅读(74) 评论(0) 推荐(0)
摘要: windows : catalina.bat 首行 set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8 linux catalina.sh JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8" 阅读全文
posted @ 2020-12-17 17:24 whmmm 阅读(67) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 57 下一页
//增加一段JS脚本,为目录生成使用