摘要:
今天导入一份Excel文件,浏览器报“413”HTTP异常码。 第一反应检查应用程序所设的文件大小的过滤;第二个检查JS上传的文件大小限制。 后来,转念一想,有可能是Nginx过滤的,马上查看error.log,可见“client intended to send too large body”。 阅读全文
摘要:
对Java创建String是否放入String pool作代码性的试验。 参考的优秀文章 JAVA面试题解惑系列(二)——到底创建了几个String对象? public String(String original) API public String intern() API 版本说明 JDK 1 阅读全文
摘要:
参考文章 Introduction to the Spring IoC container and beans BeanFactory 和ApplicationContext(Bean工厂和应用上下文) Spring ApplicationContext - Resource leak: 'cont 阅读全文