码迷,mamicode.com
首页 >  
搜索关键字:lesson    ( 930个结果
Looping through the contents of an array
In this lesson, you'll learn to use the foreach loop, which is designed to handle arrays and certain types of PHP objects. The foreach loop can be use...
分类:其他好文   时间:2014-10-28 15:26:50    阅读次数:236
Naming variables
Variables are a fundamental building block of all programming languages. In this lesson, I'll describe briefly what a variable is, explain the basic r...
分类:其他好文   时间:2014-10-28 09:21:40    阅读次数:253
mysql字符串替换
数据库是Mysql的。我想把lesson表中的slide_path_dx字段中的类似 http://www.site.com/y/k/aote-02.rar 替换成E:\web\manhua\y\k\aote-02.rar也就是说实际上可能需要两个sql语句,一个语句把 http://www.si....
分类:数据库   时间:2014-10-14 22:20:30    阅读次数:245
Lesson: Introduction to JAXP
The Java API for XML Processing (JAXP) is for processing XML data using applications written in the Java programming language. JAXP leverages the pars...
分类:其他好文   时间:2014-10-12 19:30:48    阅读次数:198
cuda记录
Lesson 2:1.__syncthreads();2.速度:local > share >> global >> host3.coalesce,尽量读相近的memory,也即读写数组不要跳4.赋值运算一定要小心,如a[i]=a[i]+1; read modified write 这时可用ato....
分类:其他好文   时间:2014-10-10 15:05:54    阅读次数:177
Java学习笔记五:复用类
当我们在使用第三方或者其他人已经写好的类时,通常有两种方法: (1).组合:在新的类中产生现有类的引用。 (2).继承:按照现有类的类型创建新类。 1.组合 简单理解就是新类中,创建一个变量,变量的引用为现有类。 我们在很多场景下都是用到组合,如: public class Lesson_04_Ex...
分类:编程语言   时间:2014-10-03 16:50:54    阅读次数:312
Saving Files
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:其他好文   时间:2014-10-01 02:01:01    阅读次数:339
Nehe OpenGL lesson 8
Nehe OpenGL lesson 8 Blending 效果 代码以及对应的解释...
分类:其他好文   时间:2014-09-30 16:57:29    阅读次数:135
NeHe OpenGL lesson 7
NeHe OpenGL lesson 7 纹理 + 光照...
分类:其他好文   时间:2014-09-16 09:17:10    阅读次数:271
Lesson 81-82 Are they true
1 counter-intuitive 不符合直觉n 2 insight 洞悉,深入了解n eg. The project would give scientists new insights into what is happening to the earth’s atmosphere.该项目将...
分类:其他好文   时间:2014-08-29 12:50:57    阅读次数:199
930条   上一页 1 ... 85 86 87 88 89 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!