码迷,mamicode.com
首页 >  
搜索关键字:reading    ( 1497个结果
PHP database/App develop flow
https://netbeans.org/kb/docs/php/wish-list-lesson2.htmlCreating a Database Driven Application With PHPLesson 2: Designing the Application. Reading fro...
分类:移动开发   时间:2014-06-27 19:01:56    阅读次数:479
Programming In Scala Reading Note 5
Functional ObjectAdvantages and Disadvantages of Immutable ObjectAdv 1. 不可变对象更具容易被推断出来,因为它不会随着时间的变化而造成值的变化。Adv 2. 不可变对象可以自动地传递不会发生变化,而传递可变对象的话,需要首先对可变...
分类:其他好文   时间:2014-06-27 13:55:22    阅读次数:187
Programming In Scala Reading Note 3
Class and Objectclass TestClass { val some = 1}生成的class文件中会包含一个some()方法,并且这个方法是public的,也就是说类外可以通过类的对象来获取这个some的值修改:class TestClass { private val som.....
分类:其他好文   时间:2014-06-26 22:31:24    阅读次数:270
Programming In Scala Reading Note 4
Basic Types and OperationsSomething new according to Java1 + 2跟(1).+(2)是一样的。val str = "Hello world"str indexOf 'o' 跟 str.indexOf('o')是一样的indexOf有两种形式的...
分类:其他好文   时间:2014-06-26 19:26:48    阅读次数:193
Programming In Scala Reading Note 1
Chapter1 and Chapter2方法定义:def methodName(param1: ParamType, param2: ParamType2, [maybe more]): ReturnType = { // method body}函数式编程中一个约定俗成的说法就是,方法会返回一....
分类:其他好文   时间:2014-06-25 19:15:35    阅读次数:205
Programming In Scala Reading Note 2
Learn to programming in funtional way如果一个方法中存在var的话,那么这个方法很可能就是指令式编程。如果一个方法中只存在val的话,那么这个方法很可能是函数式编程。我们需要尝试着把方法中的val删除掉。副作用,一个方法满足函数式编程的基本要求,但是返回值是一个U...
分类:其他好文   时间:2014-06-25 18:31:47    阅读次数:166
【DataStructure】Some useful methods for arrays
Last night it took me about two hours to learn arrays. For the sake of less time, I did not put emphaises on the practice question, just now when reading the book, I found that some methods referred...
分类:其他好文   时间:2014-06-22 17:14:10    阅读次数:152
Emacs和它的朋友们——阅读源代码篇(转)
正如那本《Code Reading》一书中指出的那样,源代码阅读一直没有被很好的重 视:你上大学的时候有“代码阅读”这门课吗?相信没有。1 Source Insight谈到阅读源代码,不得不提一下很多人都用过并且现在也还用着的一个工具: Source Insight。很多年前我最早接触的源代码阅读工...
分类:其他好文   时间:2014-06-21 10:12:33    阅读次数:363
10分钟英语史
-----------------------钦定版《圣经》-----------------------chapter 4The King James Bible or light there belight reading In 1611 'the powers that be' turnedt...
分类:其他好文   时间:2014-06-18 21:03:08    阅读次数:444
poj 2891 Strange Way to Express Integers (非互质的中国剩余定理)
Strange Way to Express IntegersTime Limit:1000MSMemory Limit:131072KTotal Submissions:9472Accepted:2873DescriptionElina is reading a book written by R...
分类:其他好文   时间:2014-06-15 21:22:33    阅读次数:272
1497条   上一页 1 ... 146 147 148 149 150 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!