PHP无限级分类实现。。。。。。 1,数据库设计: 2,代码: /**
?*?@author?koma
?*?@todo???PHP无限极分类
?*/
$cn?=?mysql_connect(‘localhost‘,?‘root‘,?‘‘)?or?die(mysql_error());
mysql_sel...
分类:
Web程序 时间:
2014-11-05 19:56:20
阅读次数:
234
"Universal Apps" Unity3D 你需要两件东西:当前版本的Unity(从 4.5.3 或 4.6 beta),以及 Visual Studio 2013 Update 3还有下载文件:Unity-Download (4.5.3)Visual Studio 2013 mitUpdate 3, z.B. die kostenlose Express-Version:只要你完成安装,加...
分类:
移动开发 时间:
2014-11-01 16:24:55
阅读次数:
284
The three-by-three array in Figure 1 is a maze. A standard six-sided die is needed to traverse the maze (the layout of a standard six--sided die is shown in Figure 2). Each maze has an initial positio...
分类:
其他好文 时间:
2014-10-30 17:15:04
阅读次数:
278
测试批量插入mysql
<?php
set_time_limit(0);
$st= microtime(true);
$con = mysql_connect("localhost","root","111");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("test", ...
分类:
数据库 时间:
2014-10-29 17:10:38
阅读次数:
186
我是php的新手,对于判断$query = "SELECT * FROM driver; $result = mysql_query($query) or die(mysql_error().PHP_EOL); 我就想判断一下返回的$result是否为空if(!$result)//不行//后来网上....
分类:
数据库 时间:
2014-10-27 12:35:52
阅读次数:
571
connect_errno){ die ("connect error" ); } $pQuery = "SELECT * FROM trickerlist WHERE steamid=? or tiebaid=?"; if ($pQProcess = ...
分类:
数据库 时间:
2014-10-27 00:17:25
阅读次数:
381
mysql连接操作//建立连接$con = mysql_connect('localhost', 'root', '123456');//判断是否连接成功if($con){ die('连接失败!'.mysql_error()); exit;} //选择字符集mysql_set_char...
分类:
数据库 时间:
2014-10-26 19:37:36
阅读次数:
178
生活总是以你心中的样子呈现在你眼前。。。 从孩童时代到有志青年,从小学到大学,世界在飞快的变化,心态也在不断的变化。还记得小学那快乐的时光,还记得初中那痛苦的回忆,还记得高中那坎坷的经历,还记得大学那奇妙的旅程。人生的每个阶段的环境不同,我对生活的态度也在变化,有时快乐,有时忧伤,有时浮躁,有...
分类:
其他好文 时间:
2014-10-21 19:29:30
阅读次数:
184
<?php//定义一个函数 统计目录大小函数function dirSize($dirName) { //判断目录是否存在 if (!file_exists($dirName)) { die('目录不存在!'); } //判断是否是目录 i...
分类:
Web程序 时间:
2014-10-20 00:34:36
阅读次数:
258
//定义一个函数 读取目录信息的函数function dirInfo($dirName) { //判断目录是否存在 if (!file_exists($dirName)) { die('目录不存在!'); } //判断是否是目录 if (!...
分类:
Web程序 时间:
2014-10-20 00:32:39
阅读次数:
268