代码改变世界

阅读排行榜

快速入门:十分钟学会PythonTutorial - Learn Python in 10 minutes

2016-03-04 21:18 by GarfieldEr007, 377 阅读, 收藏,
摘要: This tutorial is available as a short ebook. The e-book features extra content from follow-up posts on various Python best practices, all in a conveni 阅读全文

计算机科学中最重要的32个算法

2016-08-07 14:32 by GarfieldEr007, 376 阅读, 收藏,
摘要: 英文原址:http://www.risc.jku.at/people/ckoutsch/stuff/e_algorithms.html 奥地利符号计算研究所(Research Institute for Symbolic Computation,简称RISC)的Christoph Koutschan 阅读全文

简要介绍Apache、php、mysql安装和工具介绍

2016-04-19 13:04 by GarfieldEr007, 376 阅读, 收藏,
摘要: 1 安装Apache 网站:www.Apache.org下载相应的Apache,目前下载了近期的:httpd-2.2.15-win32-x86-openssl-0.9.8msi 安装简要步骤如下图: 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9在IE地址栏输入http:// 阅读全文

简明python教程 --C++程序员的视角(一):数值类型、字符串、运算符和控制流

2016-03-15 19:14 by GarfieldEr007, 376 阅读, 收藏,
摘要:   在Python中有4种类型的数——整数、长整数、浮点数和复数(Python 有五个内置的简单类型:bool、int、long、float 和 complex)。 在Python中一切皆是对象,如果您不怕麻烦,还可以直接使用它们的构造函数。   在双引号中的字符串与单引号中的字符串的使用完全相同。 阅读全文

PHP5与MySQL数据库操作

2016-04-19 13:03 by GarfieldEr007, 375 阅读, 收藏,
摘要: 1 建立数据库表: 2 读取数据 2.1 建立01.php 2.2 建立member.php 3 修改数据 3.1 建立level.php(修改数据) 3.2 建立up_level.php 4 添加数据 4.1 建立add_member.php 4.2 建立newmember.php 5 创建类数据 阅读全文
上一页 1 ··· 141 142 143 144 145 146 147 148 149 ··· 222 下一页