码迷,mamicode.com
首页 >  
搜索关键字:say    ( 1472个结果
The count-and-say sequence 实现
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-09-04 14:46:49    阅读次数:174
JavaScript对象的创建之外部属性定义方式(基于已有对象扩充其属性和方法)
var person = new Object();person.name = "luogk";person.age = 33;person.say = function(){ alert(this.name + " , " + this.age);//this表示的是调用的对象即person...
分类:编程语言   时间:2014-09-03 18:04:46    阅读次数:186
Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11.11 is read off ...
分类:其他好文   时间:2014-09-02 17:28:14    阅读次数:208
dom
1.对话窗口 (1)警告对话框 alert('error'); (2)确认对话框 confirm('please cofirm this message');//返回true或false (3)提示对话框 var v= prompt('what say you ?',123);//第一个参数提示信息...
分类:其他好文   时间:2014-09-01 19:13:43    阅读次数:245
是时候开始引入异常化编程了!
laravel-validation ================== - 异常化表单验证 --- > 合理的利用异常化编程方法,可以使代码可维护性大幅提高。 ## 使用前的准备 在 composer.json 文件中申明依赖: ```json "five-say/laravel-vali...
分类:其他好文   时间:2014-08-30 19:15:30    阅读次数:252
projecteuler---->problem=32----Pandigital products
Problem 32 We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once; for example, the 5-digit number, 15234, is 1 through 5 pandigital. The produ...
分类:其他好文   时间:2014-08-22 16:23:19    阅读次数:178
每日一句(2014-8-22)
From now on, I'm gonna say yes--yes to love, yes to adventure, yes to life, whatever it maybe, the answer's going to be yes从今天起,我要积极接受一切,接受爱,迎接挑战,拥抱生活...
分类:其他好文   时间:2014-08-22 09:15:45    阅读次数:241
after modifying system headers, please delete the module cache at
5down votefavorite2I don't know how I modified a iOS SDK file, but Xcode say I did. Here is what they reported.fatal error: file '/Applications/Xcode ...
分类:其他好文   时间:2014-08-21 18:54:14    阅读次数:337
PHP第三课 PHP的基本数据类型
学习纲要: 1.php七种变量类型 2.isset和empty两个函数的区分 3.类型测试 4.类型的自动转换 5.类型强制转换 注意: 1.对象中调用方法是通过 变量->方法名 来调用.  $user1 = new per(); $user1->say(); 2.更改页面的编码: header ("content-type:text/html;charset=gbk")...
分类:Web程序   时间:2014-08-21 01:37:43    阅读次数:374
[LeetCode] Count and Say
The count-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, ...1 is read off as "one 1" or 11. 11 is read of...
分类:其他好文   时间:2014-08-21 01:32:23    阅读次数:141
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!