摘要: 1 <?php 2 /** 3 * 抓取“维库电子市场”供应商主程序 4 * author Lee. 5 * Last modify $Date: 2012-2-3 9:30:21 $ 6 * 注:本程序按照编码 GB2312 执行,因为“维库电子市场”网站是GB2312编码,数据库也得保持一致 7 */ 8 class weiku { 9 private $key; // 型号 10 private $pageNum; // 页码 11 12 /** 13 * 入口程序 14 */ 15 public func... 阅读全文
posted @ 2012-08-19 21:37 小2010 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 1 <?php 2 /** 3 * 抓取“华强电子网”供应商主程序 4 * author Lee. 5 * Last modify $Date: 2012-2-2 12:55:35 $ 6 */ 7 require_once './config.inc.php'; 8 class huaqiang { 9 private $key; // 型号 10 private $pageNum; // 页码 11 12 /** 13 * 入口程序 14 */ 15 public function go($key) ... 阅读全文
posted @ 2012-08-19 21:33 小2010 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2012-08-19 21:05 小2010 阅读(1405) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 <head> 4 <title></title> 5 <style 阅读全文
posted @ 2012-08-19 21:01 小2010 阅读(541) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2012-08-19 21:00 小2010 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2012-08-19 20:55 小2010 阅读(237) 评论(0) 推荐(0) 编辑