applicationContext.xml web.xml springmvc.xml ...
分类:
其他好文 时间:
2018-11-20 23:04:06
阅读次数:
230
访问日志不记录静态文件1.过滤静态文件:修改虚拟主机配置文件[root@weixing01~]#vim/usr/local/apache2.4/conf/extra/httpd-vhosts.conf<IfModulemod_rewrite.c>RewriteEngineonRewriteCond%{HTTP_HOST}!^111.com$RewriteRule^/(.*)$http:
分类:
其他好文 时间:
2018-03-05 22:23:09
阅读次数:
265
一、File类方法 1.与文件、目录名相关方法 String getName() 返回由此抽象路径名表示的文件或目录的名称。 String getPath() 将此抽象路径名转换为一个路径名字符串。 String getAbsolutePath() 返回此抽象路径名的绝对路径名字符串。 File g ...
分类:
其他好文 时间:
2017-08-01 12:42:30
阅读次数:
121