Life comes in a package. This package includes happiness and sorrow,failure and success,hope and despair.life is learning process .Experiences in lefe...
分类:
其他好文 时间:
2014-10-07 13:32:53
阅读次数:
136
Life is short, you need Python!------ Bruce Eckel(ANSI C++ Comitee member) Python[1]是一门很难让人拒绝学习的程序设计语言,我喜欢它是因为它能很快给人带来成就感,海量的扩展库几乎可以帮助你立刻完成许多看起来很困难的事....
分类:
编程语言 时间:
2014-10-07 02:16:12
阅读次数:
926
The language feature most often associated with object-oriented programming is inheritance. Inheritance is the ability to define a new class that is a...
分类:
其他好文 时间:
2014-10-06 20:32:10
阅读次数:
192
一、php下载安装:php-5.6.1-Win32-VC11-x64.zip。解压,操作: 1、复制php.ini-production,更名为php.ini 2、在环境变量PATH末尾添加:D:\programming\php-5.6.1-Win32-VC11-x64;D:\programmi.....
分类:
Web程序 时间:
2014-10-06 02:46:19
阅读次数:
322
1、下载安装jdk在无空格的路径下,否则在linux下可能出问题。配置环境变量: a、新建系统变量——JAVA_HOME,值——D:\programming\java\jdk8 // win8下若建为用户变量则系统无法识别%JAVA_HOME% b、新建系统变量——CLASSPAHT,值——....
分类:
编程语言 时间:
2014-10-06 00:04:09
阅读次数:
232
AlienTech for better life!~...
分类:
其他好文 时间:
2014-10-05 19:15:28
阅读次数:
249
AlienTech for better life!~...
分类:
其他好文 时间:
2014-10-05 17:35:58
阅读次数:
259
理论;生命游戏(game of life)為1970年由英国数学家J. H. Conway所提出,某一细胞的邻居包括上、下、左、右、左上、左下、右上与右下相邻之细胞,游戏规则如下:孤单死亡:如果细胞的邻居小於一个,则该细胞在下一次状态将死亡。拥挤死亡:如果细胞的邻居在四个以上,则该细胞在下一次状态将...
分类:
其他好文 时间:
2014-10-05 15:05:58
阅读次数:
119
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp If you intend to update a column or delete a row, you cannot include a GROUP BY or HA....
分类:
数据库 时间:
2014-10-05 12:02:08
阅读次数:
244