摘要:
环境: 1、centos 7 + jexus 5.8.1 + mono 4.4.2 + asp.net mvc 4 做了一点小优化: 一、调整文件描述符数量限制编辑 /etc/security/limits.conf,更改或添加入如下4行内容:* soft nofile 20000* hard no 阅读全文
2016年9月9日 #
2016年8月31日 #
摘要:
08-31 17:02:03: ### DEBUG ##########################System.TypeInitializationException: The type initializer for 'Mono.Unix.Native.Stdlib' threw an ex 阅读全文
2016年8月30日 #
2016年8月10日 #
摘要:
C:\Windows\System32\inetsrv\config\applicationHost.config 阅读全文
2016年8月9日 #
摘要:
HttpCookie cookie = new HttpCookie("RealName", HttpUtility.UrlEncode("你想要设置的值")); Response.SetCookie(cookie); 阅读全文
2016年8月8日 #
摘要:
重启:按 Ctrl + Shift + L 键唤出 3d 视图 参考文档:http://tieba.baidu.com/p/4606488108 阅读全文
2016年7月22日 #
摘要:
Jackson 以前很火 Fastjson 阿里巴巴出品 阅读全文
2016年7月20日 #
摘要:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc --><dependency> <groupId>org.springframework</groupId> <artifactId>spring-we 阅读全文
2016年7月16日 #
摘要:
jdk默认安装 Key: JAVA_HOME(新建) Value: C:\Program Files\Java\jdk1.8.0_25 Key: Path(编辑) Value: %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; Key: CLASSPATH(新建) Value 阅读全文