断弯刀

导航

2018年5月30日 #

书单BookList

摘要: 1. 《代码大全》 史蒂夫·迈克康奈尔 (Code Complete) 2. 《程序员修炼之道》 Andrew Hunt [读过了,非常好的一本书] (Pragmatic Programmer) 3. 《计算机程序的构造和解释》 Harold Abelson (Structure and Inter 阅读全文

posted @ 2018-05-30 10:22 断弯刀 阅读(210) 评论(0) 推荐(0) 编辑

servlet

摘要: 1 Tomcat 设置URI默认字符集为UTF-8 https://blog.csdn.net/loveaborn/article/details/44450873 2 request和response的中文乱码问题 https://www.cnblogs.com/caowei/p/2013-12- 阅读全文

posted @ 2018-05-30 10:16 断弯刀 阅读(122) 评论(0) 推荐(0) 编辑

Struts和Hibernate使用总结

摘要: 1 struts.xml重定向时报错 action cannot be found in the namespace/ http://blog.csdn.net/greetturing/article/details/65629823 2 struts2文件上传 https://www.cnblog 阅读全文

posted @ 2018-05-30 10:05 断弯刀 阅读(128) 评论(0) 推荐(0) 编辑

工具类

摘要: 1 MD5加密http://zoroeye.iteye.com/blog/2026984?utm_source=tuicool&utm_medium=referral 注意其中导入 sun.misc.BASE64Encoder; 2 JDOM入门实例:读取与创建xml文档 https://www.c 阅读全文

posted @ 2018-05-30 09:53 断弯刀 阅读(135) 评论(0) 推荐(0) 编辑