欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

YUI Compressor 2.42 js css壓縮

  • 軟件大小:868KB
  • 軟件語言:簡體中文
  • 軟件類型:國外軟件
  • 軟件授權(quán):免費軟件
  • 軟件類別:開發(fā)輔助
  • 應(yīng)用平臺:windows平臺
  • 更新時間:2009-05-12
  • 網(wǎng)友評分:
360通過 騰訊通過 金山通過

情介紹

這里提供了淘寶封裝的界面版本,方便使用。
壓縮css和js是我們工作中經(jīng)常要處理的一件事,這里介紹的是一款基于YUICompressor,淘寶封裝的css和js壓縮工具TBCompressor.

TBCompressor的安裝很簡單,點擊install.cmd就可以了,安裝后會在里的右鍵菜單里出現(xiàn)"Compress CSS or JS"選項,需要壓縮文件時只需選取目標(biāo)文件然后右鍵點選"Compress CSS or JS"即刻.壓縮后的文件會自動重命名.

這款js壓縮工具,是最好用的,jquery等也用這個壓縮,壓縮率高,不會出現(xiàn)在線壓縮工具那樣的,各種各樣的錯誤。

好處就是:減少js的體積,減少調(diào)用時間,提高網(wǎng)頁執(zhí)行效率,如果js過大就會導(dǎo)致加載慢,而導(dǎo)致頁面的一些效果不能正??焖俚膱?zhí)行。

注意:這款軟件需要jdk支持,就是需要安裝jdk環(huán)境。

可以去官方下載 選擇Java SE Development Kit (JDK) JDK 6 Update **


Documentation
==============================================================================
YUI Compressor
==============================================================================

NAME

YUI Compressor - The Yahoo! JavaScript and CSS Compressor

SYNOPSIS

Usage: java -jar yuicompressor-x.y.z.jar [options] [input file]

Global Options
-h, --help Displays this information
--type <js|css> Specifies the type of the input file
--charset <charset> Read the input file using <charset>
--line-break <column> Insert a line break after the specified column number
-v, --verbose Display informational messages and warnings
-o <file> Place the output into <file>. Defaults to stdout.

JavaScript Options
--nomunge Minify only, do not obfuscate
--preserve-semi Preserve all semicolons
--disable-optimizations Disable all micro optimizations

DESCRIPTION

The YUI Compressor is a JavaScript compressor which, in addition to removing
comments and white-spaces, obfuscates local variables using the smallest
possible variable name. This obfuscation is safe, even when using constructs
such as 'eval' or 'with' (although the compression is not optimal is those
cases) Compared to jsmin, the average savings is around 20%.

The YUI Compressor is also able to safely compress CSS files. The decision
on which compressor is being used is made on the file extension (js or css)

GLOBAL OPTIONS

-h, --help
Prints help on how to use the YUI Compressor

--line-break
Some source control tools don't like files containing lines longer than,
say 8000 characters. The linebreak option is used in that case to split
long lines after a specific column. It can also be used to make the code
more readable, easier to debug (especially with the MS Script Debugger)
Specify 0 to get a line break after each semi-colon in JavaScript, and
after each rule in CSS.

--type js|css
The type of compressor (JavaScript or CSS) is chosen based on the
extension of the input file name (.js or .css) This option is required
if no input file has been specified. Otherwise, this option is only
required if the input file extension is neither 'js' nor 'css'.

--charset character-set
If a supported character set is specified, the YUI Compressor will use it
to read the input file. Otherwise, it will assume that the platform's
default character set is being used. The output file is encoded using
the same character set.

-o outfile
Place output in file outfile. If not specified, the YUI Compressor will
default to the standard output, which you can redirect to a file.

-v, --verbose
Display informational messages and warnings.

JAVASCRIPT ONLY OPTIONS

--nomunge
Minify only. Do not obfuscate local symbols.

--preserve-semi
Preserve unnecessary semicolons (such as right before a '}') This option
is useful when compressed code has to be run through JSLint (which is the
case of YUI for example)

--disable-optimizations
Disable all the built-in micro optimizations.

NOTES

+ If no input file is specified, it defaults to stdin.

+ The YUI Compressor requires Java version >= 1.4.

+ It is possible to prevent a local variable, nested function or function
argument from being obfuscated by using "hints". A hint is a string that
is located at the very beginning of a function body like so:

function fn (arg1, arg2, arg3) {
"arg2:nomunge, localVar:nomunge, nestedFn:nomunge";

...
var localVar;
...

function nestedFn () {
....
}

...
}

The hint itself disappears from the compressed file.

+ C-style comments starting with /*! are preserved. This is useful with
comments containing copyright/license information. For example:

/*!
* TERMS OF USE - EASING EQUATIONS
* Open source under the BSD License.
* Copyright 2001 Robert Penner All rights reserved.
*/

becomes:

/*
* TERMS OF USE - EASING EQUATIONS
* Open source under the BSD License.
* Copyright 2001 Robert Penner All rights reserved.
*/

載地址

下載錯誤?【投訴報錯】

氣軟件

關(guān)文章

載聲明

☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個軟件總是不能下載的請在評論中留言,我們會盡快修復(fù),謝謝!
☉ 下載本站資源,如果服務(wù)器暫不能下載請過一段時間重試!或者多試試幾個下載地址
☉ 如果遇到什么問題,請評論留言,我們定會解決問題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請購買正版。
☉ 本站提供的YUI Compressor 2.42 js css壓縮資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。