摘要:
来自: http://www.oschina.net/code/snippet_205431_11454header('Content-type:text/html;charset=utf-8');//抓取河南省高考成绩require './simple_html_dom.php';//require './Snoopy.class.php';$ch = curl_init();$url = 'http://www.heao.gov.cn/PZQuery/PZCJQuery.aspx';//数据$arr = array( ' 阅读全文
摘要:
第一种方案数据库设计: 此数据库设计方案一般通过递归来实现,不过由于此方案效率低效,所以下里面介绍的是通过php的引用来实现 代码实现: 第二种数据库设计,在表字段中增加一个 path 字段 示例数据: id name pid path depth 1 电脑 0 0 1 2 手机 0 0 1 3 笔 阅读全文