快速业务通道

让你的 Web 应用程序飞起来

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-05-23
令来执行:

  1. java -jar yuicompressor-2.4.2.jar --help 

 

 

  除了下载该文件,还有一种方法,使用 清单 1 中的 XML 文件来将 YUI Compressor 添加到您的 Apache Maven pom.xml 或 Apache IVY 文件。

  清单 1. 添加 YUI Compressor 到 Maven 或 IVY

  1. <dependency> 
  2.     <groupId>com.yahoo.platform.yui</groupId> 
  3.     <artifactId>yuicompressor</artifactId> 
  4.     <version>2.3.6</version> 
  5. </dependency> 

 

 

  将 -h 传递参数到 yuicompressor.jar 文件,显示 YUI Compressor 的基本用法信息。

 

  压缩 CSS

  清单 2 是一个为便于开发人员维护而优化的 CSS 示例,它包含注释,且被用空白格式化了。

  清单 2. 为维护而优化的 CSS 文件

  1. /* The main body for the page. */ 
  2. body  
  3. {  
  4.     font-family : Tahoma,Geneva,sans-serif; 
  5.     background-color : #e2e2e2; 
  6.     margin : 0 0 0 0; 
  7.     padding : 0 0 0 0; 
  8.  
  9. /* The header and header elements */ 
  10. #header, #content, #footer  
  11.     padding 0; 
  12.     margin 0; 
  13.     width : 100%; 
  14.     min-width : 600px; 
  15.  
  16. #header a  
  17.     text-decoration : none; 
  18.     border : none; 
  19.  
  20. #header  
  21.     background : #fff url(''images/lb-h.jpg'') repeat-x top; 
  22.     height : 115px; 
  23.  
  24. #header img.logo  
  25.     position : absolute; 
  26.     border : none; 
  27.     margin-top : 10px; 
  28.     margin-left : 50px; 
  29.     z-index : 1000; 
  30.  
  31. /* Top banner... */ 
  32. #banner  
  33.     margin : 0; 
  34.     padding : 0; 
  35.     background-color : #fff; 
  36.     border-bottom : 1px solid #bebebe; 
  37.     height : 265px; 
  38.     text-align : center; 
  39.  
  40. /* This is the main content */ 
  41. #content  
  42.     background : #fff url(''images/lb-g.jpg'') repeat-x top; 
  43.     min-height : 450px; 
  44.     display : inline-b

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号