Changes between Version 17 and Version 18 of AccessPath
- Timestamp:
- 04/06/2012 04:33:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccessPath
v17 v18 5 5 访问路径数据主要用于记录各路径访问情况的汇总信息,用于生成路径图谱,其数据格式定义如下: 6 6 {{{ 7 create table `access_path _*` (7 create table `access_path` ( 8 8 `app_id` int unsigned not null, --APP的数据id 9 9 `version` varchar(255) not null, --APP的版本号 … … 36 36 37 37 {{{ 38 create table `page_stat _*` (38 create table `page_stat` ( 39 39 `app_id` int unsigned not null, --APP的数据id 40 40 `version` varchar(255) not null, --APP的版本号
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)