摘要: <VirtualHost *:8080> ServerName localhost ServerAlias localhost DocumentRoot D:\wamp\www\Auth_Demo\public <Directory "D:\wamp\www\Auth_Demo\public/"> 阅读全文
posted @ 2017-08-13 23:31 swocn 阅读(300) 评论(0) 推荐(0)
摘要: [ { "id": 2, "title": "系统管理", "icon": "", "url": "#", "children": [ { "id": 4, "title": "系统配置", "icon": "", "url": "#", "children": [ { &quo 阅读全文
posted @ 2017-08-12 22:16 swocn 阅读(129) 评论(0) 推荐(0)
摘要: size is the "real" number of bytes the dom was created from. * but for most purposes, it's a really good estimation. * Paperg - Added the forceTagsClosed to the dom constructor. Forcing tags clos... 阅读全文
posted @ 2017-04-20 20:02 swocn 阅读(229) 评论(0) 推荐(0)
摘要: 项目地址: http://code.google.com/p/ganon/文档: http://code.google.com/p/ganon/w/list 这个功能强大的很,使用类似js的标签选择器识别DOM The Ganon library gives access to HTML/XML d 阅读全文
posted @ 2017-04-19 00:30 swocn 阅读(228) 评论(0) 推荐(0)
摘要: root : $a); } function file_get_dom($file, $return_root = true, $use_include_path = false, $context = null) { if (version_compare(PHP_VERSION, '5.0.0', '>=')) $f = file_get_contents($file... 阅读全文
posted @ 2017-04-19 00:25 swocn 阅读(240) 评论(0) 推荐(0)
摘要: getContent(); * echo $c['title'].''; * echo $c['content']; */ class Readability { // 保存判定结果的标记位名称 const ATTR_CONTENT_SCORE = "contentScore"; // DOM 解析类目前只支持 UTF-8 编码 const DOM_DEF... 阅读全文
posted @ 2017-04-18 21:54 swocn 阅读(1064) 评论(0) 推荐(0)
摘要: $this->database, "UID" => $this->UID, "PWD" => $this->PWD, "CharacterSet" => $this->characterSet, 'ReturnDatesAsStrings' => true); $this->conn = sqlsrv_connect($this->serverName, $connection... 阅读全文
posted @ 2017-04-17 15:52 swocn 阅读(288) 评论(0) 推荐(0)
摘要: 测试字段数为81个的8万余条数据。 阅读全文
posted @ 2017-04-17 15:26 swocn 阅读(638) 评论(0) 推荐(0)
摘要: 实现DataSet与byte[]的互转: 阅读全文
posted @ 2016-10-26 22:55 swocn 阅读(518) 评论(0) 推荐(0)