码迷,mamicode.com
首页 >  
搜索关键字:basic compress    ( 5468个结果
Texture Combiner
【Texture Combiner】 After the basic vertex lighting has been calculated, textures are applied. In ShaderLab this is done usingSetTexturecommand. SetT.....
分类:其他好文   时间:2014-07-23 12:51:36    阅读次数:266
linux 压缩文件的命令总结
Linux压缩文件的读取 ·    *.Z       compress 程序压缩的档案; ·    *.bz2     bzip2 程序压缩的档案; ·    *.gz      gzip 程序压缩的档案; ·    *.tar     tar 程序打包的数据,并没有压缩过; ·    *.tar.gz  tar 程序打包的档案,其中并且经过 gzip 的压缩! ...
分类:系统相关   时间:2014-07-23 00:11:38    阅读次数:388
Hibernate JPA中@Transient、@JsonIgnoreProperties、@JsonIgnore、@JsonFormat、@JsonSerialize等注解解释
1、@Transient@Transient表示该属性并非一个到数据库表的字段的映射,ORM框架将忽略该属性;如果一个属性并非数据库表的字段映射,就务必将其标示为@Transient,否则ORM框架默认其注解为@Basic;//表示该字段在数据库表中没有@Transientpublic int ge...
分类:Web程序   时间:2014-07-22 22:52:32    阅读次数:672
GC基础和性能相关(转自MSDN)
PerformanceNow that we have a basic model for how things are working, let's consider some things that could go wrong that would make it slow. That wil...
分类:其他好文   时间:2014-07-22 22:51:16    阅读次数:258
How to setup multimedia on CentOS-5(or 6)
CentOS ships with basic sound support for audio content encoded with codecs for a variety of sound formats, including .wav and .ogg files. The alsa-ut...
分类:其他好文   时间:2014-07-22 22:47:33    阅读次数:301
解决github上publickey问题
背景 在尝试把vim打造成Python IDE的时候walkthrough过这样一个帖子,在尝试到Basic Editing and Debugging部分的时候行不通了,放弃了。 问题 在terminal使用github每次push的时候都会弹出一个对话框让我填入pub...
分类:其他好文   时间:2014-07-22 08:34:37    阅读次数:255
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
分析USB平台设备模型框架(1)
start_kernel rest_init(); kernel_thread(kernel_init, NULL, CLONE_FS | CLONE_SIGHAND); do_basic_setup(); driver_init(); void __init driver_init(void) void __init driver_init(vo...
分类:其他好文   时间:2014-07-20 00:10:38    阅读次数:318
linux下文件打包和压缩
1. 打包和压缩文件 linux下目前常用gzip和bzip2来压缩文件,tar打包文件。 常用扩展名: *.gz gzip压缩的文件 *.bz2 bzip2压缩的文件 *.tar tar打包的文件,没有压缩 *.tar.gz tar打包文件,经过gzip压缩 *.tar.bz2 tar打包文件,经过bzip2压缩 2. gzip压缩 gzip是使用最广的压缩命令。用来代替compress压缩。...
分类:系统相关   时间:2014-07-19 23:43:59    阅读次数:443
HTML基础教程(17)——HTML 4.01速查手册
自 W3School 的 HTML 快速参考。可以打印它,以备日常使用。HTML Basic DocumentDocument name goes hereVisible text goes hereText ElementsThis is a paragraph (line break) (hor...
分类:Web程序   时间:2014-07-19 17:20:19    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!