08 2011 档案

摘要:http://tomcat.apache.org/tomcat-5.5-doc/config/http.html maxPostSize The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be disabled ... 阅读全文
posted @ 2011-08-19 15:11 MapViews 阅读(2015) 评论(2) 推荐(1)
摘要:电板不是被万能充充坏的。因为万能充把电池的铜片的间隙扩大了,只要用针把铜片往两边拨拨,靠紧一点,就可以了! 电池有三个卡槽的地方,有突起的铜片触点,你的触点隔的太开了,跟手机接触不好!你用 针 或者牙签等细的东西把触点靠紧一下就可以了!我弄过很多次,都是这样弄好的! ------------------------------------------------------------------... 阅读全文
posted @ 2011-08-13 23:16 MapViews 阅读(632) 评论(0) 推荐(0)
摘要:使用Log4j进行日志记录,对于异常的记录有点细微的之处需要说明。 对于如下代码: Exception e2 = new Exception(">>>>>>>>>>>>>Test Exception!"); (1) e2.printStackTrace(); (2) logger.info(e2); (3) logger.info("Exception : ",e2); 说明: (1)直接在终端打... 阅读全文
posted @ 2011-08-11 00:27 MapViews 阅读(493) 评论(0) 推荐(0)