码迷,mamicode.com
首页 >  
搜索关键字:compressed    ( 160个结果
SASS学习笔记_01
scss两种格式 sass 大括号 scss css写法 Arguments: --no-cache –style compressed --update $FileName$:css/$FileNameWithoutExtension$.css 标示部分是 输出的css类型 和额外输出路径 就是 ...
分类:其他好文   时间:2014-08-24 12:56:22    阅读次数:297
【转】Unity3D AssetBundles 动态加载游戏资源
AssetBundles are files which you can export from Unity to contain assets of your choice. These files use a proprietary compressed format and can be loaded on demand in your application. This allows...
分类:其他好文   时间:2014-08-21 11:46:04    阅读次数:426
Linux学习之源码1:入口流程
有地方看到,启动流程是arch/arm/boot/compressed/head.s ----->调用arch/arm/boot/compressed/misc.c的decompress_kernel()函数解压内核。---->arch/arm/kernel/head-common.S初始化 ---...
分类:系统相关   时间:2014-08-20 20:59:42    阅读次数:357
OCP读书笔记(24) - 题库(ExamD)
301.Which command is used to configure RMAN to perform a compressed backup for every backupexecuted?A. BACKUP AS COMPRESSED BACKUPSET DATABASEB. BACKU...
分类:其他好文   时间:2014-08-14 23:22:36    阅读次数:393
03.product.js
1 /* 2 item.jd.com Compressed by uglify 3 Author:keelii 4 Date: 2014-08-05 6:52:26 [PM] 5 */ 6 function insertScript(t, e) { 7 ...
分类:Web程序   时间:2014-08-12 03:07:03    阅读次数:490
SPSS根据生日计算年龄并分组
COMPUTE Age=DATEDIFF($TIME,BirthDate,"years"). EXECUTE. SAVE OUTFILE='D:\MaryKay\Data\PRD\ConsultantInfoPrd.sav' /COMPRESSED. SAVE OUTFILE='D:\Mary...
分类:其他好文   时间:2014-07-26 00:29:56    阅读次数:709
rman压缩备份题目
ocp 053688. Which two statements are true about the compressed backups in RMAN? (Choose two.)A.Compressed backups can only be taken on the tape drives...
分类:其他好文   时间:2014-06-18 11:06:25    阅读次数:303
linuxshell 实现自动清理rman备份文件的脚本
rman备份脚本 #! /bin/bash su - oracle rman target / backup AS COMPRESSED BACKUPSET   database include current controlfile format'/orabak/db_%d_%T_%s' plus archivelog format'/orabak/a...
分类:系统相关   时间:2014-06-17 19:33:13    阅读次数:348
zboot/piggyback.c
/** linux/zBoot/piggyback.c** (C) 1993 Hannu Savolainen*//** This program reads the compressed system image from stdin and* encapsulates it into an ob...
分类:其他好文   时间:2014-06-06 15:57:43    阅读次数:246
Unity3d纹理压缩格式表
将Texure Type设置为Advanced时纹理的格式列表格式详解Automatic Compressed压缩RGB纹理,默认选项,常用的漫反射纹理格式。4位/像素(32KB, 256x256)RGB Compressed DXT1压缩的RGB纹理。常用的漫反射纹理格式。4位/像素(32KB, ...
分类:其他好文   时间:2014-05-12 12:24:58    阅读次数:352
160条   上一页 1 ... 14 15 16
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!