中英互译
minification
英 /ˌmɪnɪfɪˈkeɪʃən/美 /mɪnɪfɪˈkeɪʃn/
基本释义
- n.微小;缩小
双语例句
- Can closure compiler use chaining as a minification technique?可以关闭编译器使用链接的缩小技术?
- You can use minification for both external and internal style sheets.外部和内部样式表都可以缩小。
- This is where minification is important because gzip alone may not be sufficient.这是缩小所在重要因为gzip独自可能不足够。
网络短语
- first minification初缩
- final minification精缩
- image minification图象缩小率
- Cold minification冷缩率
- minification testing缩比试验
同义词
英英释义
- Minification (also minimisation or minimization), in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code without changing its functionality. These unnecessary characters usually include white space characters, new line characters, comments, and sometimes block delimiters, which are used to add readability to the code but are not required for it to execute.