属性和特性操作元素属性jQuery没有用于获取或者修改元素属性的命令。需要利用javascript,首先需要做的就是获得元素的引用。each(function) 对包装集中的各个元素,进行function操作,function有默认的参数为当前元素的位置,function具有当前对象this的引用....
分类:
Web程序 时间:
2014-07-30 00:42:52
阅读次数:
333
Provides access to members that control the reading and writing of map document files.(提供访问的成员,控制读写地图文档文件)1:MapDocumentClass ClassThe MapDocument coc....
分类:
其他好文 时间:
2014-07-29 11:30:56
阅读次数:
376
创建元素包装集选择元素1 CSS选择器 这个小猿比较熟悉,为了给一组相同的页面元素设置相同的样式,会用到CSS选择器;2 子选择器 也就是万能的“>”号了吧。选择父元素的直接子元素,li > a,选择作为无序列表直接子元素的所有链接。3 特性选择器 a[href^=http://]选择是以ht...
分类:
Web程序 时间:
2014-07-27 22:58:09
阅读次数:
346
http://www.gamedev.net/topic/496785-deferred-rendering-and-hdr/Quote:Original post by jstrohYeah I've been reading about people saying "oh you can onl...
分类:
其他好文 时间:
2014-07-27 21:47:19
阅读次数:
350
About the Book
To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:
其他好文 时间:
2014-07-26 15:32:35
阅读次数:
349
In the partime, a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:
其他好文 时间:
2014-07-24 23:15:23
阅读次数:
280
今天尝试了下使用16G 的u盘,将其做了两个分区,一个是存放zimage,一个存放rootfs;在uboot中加载一分区的zimage并启动成功!
RT5350 # fatload usb 0:1 0x80c00000 root_uImage
reading root_uImage
VFAT Support enabled
FAT16, fat_sect: 1, fatlength...
分类:
其他好文 时间:
2014-07-22 17:41:35
阅读次数:
452
前情提要:如果不涉及面向对象的部分,那么C++语言和C语言的语法90%以上是一样的,只不过略有扩充,用起来更为方便而已。 查看gcc版本: E:\Program?Files\MinGW\bin>gcc?-v
Reading?specs?from?./../lib/gc...
分类:
编程语言 时间:
2014-07-21 10:37:56
阅读次数:
373
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file.
import java.io.BufferedReader;
import java.io.BufferedWri...
分类:
其他好文 时间:
2014-07-18 12:26:25
阅读次数:
274
最近在通过网站Tutorials for openGL 3.3+ 来学习计算机图形学。这里的教材很人性化,更重要的是它让我们抛开旧式openGL去学习。而旧式openGL似乎也一直为人们所诟病(推荐阅读:http://blog.monkeypotion.net/reading/gameprogr.....