摘要: SpringBoot+Thymeleaf参考: https://www.cnblogs.com/kibana/p/10236187.html 1、Controller: 2、index.html: 3、效果: 阅读全文
posted @ 2019-01-07 23:33 发挥哥 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 1、添加起步依赖: 2、添加配置(application.properties): 参考ThymeleafProperties.java类,cache默认为true,其它属性都有默认值,一般不需要修改。 3、写测试controller返回页面并携带数据: 4、在resources/templates 阅读全文
posted @ 2019-01-07 22:57 发挥哥 阅读(729) 评论(0) 推荐(0) 编辑
摘要: 关键代码: 1.Proxy.newInstance: 2.Proxy.getProxyClass0: 3.WeakCache.get(由2注释可知,首次是由ProxyClassFactory生成的class对象,proxyClassCache即WeakCache): 可见,这里调用ProxyClas 阅读全文
posted @ 2018-12-25 22:35 发挥哥 阅读(458) 评论(0) 推荐(0) 编辑
摘要: Goland激活码,有效期至2019年7月 https://blog.csdn.net/cong_da_da/article/details/83502123 阅读全文
posted @ 2018-11-26 09:28 发挥哥 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/u014209975/article/details/50525624 https://www.cnblogs.com/hanyinglong/p/5395600.html http://lucene.apache.org/core/4_0_0/c 阅读全文
posted @ 2018-10-11 17:32 发挥哥 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 防蓝光眼镜千万不可随意戴!你知道哪种好?如何判断真假吗? https://baijiahao.baidu.com/s?id=1595021807817667453&wfr=spider&for=pc lucence学习: https://blog.csdn.net/u014209975/articl 阅读全文
posted @ 2018-10-10 19:13 发挥哥 阅读(133) 评论(0) 推荐(0) 编辑
摘要: springboot整合mybatis 阅读全文
posted @ 2018-09-16 23:06 发挥哥 阅读(3120) 评论(2) 推荐(1) 编辑
摘要: ![](https://images2018.cnblogs.com/blog/1200369/201808/1200369-20180804124901476-490505470.png) 阅读全文
posted @ 2018-08-04 12:49 发挥哥 阅读(147) 评论(0) 推荐(0) 编辑
摘要: ``` @echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information ... 阅读全文
posted @ 2018-07-04 00:25 发挥哥 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: ``` @echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information ... 阅读全文
posted @ 2018-07-04 00:24 发挥哥 阅读(444) 评论(0) 推荐(0) 编辑