摘要: application/x www form urlencoded 这应该是最常见的 POST 提交数据的方式了。浏览器的原生 form 表单,如果不设置 enctype 属性,那么最终就会以 application/x www form urlencoded 方式提交数据。 请求类似于下面这样(... 阅读全文
posted @ 2015-10-18 22:09 KOYOU 阅读(192) 评论(0) 推荐(0) 编辑
摘要: mysql 里面可以用uuid()语句来生成一个UUID: select uuid(); 或 select replace(uuid(), ' ', ''); 直接在insert语句中插入UUID作主键的用法(简便): UUID UUID含义是通用唯一识别码 (Universally Un... 阅读全文
posted @ 2015-10-18 15:15 KOYOU 阅读(4796) 评论(0) 推荐(0) 编辑
摘要: http://bubkoo.com/2015/05/08/introduction to fetch/ 阅读全文
posted @ 2015-10-18 15:09 KOYOU 阅读(134) 评论(0) 推荐(0) 编辑
摘要: ```java public void getRemoteId(HttpServletRequest request,Model model){ String name = request.getParameter("userName"); String gender = request.getParameter("userGender"); Str... 阅读全文
posted @ 2015-10-18 15:05 KOYOU 阅读(88) 评论(0) 推荐(0) 编辑
摘要: Some of these words are emphasized .Some of these words _are emphasized also_.Use two asterisks for strong emphasis .Or, if you prefer, __use two unde... 阅读全文
posted @ 2015-10-18 15:03 KOYOU 阅读(103) 评论(0) 推荐(0) 编辑
摘要: ```xml ``` 阅读全文
posted @ 2015-10-18 14:29 KOYOU 阅读(1163) 评论(0) 推荐(0) 编辑
摘要: Mindjetimindmapvisio 阅读全文
posted @ 2015-10-18 14:08 KOYOU 阅读(121) 评论(0) 推荐(0) 编辑
摘要: web.xml:contextConfigLocation/WEB-INF/spring-configuration/.xml/WEB-INF/deployerConfigContext.xmlclasspath:/META-INF/spring/*.xml详细请参照:http://blog.csd... 阅读全文
posted @ 2015-10-18 14:06 KOYOU 阅读(225) 评论(0) 推荐(0) 编辑
摘要: log4j.config.location=classpath:log4j2.xmllog4j.config.location=file:/etc/cas/log4j2.xmllog4j.config.location:classpath:log4j2.xml 阅读全文
posted @ 2015-10-18 14:05 KOYOU 阅读(1165) 评论(0) 推荐(0) 编辑
摘要: tar -zxvf a.tgz -C /root/atar -zcvfa.tgz/root/a 阅读全文
posted @ 2015-10-18 14:04 KOYOU 阅读(142) 评论(0) 推荐(0) 编辑
摘要: public static void HttpURLConnection.setFollowRedirects(boolean followRedirects)public void HttpURLConnection.setInstanceFollowRedirects(boolean follo... 阅读全文
posted @ 2015-10-18 14:00 KOYOU 阅读(1756) 评论(0) 推荐(0) 编辑