上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
摘要: https://www.cnblogs.com/jay36/p/7684000.html 数据库连接是一种关键的有限的昂贵的资源,这在多用户网页应用程序中体现的尤为突出.对数据库连接的管理能显著影响到整个应用程序的伸缩性和健壮性,影响到程序的性能指标,数据库连接池正是针对这个问题提出的. 数据库连接 阅读全文
posted @ 2019-08-06 10:36 liness0713 阅读(1238) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/operationhome/p/9680040.html 1 tomcat 日志详解 1.1 tomcat 日志配置文件 tomcat 对应日志的配置文件:tomcat目录下的/conf/logging.properties。 tomcat 的日志等级 阅读全文
posted @ 2019-08-06 10:34 liness0713 阅读(454) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ifat3/p/8534525.html https://blog.csdn.net/dier4836/article/details/7631504 https://blog.csdn.net/u010156024/article/details/4 阅读全文
posted @ 2019-07-31 11:50 liness0713 阅读(1304) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/curen/p/5942583.html 本文适合对mybatis有简单的入门了解的读者。转载请注明出处! 环境: Mysql5.6、navicat for mysql 11、jdk8、maven3.3.9、mybatis3.2.8 MySQL表 ma 阅读全文
posted @ 2019-07-25 10:50 liness0713 阅读(276) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_34235457/article/details/88231392 文件上传下载rest接口定义import cn.hutool.core.io.FileUtil;import cn.hutool.core.util.StrUtil;impo 阅读全文
posted @ 2019-07-04 14:58 liness0713 阅读(2672) 评论(1) 推荐(0)
摘要: https://www.cnblogs.com/AndrewXu/p/6801004.html request.getRealPath不推荐使用request.getRealPath("") 这个方法已经不推荐使用了 request.getRealPath不推荐使用request.getRealPa 阅读全文
posted @ 2019-07-04 14:29 liness0713 阅读(284) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/linjiqin/p/3388298.html http://swiftlet.net/archives/category/freemarker FreeMarker的插值有如下两种类型:1,通用插值${expr};2,数字格式化插值:#{expr}或 阅读全文
posted @ 2019-07-02 10:49 liness0713 阅读(587) 评论(1) 推荐(0)
摘要: https://www.jianshu.com/p/289e15a49f56 FreeMark除了基本数据类型之外,还有类似于java对象的类型叫容器,主要分为以下三种: - 哈希表 - 序列 - 集 哈希表从java角度来说,可以是普通的对象,也可以是HashMap。当是普通的对象的时候,直接Ob 阅读全文
posted @ 2019-06-28 17:29 liness0713 阅读(1491) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/yuanyubo1234/article/details/80852942 前面在spring boot项目中,进行前后端数据交互时突然遇到了415错误。一时间有点懵,在网上找了一些资料,总算是知道为什么了,不多说,直接上图。 这是正常的form提交的数据 阅读全文
posted @ 2019-06-24 13:56 liness0713 阅读(1116) 评论(0) 推荐(0)
摘要: https://baike.baidu.com/item/freemarker FreeMarker是一款模板引擎: 即一种基于模板和要改变的数据, 并用来生成输出文本(HTML网页、电子邮件、配置文件、源代码等)的通用工具。 它不是面向最终用户的,而是一个Java类库,是一款程序员可以嵌入他们所开 阅读全文
posted @ 2019-06-14 11:13 liness0713 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页