上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页
摘要: 住【PDO是啥】PDO是PHP5新加入的一个重大功能,因为在PHP5以前的php4/php3都是一堆的数据库扩展来跟各个数据库的连接和处理,什么php_mysql.dll、php_pgsql.dll、php_mssql.dll、php_sqlite.dll等等扩展来连接MySQL、PostgreSQ... 阅读全文
posted @ 2015-09-03 22:48 骏码信息 阅读(641) 评论(0) 推荐(0) 编辑
摘要: '; echo '表名'; for($i=0;$i'; for($j=0;$j' ; } echo''; } echo'';} table(10);?> 阅读全文
posted @ 2015-08-20 23:07 骏码信息 阅读(1833) 评论(0) 推荐(0) 编辑
摘要: '; echo "" ; for($j=1;$j"; echo"$j*$i=".$i*$j; echo"" ; } echo""; echo""... 阅读全文
posted @ 2015-08-20 14:22 骏码信息 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Html无标题文档 1JAN 2FER 3MAR 4APR 5MAY 6JUN 7JUL ... 阅读全文
posted @ 2015-08-19 09:05 骏码信息 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-18 11:12 骏码信息 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 啊啊 阅读全文
posted @ 2015-08-18 09:28 骏码信息 阅读(146) 评论(0) 推荐(0) 编辑
摘要: C# 23种设计模式汇总 创建型模式工厂方法(Factory Method)在工厂方法模式中,工厂方法用来创建客户所需要的产品,同时还向客户隐藏了哪种具体产品类将被实例化这一细节。工厂方法模式的核心是一个抽象工厂类,各种具体工厂类通过抽象工厂类将工厂方法继承下来。如此使得客户可以只关心抽象产品和抽象... 阅读全文
posted @ 2015-08-07 23:20 骏码信息 阅读(3273) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 多态模拟移动硬盘和U盘{ class Program... 阅读全文
posted @ 2015-08-06 11:11 骏码信息 阅读(475) 评论(0) 推荐(0) 编辑
摘要: //用面向对象多态的思想分别去求圆形和长方形的面积和周长static void Main(string[] args) { Sharp sharp = new Circle(5); double area=sharp.GetArea();... 阅读全文
posted @ 2015-08-05 16:28 骏码信息 阅读(594) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 抽象类{ class Program { ... 阅读全文
posted @ 2015-08-05 15:30 骏码信息 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页