【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压缩文件的读取
· *.Z compress
程序压缩的档案;
· *.bz2 bzip2
程序压缩的档案;
· *.gz gzip
程序压缩的档案;
· *.tar tar
程序打包的数据,并没有压缩过;
· *.tar.gz tar
程序打包的档案,其中并且经过 gzip 的压缩!
...
分类:
系统相关 时间:
2014-07-23 00:11:38
阅读次数:
388
1、@Transient@Transient表示该属性并非一个到数据库表的字段的映射,ORM框架将忽略该属性;如果一个属性并非数据库表的字段映射,就务必将其标示为@Transient,否则ORM框架默认其注解为@Basic;//表示该字段在数据库表中没有@Transientpublic int ge...
分类:
Web程序 时间:
2014-07-22 22:52:32
阅读次数:
672
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
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
背景 在尝试把vim打造成Python IDE的时候walkthrough过这样一个帖子,在尝试到Basic Editing and Debugging部分的时候行不通了,放弃了。 问题 在terminal使用github每次push的时候都会弹出一个对话框让我填入pub...
分类:
其他好文 时间:
2014-07-22 08:34:37
阅读次数:
255
一般形式:基类型 **变量名;例如: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
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
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
自 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