Khi sửa code chương trình nhiều khi phải tìm file chứa một đoạn code nhất định trong thư mục hiện hành. Khi đó ta có thể dùng lệnh DOS:
findstr /s "text_need_to_find" *.*
Thứ Tư, 21 tháng 7, 2010
Tùy chỉnh kích cỡ file và đuôi mở rộng tên file upload trong liferay portal
Sửa trong file portal.properties trong source code của Liferay Portal.
Các key:
dl.file.max.size=3072000
dl.file.extensions=.bmp,.css,.doc,.docx,.dot,.gif,.gz,.htm,.html,.jpg,.js,.lar,.odb,.odf,.odg,.odp,.ods,.odt,.pdf,.png,.ppt,.pptx,.rtf,.swf,.sxc,.sxi,.sxw,.tar,.tiff,.tgz,.txt,.vsd,.xls,.xlsx,.xml,.zip,.jrxml
Cũng có thể tìm thấy file trong thư mục:
....\apache-tomcat-xxxx\webapps\ROOT\WEB-INF\lib\portal-impl.jar
Các key:
dl.file.max.size=3072000
dl.file.extensions=.bmp,.css,.doc,.docx,.dot,.gif,.gz,.htm,.html,.jpg,.js,.lar,.odb,.odf,.odg,.odp,.ods,.odt,.pdf,.png,.ppt,.pptx,.rtf,.swf,.sxc,.sxi,.sxw,.tar,.tiff,.tgz,.txt,.vsd,.xls,.xlsx,.xml,.zip,.jrxml
Cũng có thể tìm thấy file trong thư mục:
....\apache-tomcat-xxxx\webapps\ROOT\WEB-INF\lib\portal-impl.jar
Đăng ký:
Bài đăng (Atom)