码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
jQueryInAction Reading Note 2.
创建元素包装集选择元素1 CSS选择器 这个小猿比较熟悉,为了给一组相同的页面元素设置相同的样式,会用到CSS选择器;2 子选择器 也就是万能的“>”号了吧。选择父元素的直接子元素,li > a,选择作为无序列表直接子元素的所有链接。3 特性选择器 a[href^=http://]选择是以ht...
分类:Web程序   时间:2014-07-27 22:58:09    阅读次数:346
[ZZ] Deferred Rendering and HDR
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
[SICP Notes] 1.1 The Elements of Programming
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
Change Number to English By Reading rule of money
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
uboot下使用U盘启动内核RT5350成功
今天尝试了下使用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++语言概述 【代码手输一遍】
前情提要:如果不涉及面向对象的部分,那么C++语言和C语言的语法90%以上是一样的,只不过略有扩充,用起来更为方便而已。 查看gcc版本: E:\Program?Files\MinGW\bin>gcc?-v Reading?specs?from?./../lib/gc...
分类:编程语言   时间:2014-07-21 10:37:56    阅读次数:373
【DataStructure】A useful util class for reading and writing files
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
Win7环境下使用CMake编译OpenGL_Tutorials的一些注意事项
最近在通过网站Tutorials for openGL 3.3+ 来学习计算机图形学。这里的教材很人性化,更重要的是它让我们抛开旧式openGL去学习。而旧式openGL似乎也一直为人们所诟病(推荐阅读:http://blog.monkeypotion.net/reading/gameprogr.....
分类:Windows程序   时间:2014-07-18 12:10:10    阅读次数:340
Head-First Servelts&JSP reading note 5
Filter过滤器就是一个对所有的请求进行intercept(拦截),然后对请求进行相应的处理,或者servlet处理完成之后,对response进行处理等。而这一切,servlet永远不可能知道。Filter和Servlet的相同点1 容器也知道Filter的API一旦一个java类实现了Filt...
分类:Web程序   时间:2014-07-13 23:35:20    阅读次数:357
PHP中的替代语法
今天看了一下wordpress的代码,里面有些少见的php替代语法, <?php the_content( __( 'Continue reading →', 'thebox' ) ); ?> '' . __( 'Pa...
分类:Web程序   时间:2014-07-13 16:57:21    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!