摘要:
application/x www form urlencoded
这应该是最常见的 POST 提交数据的方式了。浏览器的原生 form 表单,如果不设置 enctype 属性,那么最终就会以 application/x www form urlencoded 方式提交数据。
请求类似于下面这样(... 阅读全文
摘要:
mysql 里面可以用uuid()语句来生成一个UUID: select uuid();
或 select replace(uuid(), ' ', ''); 直接在insert语句中插入UUID作主键的用法(简便): UUID
UUID含义是通用唯一识别码 (Universally Un... 阅读全文
摘要:
http://bubkoo.com/2015/05/08/introduction to fetch/ 阅读全文
摘要:
```java
public void getRemoteId(HttpServletRequest request,Model model){ String name = request.getParameter("userName"); String gender = request.getParameter("userGender"); Str... 阅读全文
摘要:
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... 阅读全文
摘要:
```xml ``` 阅读全文
摘要:
Mindjetimindmapvisio 阅读全文
摘要:
web.xml:contextConfigLocation/WEB-INF/spring-configuration/.xml/WEB-INF/deployerConfigContext.xmlclasspath:/META-INF/spring/*.xml详细请参照:http://blog.csd... 阅读全文
摘要:
log4j.config.location=classpath:log4j2.xmllog4j.config.location=file:/etc/cas/log4j2.xmllog4j.config.location:classpath:log4j2.xml 阅读全文
摘要:
tar -zxvf a.tgz -C /root/atar -zcvfa.tgz/root/a 阅读全文
摘要:
public static void HttpURLConnection.setFollowRedirects(boolean followRedirects)public void HttpURLConnection.setInstanceFollowRedirects(boolean follo... 阅读全文