码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
poj2481 Cows
Description Farmer John's cows have discovered that the clover growing along the ridge of the hill (which we can think of as a one-dimensional number line) in his field is particularly good.  Fa...
分类:其他好文   时间:2015-06-03 21:43:24    阅读次数:119
华为的JAVA面试题及答案(部分)
华为的JAVA面试题(后记:没有想到华为的面试题就是非同一般,非常多题不是一眼就行看得出来,至少对我这种鸟来说是这样。对我个人来说,看看这种题,可能比看《Think In Java》都还要好,由于这里面有非常多的东西,都是我们平时没有太在意,或者是仅仅是懂一点皮毛而已,通过做一下这种练习,把自己不知...
分类:编程语言   时间:2015-06-03 19:25:13    阅读次数:134
POJ2406:Power Strings(后缀数组DC3)
Description Given two strings a and b we define a*b to be their concatenation. For example, if a = "abc" and b = "def" then a*b = "abcdef". If we think of concatenation as multiplication, exponenti...
分类:编程语言   时间:2015-06-01 14:43:30    阅读次数:254
Recommend for Reviewing design doc-from How Google Test Software
Below paragraph is from , I do think it's a good reference for us. Some rules also can be applied for other document review, for example, on specifica...
分类:Windows程序   时间:2015-05-30 12:11:01    阅读次数:168
ThinkPHP开发笔记
1、模型定义。在ThinkPHP中,可以无需进行任何模型定义。只有在需要封装单独的业务逻辑的时候,模型类才是必须被定义的,因此ThinkPHP在模型上有很多的灵活和方便性,让你无需因为表太多而烦恼。模型类通常需要继承系统的\Think\Model类或其子类,下面是一个Home\Model\UserM...
分类:Web程序   时间:2015-05-30 07:03:33    阅读次数:130
ThinkPHP分页
.下载官方有例子的包,然后找到例子下面的Page例子。2. 找到Page.class.php,复制到你自己的项目ThinkPHP/Lib/Think/Util下面。3.Php代码public function doPage(){ //echo $_GET["p"]; if(emptyempty($_...
分类:Web程序   时间:2015-05-30 01:45:33    阅读次数:134
研发哲学
郑昀 创建于2015/2/27 最后更新于2015/3/25 关键词: 哲学、规则、套路、传承 本文档适用人员:广义的技术人员 提纲: Don‘t make me think If it hurts, do it more and often 这个世界从来没有什么救世主 没有苦...
分类:其他好文   时间:2015-05-29 23:22:08    阅读次数:347
think in uml 1
对象,在过程的基础上,是一个抽象级别的提升,可以构建更大更复杂的系统
分类:其他好文   时间:2015-05-29 15:30:25    阅读次数:82
大吃大喝后,绝对不要做的5件事
5 Things Never to Do After a Day of Pigging Out Overdid it , and think it might happen again? Before you start feeling guilty, know that taking a too-strict approach after a binge will most c...
分类:其他好文   时间:2015-05-28 14:09:10    阅读次数:136
Think in Java 实例变量的初始化
说明: 父类为Fa,子类为Child 成员变量=全局变量 在类内部在方法外部定义的变量 静态成员=static 修饰的全局变量 成员变量=在方法内部定义的 将加载、连接、初始化过程 统称为 :全加载 为何里面单独的加载进行区分 疑问:静态代码块的执行和静态变量的赋值哪个先?涉及的知识点...
分类:编程语言   时间:2015-05-27 21:06:50    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!