上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: springmvc+mybatis 实现登录、注册、邮件激活等功能 阅读全文
posted @ 2020-05-21 20:15 sogeisetsu 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: [TOC] 总体分析 建议:先将本文中提到的走一遍,说不定乱码就消失了 1 CharacterEncodingFilter 设置forceResponseEncoding为true导致乱码 表现 :CharacterEncodingFilter 设置forceResponseEncoding为tru 阅读全文
posted @ 2020-05-13 00:15 sogeisetsu 阅读(1027) 评论(0) 推荐(0) 编辑
摘要: SpringMVC是Spring框架内置的MVC的实现. SpringMVC就是一个Spring内置的MVC框架. MVC框架,它解决WEB开发中常见的问题(参数接收、文件上传、表单验证、国际化、等等),而且使用简单,与Spring无缝集成。 支持 RESTful风格的 URL 请求 。 采用了松散耦合可插拔组件结构,比其他 MVC 框架更具扩展性和灵活性。 阅读全文
posted @ 2020-05-10 14:35 sogeisetsu 阅读(253) 评论(0) 推荐(1) 编辑
摘要: 我建了一个公众号,主要是分享java项目,linux知识,日语学习相关的内容,大家喜欢的话可以关注一下,谢谢大家。 Servlet(大重点) - @web.xml配值方法 概念:运行在服务器端的小程序 Servlet就是一个接口,定义了Java类被浏览器访问到(tomcat识别)的规则。 将来我们自 阅读全文
posted @ 2020-05-09 04:25 sogeisetsu 阅读(1802) 评论(0) 推荐(0) 编辑
摘要: Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and productivity has made it the world's most popular Java framework. 阅读全文
posted @ 2020-04-29 23:21 sogeisetsu 阅读(271) 评论(0) 推荐(0) 编辑
摘要: MAVEN基础 原文链接: https://mubu.com/doc/dLGVgGwEw1 书籍资料 传智播客官方资料 https://drive.google.com/file/d/1PL091NdOWPGzVcs_2YZzDmlvOSu0w513/view?usp=sharing 谷歌云盘 (可 阅读全文
posted @ 2020-04-26 17:16 sogeisetsu 阅读(387) 评论(0) 推荐(0) 编辑
摘要: MyBatis 是一款优秀的持久层框架,它支持自定义 SQL、存储过程以及高级映射。MyBatis 免除了几乎所有的 JDBC 代码以及设置参数和获取结果集的工作。 阅读全文
posted @ 2020-04-26 15:17 sogeisetsu 阅读(318) 评论(0) 推荐(0) 编辑
摘要: /etc/profile、/etc/bashrc、 ~/.bash_profile、 ~/.bashrc 文件的作用 大感谢 https://www.cnblogs.com/cwp-bg/p/8257843.html 我将他的文章用我的理解做成了一幅图片,希望可以帮助理解 备注:不同颜色的线代表不同 阅读全文
posted @ 2020-04-12 10:31 sogeisetsu 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 本文比较长,但讲的会比较细,如果只是想实现中文man的功能https://www.jianshu.com/p/262f6cc8f898 阅读全文
posted @ 2020-04-10 10:07 sogeisetsu 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 转载自 "https://juejin.im/post/5cb5cc0ff265da0359486892 heading 17" properties 转载自 "https://www.cnblogs.com/EasonJim/p/6815365.html" 阅读全文
posted @ 2020-03-27 20:00 sogeisetsu 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页