w5d2 Hey, guys, how's everything going? This is Jack from Shanghai. Last three days, I have accompanied with 2 foreign friends as a interpreter in Gua ...
分类:
其他好文 时间:
2016-03-31 09:39:39
阅读次数:
231
由于组员兴gay突发奇想,打算用流行的Python语言完成我们这次结对编程的项目,我也趁机学习一下Python的语法细节和特点。不过,从c++语言转换成Python实在是个challenging的任务啊。 首先,Python有一种特殊的语法格式:缩进。不同于c/c++中if、while条件后执行代码 ...
分类:
编程语言 时间:
2016-03-26 23:47:18
阅读次数:
252
Description Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home
分类:
数据库 时间:
2016-03-20 11:46:08
阅读次数:
343
friends.xml DOM parse XML
分类:
其他好文 时间:
2016-03-19 09:57:04
阅读次数:
153
原型模式:用原型实例指定创建对象的种类,并且通过拷贝这些原型创建新的对象。原型模式其实就是从一个对象再创建另一个可定制的对象,而且不需知道任何创建的细节。 比如说,有一个Student类,有firstName(姓)、lastName(名)、friends这三个属性 原型模式依赖于NSCopying协
分类:
移动开发 时间:
2016-03-06 23:19:25
阅读次数:
210
function Person(){}; Person.prototype={ constructor:Person, name:"Nacholas", age:29, friends:{"sun","li"}, sayName:function(){ alert(this.name); } };
分类:
Web程序 时间:
2016-03-02 23:42:57
阅读次数:
264
When register on a social network, you are always asked to specify your hobbies in order to find some potential friends with the same hobbies. A "soci
分类:
其他好文 时间:
2016-02-26 17:06:03
阅读次数:
211
1. 词条化是将给定的字符序列拆分成一系列子序列的过程,其中每个子序列称为一个词条(token)。在这个过程中,可能会同时去掉一些特殊字符,如标点符号等。 输入:Friends, Romans, Countrymen, lend me your ears; 输出:Friends Romans Cou
分类:
其他好文 时间:
2016-02-22 20:51:19
阅读次数:
331
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14059 Accepted: 5354 Description When FJ's friends visit him on the farm, he likes to show
分类:
其他好文 时间:
2016-02-22 19:04:05
阅读次数:
207
1 #include <stdio.h> 2 int main(void) 3 { 4 printf("hello my friends!"); 5 Aboutme(); 6 return 0; 7 } 8 void Aboutme() 9 { 10 printf("称呼:阿Q\n"); 11 pr
分类:
其他好文 时间:
2016-01-30 13:50:05
阅读次数:
131