search_index.json 145 KB

1
  1. {"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["//",">","bin","common.php","conf","control","css","data","extens","fpm","index.php","js","model","php","phpbase2","project","protect","root/","static","view","view(json)","│","└──","└──>","├──","一次完整请求","使用说明","入口文件","受保护目录","可执行脚本目录","扩展工具类的目录","控制器目录","数据目录","本文档已phpbase2_demo进行讲解。","模型目录","简介","视图目录","通过多年多个项目的经历,我们对框架不断进行调整,以达到简洁、高效的目标。","配置目录","静态资源","项目公共定义文件","项目模板结构如下"],"chapter1.html":["基础用法","控制器","模型","视图","路由","配置"],"chapter1/pei-zhi.html":["\"demo\");","\"logstash:dw#1\");","$globals['defaultkey']","$globals['nameserv_php']","$globals['r2mmode']","$globals['rewrite']","$globals['rewrite2']","'/');","'code',","'default/robots',","'dl'","'dw_27l';","'globals',","'lib';","'r2m',","'robots.txt'","'static/download',","'static/shorturl',","'url/'",");","//","7710);","=","=>","[","];","array(","cdn路径","common.php","common.php,通用配置(如数据库、redis、常量等配置)被抽离到名字服务统一管理,每台服务器共享一份。","config.inc.php","config.{dev|new|form}.inc.php","define(\"call_log_key\",","define(\"url_cdn\",","define('admin_node_id',","define('debug',","define('env',","define('project_name',","env_formal);","false);","log入库key","全局,包含数据库,redis,常量等","公共配置定义在","只给url()函数使用","定义项目通用配置,包括一些常量,缓存方式,路由等","环境,debug信息","管理端权限校验节点","缓存方式","缓存配置","要加载的名字服务配置模块","路由配置","这三个配置文件分别对应dev(测试)、new(预发布)、form(正式)环境,在common.php根据项目路径判断加载,用于定义有运行环境差异的配置。","配置","错误码定义","项目名称","默认配置key"],"chapter1/lu-you.html":["$args);","$globals['rewrite']","$rule","'404.html'","'commentaryid'","'default/notfound',","'default/robots',","'desc'","'play/commentary',","'robots.txt'","'up_/.html'","'upid'","'up主id'],","'解说id'],","//","1,","100]);","=","=>","[","['int',","['upid'","];","actioncommentary($args)","actionrobots($args)","code","defaultcontrol","function","http://host/up_1/100.html","output:","param::checkparam2($rules,","playcontrol","public","url('play/commentary',","url()","url函数可以理解为路由的反向处理,通过给定控制器/方法和对应的参数生成对应的url。","{","}","不带参数配置","以上面play/commentary为例","函数","对应的接收方法","带参数配置","支持,的写法","考虑到路由规则的修改,域名调整的问题,不建议硬编码url,而使用url函数生成。","路由","路由配置定义在protected/conf/config.inc.php文件的$globals['rewrite']全局变量。"],"chapter1/kong-zhi-qi.html":["$ajaxloginact","$arg","$args);","$loginact","$rule","'bar',","'desc'","'foo',","'id'","'name'","'solu'];","'用户id'],","*","*/","/**","//","//不带action前缀","123,","123];","=","=>","@author","[","['id'","['int',","];","actionbar($args)","actionfoo($args)","basecontrol","class","code","extend","file:","foocontrol","foocontroller.php","function","id=123&name=solu","input:","output:","param::checkparam($rules,","param::checkparam2($rules,","protect","public","solu","xxxcontroller,controller结尾,文件名和类名保持一致,继承basecontroller。","{","}","任何需要接受参数的方法都应该使用param进行参数校验过滤,常用校验方法有param::checkparam和param:checkparam2区别在于param::checkparam2会删除没定义校验规则的参数。","参数校验","可预览文档。","命名约定","实例:","接口文档","接口文档是通过反射解析方法注释和$rules参数校验规则自动生成,所以要求每个对外接口都要有相应注释。如果不想接口出现在文档可以添加@ignore注释。","控制器","方法actionxxx,action开头,参数固定为$args接收请求数据(等效于$request)。","校验方法为user::checklogin()项目各自实现。","测试接口","浏览测试环境//host/controller/action?doc=class","登录态校验","示例:","示例:","类名使用uppercamelcase风格,","重写$loginactions或者$ajaxloginactions配置,区别在于校验失败返回数据格式不一样。"],"chapter1/mo-xing.html":["$cachekey","$dbkey","$dbkey属性,带缓存model还需配置$cachekey。","$id]);","$tablenam","$thi","'bar';","'database_key_config';","'foo';","'redis_key_config';","//","=","=>",">getrow(['id'",">objr2m",">objtabl","bar","class","extend","foo","function","getbar($id)","getfoo($id)","model","model为无缓存操作,r2mmodel带缓存操作。","protect","public","r2mmodel","r2mmodel继承于model都是使用tablehelper进行数据库操作,缓存通过redis2mysql使结果存入redis。","return","{","}","名字服务redis配置","名字服务数据库配置","命名约定","必须配置$tablenam","模型","示例:","类名使用uppercamelcase风格,文件名和类名保持一致。","编写格式","表名"],"chapter1/shi-tu.html":["$args);","$args['name']);","$data","$rule","$thi","'desc'","'name'","'昵称'],","'获取数据失败');","//","//view目录","123];","9,\"msg\":\"获取数据失败\"}","=","=>",">assign(['nicknam'",">display('foo/bar');",">tpl","[","['id'","['string',","];","__construct()","action.html","actionbar($args)","basecontrol","class","code","code_normal_error","control","extend","foocontrol","function","output:","param::checkparam2($rules,","parent::__construct(true);","public","response::error(code_normal_error,","response::success($data);","root/","view","{","{\"result\":0,\"code\":","{\"result\":1,\"code\":0,\"msg\":\"成功\",\"data\":{\"id\":123}}","}","└──","命名约定","定义在名字服务","实例:","对应方法的模板文件","开启模板","控制器文件夹","框架为接口方法提供了response统一标准输出;同时封装了log上报,debug信息打印,cors设置;并且response操作会结束程序运行,注意使用。","模板使用","注册变量","渲染模板","的错误码常量","示例:","视图","输出json数据","需要使用模板渲染的控制器需要构造方法调用父类构造方法启动(默认关闭),框架使用的是原生php做模板引擎。"],"qi-ta-bu-chong.html":["model()或者","model::init(),init方式为单实例模式。","model实例化可以new","其他补充"],"qi-ta-bu-chong/param.html":["$rule","&nick=","&num_1=1&num_2=2&num_5=5","'']","'(0,200.1]',","'(50.5,250.1)',","'[1,10]',","'[4,11)',","'[^0","'default'","'desc'","'emptyable'","'enum'","'field'","'field2'],","'height'","'id'","'int',","'len'","'nick'","'nullable'","'num'","'num_*'","'num_2'","'num_3'","'range'","'reg'","'solu',","'solu']","'username'","'value'","'weight'","'业务id'],","'体重'],","'号码'],","'昵称'],","'更新值'],","'更新字段'],","'用户id'],","'用户名'],","'身高'],","...","//","1,","2,","3]","3],","9a","=","=>","[","['field1',","['float',","['int',","['int/string',","['nick'","['num_1'","['string',","['type'","[1,","];","emptyable/nullable开关","emptyable设置为true的时候,参数允许空值(string类型的参数&nick=);nullable设置为true的时候,参数可以缺省,这时可以配合default设置默认值。","error","id可能为int或者str","id可能为int或者string类型","input:","int,float数值类型可以配置range支持区间限制","output:","outpuy:","param","param为我们提供了丰富的参数校验规则。","string类型配置len支持长度限制,使用方法和range类似","string类型配置reg支持正则校验。","true,","type支持int,string,array,float,ip,intarr(array类型,元素为int类型),strarr(array类型,元素为string类型),iparr(array类型,元素为ip类型);并且支持或组合。","z]',","za","不传参","不闭合","全闭合","区间支持","半闭合","参数名通配符支持","同一类型不确定参数个数的时候,可以使用参数名的通配符进行配置","基础配置","当type位于第一个参数时,可缩写为","枚举支持","正则支持","类型支持","配置enumkey支持枚举值","长度支持","需要包含type(类型)和desc(描述),描述使接口参数含义更清晰,同时生成文档时昨晚参数说明。"],"qi-ta-bu-chong/tablehelper.html":["\"nick","$col","$data","$datas)","$datas);","$keyword","$keyword)","$keyword);","$where","$where)","$where);","$where是确切值查询条件,比如主键","'0,5',","'1'","'_debug'","'_field'","'_groupby'","'_limit'","'_sortkey'","'_where'","'foobar'];","'gender'","'gender'];","'id","'id'","'id',","'id,nick',","'nick'","'so%'\",","'solu',","'some'","'性别:1:男,2:女',","'昵称',","(","(`id`)",")","//","1,","1];","=","=>","[","['id'","['nick'","['nick',","],","];","`gender`","`id`","`nick`","`test`","addobject($data)","addobject($data);","addobjectnx($data,","addobjects($cols,","addobjects2($datas)","addobjects2($datas);","auto_incr","bigint(20)","charset=utf8mb4","comment","comment='测试表';","creat","default","delobject($where)","delobject($where);","desc',","engine=innodb","getall($where,","getcol($where,","getcount($where,","getone($where,","getrow($where);","getrow($where,","key","null","primari","redis2mysql","redis2mysql是对tablehelper进行缓存封装,使用方法上基本保持一致。","replac","replaceobject($data)","tabl","tablehelp","tablehelper是对数据库操作进行的封装。","tinyint(1)","true,","unsign","updateobject($data,","varchar(20)","以下示例根据此表接口进行操作","分组操作","删除","删除记录","复杂where条件","复杂查询可以组合$keyword配置查询","如果不存在才进行插入操作","打印sql语句,会结束程序运行","指定查询字段","排序","插入","插入一条数据","插入多条数据,需要指定字段$col","插入多条记录,读取第一条记录字段名","插入数据","更新","更新操作","查询","查询数量","返回一条查询记录,一维数组","返回列记录","返回多条查询记录,二维数组","返回符合条件一行的第一列记录","返回符合查询条件的记录数量"],"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":["#!/path/to/php","//","bin","cron","onc","spider","supervisor","└──","├──","单次执行脚本","可执行脚本","可执行脚本存放在bin目录下,建议以下方式分类","定时脚本","带有明确功能的分类","常驻脚本","建议输出有意义的执行信息","目录结构","脚本参考结构"]},"length":11},"tokenStore":{"root":{"1":{"0":{"0":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}},"docs":{}},"2":{"3":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}},"]":{"docs":{},";":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}},"docs":{}},"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.02577319587628866}}},"]":{"docs":{},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}},"2":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234}}}},"3":{"docs":{},"]":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"7":{"7":{"1":{"0":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}},"docs":{}},"docs":{}},"docs":{}},"9":{"docs":{},",":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\"":{"docs":{},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"失":{"docs":{},"败":{"docs":{},"\"":{"docs":{},"}":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}},"a":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"docs":{},"/":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.13924050632911392},"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.17105263157894737},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.06756756756756757},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.046875},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0684931506849315},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.11904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.059574468085106386},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.041237113402061855},"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.17391304347826086}},"不":{"docs":{},"带":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"前":{"docs":{},"缀":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{},"目":{"docs":{},"录":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}},"*":{"docs":{},"*":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}},">":{"docs":{"./":{"ref":"./","tf":0.0379746835443038}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"r":{"2":{"docs":{},"m":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}},"docs":{}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"(":{"docs":{},"[":{"docs":{},"'":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"'":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"(":{"docs":{},"'":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"/":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"p":{"docs":{},"l":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808}}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.012658227848101266},"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"2":{"0":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"docs":{}},"docs":{}}}}}}},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}},"r":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.02531645569620253},"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}},",":{"docs":{},"通":{"docs":{},"用":{"docs":{},"配":{"docs":{},"置":{"docs":{},"(":{"docs":{},"如":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"、":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"、":{"docs":{},"常":{"docs":{},"量":{"docs":{},"等":{"docs":{},"配":{"docs":{},"置":{"docs":{},")":{"docs":{},"被":{"docs":{},"抽":{"docs":{},"离":{"docs":{},"到":{"docs":{},"名":{"docs":{},"字":{"docs":{},"服":{"docs":{},"务":{"docs":{},"统":{"docs":{},"一":{"docs":{},"管":{"docs":{},"理":{"docs":{},",":{"docs":{},"每":{"docs":{},"台":{"docs":{},"服":{"docs":{},"务":{"docs":{},"器":{"docs":{},"共":{"docs":{},"享":{"docs":{},"一":{"docs":{},"份":{"docs":{},"。":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.015463917525773196}},"=":{"docs":{},"'":{"docs":{},"测":{"docs":{},"试":{"docs":{},"表":{"docs":{},"'":{"docs":{},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}},"n":{"docs":{},"f":{"docs":{"./":{"ref":"./","tf":0.02531645569620253}},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}},"{":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"|":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"|":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"}":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.02531645569620253},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}},"d":{"docs":{},"e":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"d":{"docs":{},"n":{"docs":{},"路":{"docs":{},"径":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"=":{"docs":{},"u":{"docs":{},"t":{"docs":{},"f":{"8":{"docs":{},"m":{"docs":{},"b":{"4":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}},"docs":{}}}},"docs":{}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"o":{"docs":{},"n":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"_":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"\"":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"_":{"docs":{},"c":{"docs":{},"d":{"docs":{},"n":{"docs":{},"\"":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}},"'":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"v":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}},"s":{"docs":{},"c":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"e":{"docs":{},"n":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}},"d":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}},"n":{"docs":{},"v":{"docs":{},"_":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"=":{"docs":{},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"b":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"开":{"docs":{},"关":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"参":{"docs":{},"数":{"docs":{},"允":{"docs":{},"许":{"docs":{},"空":{"docs":{},"值":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},"&":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"=":{"docs":{},")":{"docs":{},";":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"设":{"docs":{},"置":{"docs":{},"为":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"参":{"docs":{},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"缺":{"docs":{},"省":{"docs":{},",":{"docs":{},"这":{"docs":{},"时":{"docs":{},"可":{"docs":{},"以":{"docs":{},"配":{"docs":{},"合":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"设":{"docs":{},"置":{"docs":{},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}},"f":{"docs":{},"p":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.03125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}},"o":{"docs":{},"o":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.02531645569620253}}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},":":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01702127659574468}}}}}},"t":{"docs":{},",":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"数":{"docs":{},"值":{"docs":{},"类":{"docs":{},"型":{"docs":{},"可":{"docs":{},"以":{"docs":{},"配":{"docs":{},"置":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"支":{"docs":{},"持":{"docs":{},"区":{"docs":{},"间":{"docs":{},"限":{"docs":{},"制":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"=":{"1":{"2":{"3":{"docs":{},"&":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"=":{"docs":{},"s":{"docs":{},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625}}}}}}}}}}}}},"docs":{}},"docs":{}},"docs":{}},"可":{"docs":{},"能":{"docs":{},"为":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"或":{"docs":{},"者":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"型":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}},"j":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.02531645569620253},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}},"为":{"docs":{},"无":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"操":{"docs":{},"作":{"docs":{},",":{"docs":{},"r":{"2":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"带":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"操":{"docs":{},"作":{"docs":{},"。":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}},"docs":{}}}}}}}}},"(":{"docs":{},")":{"docs":{},"或":{"docs":{},"者":{"docs":{"qi-ta-bu-chong.html":{"ref":"qi-ta-bu-chong.html","tf":0.25}}}}}},":":{"docs":{},":":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{},",":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"方":{"docs":{},"式":{"docs":{},"为":{"docs":{},"单":{"docs":{},"实":{"docs":{},"例":{"docs":{},"模":{"docs":{},"式":{"docs":{},"。":{"docs":{"qi-ta-bu-chong.html":{"ref":"qi-ta-bu-chong.html","tf":0.25}}}}}}}}}}}}}}}}}}}}}}}},"实":{"docs":{},"例":{"docs":{},"化":{"docs":{},"可":{"docs":{},"以":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"qi-ta-bu-chong.html":{"ref":"qi-ta-bu-chong.html","tf":0.25}}}}}}}}}}}}}}},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"2":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}},"docs":{}}}}}}},"r":{"docs":{},"o":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.012658227848101266},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0684931506849315}}}}}}},"i":{"docs":{},"m":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":10.008510638297873}},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"2":{"docs":{},"(":{"docs":{},"$":{"docs":{},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}},"docs":{},"(":{"docs":{},"$":{"docs":{},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}},"为":{"docs":{},"我":{"docs":{},"们":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"丰":{"docs":{},"富":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},"校":{"docs":{},"验":{"docs":{},"规":{"docs":{},"则":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{},":":{"docs":{},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}},"u":{"docs":{},"b":{"docs":{},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.03125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808}}}}}}}},"r":{"2":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}},"继":{"docs":{},"承":{"docs":{},"于":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"都":{"docs":{},"是":{"docs":{},"使":{"docs":{},"用":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"进":{"docs":{},"行":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"操":{"docs":{},"作":{"docs":{},",":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"通":{"docs":{},"过":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"2":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"使":{"docs":{},"结":{"docs":{},"果":{"docs":{},"存":{"docs":{},"入":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"。":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"/":{"docs":{"./":{"ref":"./","tf":0.012658227848101266},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},":":{"docs":{},":":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},",":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"s":{"2":{"docs":{},"m":{"docs":{},"y":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"是":{"docs":{},"对":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"进":{"docs":{},"行":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"封":{"docs":{},"装":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"上":{"docs":{},"基":{"docs":{},"本":{"docs":{},"保":{"docs":{},"持":{"docs":{},"一":{"docs":{},"致":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"型":{"docs":{},"配":{"docs":{},"置":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"支":{"docs":{},"持":{"docs":{},"长":{"docs":{},"度":{"docs":{},"限":{"docs":{},"制":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"方":{"docs":{},"法":{"docs":{},"和":{"docs":{},"r":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"类":{"docs":{},"似":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"g":{"docs":{},"支":{"docs":{},"持":{"docs":{},"正":{"docs":{},"则":{"docs":{},"校":{"docs":{},"验":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}}}}},"v":{"docs":{},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"./":{"ref":"./","tf":0.012658227848101266},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}},"(":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"2":{"0":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"docs":{}},"docs":{}}}}}}}}},"│":{"docs":{"./":{"ref":"./","tf":0.12658227848101267}}},"└":{"docs":{},"─":{"docs":{},"─":{"docs":{"./":{"ref":"./","tf":0.0379746835443038},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808},"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}},">":{"docs":{"./":{"ref":"./","tf":0.02531645569620253}}}}}},"├":{"docs":{},"─":{"docs":{},"─":{"docs":{"./":{"ref":"./","tf":0.12658227848101267},"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.13043478260869565}}}}},"一":{"docs":{},"次":{"docs":{},"完":{"docs":{},"整":{"docs":{},"请":{"docs":{},"求":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}},"使":{"docs":{},"用":{"docs":{},"说":{"docs":{},"明":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"入":{"docs":{},"口":{"docs":{},"文":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"受":{"docs":{},"保":{"docs":{},"护":{"docs":{},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}},"可":{"docs":{},"执":{"docs":{},"行":{"docs":{},"脚":{"docs":{},"本":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":10.043478260869565}},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"存":{"docs":{},"放":{"docs":{},"在":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"目":{"docs":{},"录":{"docs":{},"下":{"docs":{},",":{"docs":{},"建":{"docs":{},"议":{"docs":{},"以":{"docs":{},"下":{"docs":{},"方":{"docs":{},"式":{"docs":{},"分":{"docs":{},"类":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"览":{"docs":{},"文":{"docs":{},"档":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}},"扩":{"docs":{},"展":{"docs":{},"工":{"docs":{},"具":{"docs":{},"类":{"docs":{},"的":{"docs":{},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}}}},"控":{"docs":{},"制":{"docs":{},"器":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":0.16666666666666666},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":10.0078125}},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"文":{"docs":{},"件":{"docs":{},"夹":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}},"数":{"docs":{},"据":{"docs":{},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"本":{"docs":{},"文":{"docs":{},"档":{"docs":{},"已":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"2":{"docs":{},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"进":{"docs":{},"行":{"docs":{},"讲":{"docs":{},"解":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}}}}}}},"docs":{}}}}}}}}}}}},"模":{"docs":{},"型":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":0.16666666666666666},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":10.013698630136986}},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}},"板":{"docs":{},"使":{"docs":{},"用":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"简":{"docs":{},"介":{"docs":{"./":{"ref":"./","tf":10}}}},"视":{"docs":{},"图":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":0.16666666666666666},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":10.011904761904763}},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"通":{"docs":{},"过":{"docs":{},"多":{"docs":{},"年":{"docs":{},"多":{"docs":{},"个":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"经":{"docs":{},"历":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"框":{"docs":{},"架":{"docs":{},"不":{"docs":{},"断":{"docs":{},"进":{"docs":{},"行":{"docs":{},"调":{"docs":{},"整":{"docs":{},",":{"docs":{},"以":{"docs":{},"达":{"docs":{},"到":{"docs":{},"简":{"docs":{},"洁":{"docs":{},"、":{"docs":{},"高":{"docs":{},"效":{"docs":{},"的":{"docs":{},"目":{"docs":{},"标":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"配":{"docs":{},"置":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":0.16666666666666666},"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":10.013157894736842}},"目":{"docs":{},"录":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}},"e":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"支":{"docs":{},"持":{"docs":{},"枚":{"docs":{},"举":{"docs":{},"值":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}},"静":{"docs":{},"态":{"docs":{},"资":{"docs":{},"源":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}},"项":{"docs":{},"目":{"docs":{},"公":{"docs":{},"共":{"docs":{},"定":{"docs":{},"义":{"docs":{},"文":{"docs":{},"件":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}},"模":{"docs":{},"板":{"docs":{},"结":{"docs":{},"构":{"docs":{},"如":{"docs":{},"下":{"docs":{"./":{"ref":"./","tf":0.012658227848101266}}}}}}}},"名":{"docs":{},"称":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"基":{"docs":{},"础":{"docs":{},"用":{"docs":{},"法":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":10.166666666666666}}}},"配":{"docs":{},"置":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"路":{"docs":{},"由":{"docs":{"chapter1.html":{"ref":"chapter1.html","tf":0.16666666666666666},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":10.013513513513514}},"配":{"docs":{},"置":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}},"定":{"docs":{},"义":{"docs":{},"在":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},"文":{"docs":{},"件":{"docs":{},"的":{"docs":{},"$":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"[":{"docs":{},"'":{"docs":{},"r":{"docs":{},"e":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{},"全":{"docs":{},"局":{"docs":{},"变":{"docs":{},"量":{"docs":{},"。":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"\"":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{},":":{"docs":{},"d":{"docs":{},"w":{"docs":{},"#":{"1":{"docs":{},"\"":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"docs":{}}}}}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}},"$":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"[":{"docs":{},"'":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{},"]":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"_":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},"'":{"docs":{},"]":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}},"r":{"2":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}},"docs":{},"e":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"2":{"docs":{},"'":{"docs":{},"]":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}},"docs":{},"'":{"docs":{},"]":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625}},"s":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}},"[":{"docs":{},"'":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.04680851063829787}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}},"o":{"docs":{},"l":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"d":{"docs":{},"b":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}},"属":{"docs":{},"性":{"docs":{},",":{"docs":{},"带":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"还":{"docs":{},"需":{"docs":{},"配":{"docs":{},"置":{"docs":{},"$":{"docs":{},"c":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"。":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.015463917525773196}},"s":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"]":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}}},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}}}}},"h":{"docs":{},"i":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.02577319587628866}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.02577319587628866}},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"是":{"docs":{},"确":{"docs":{},"切":{"docs":{},"值":{"docs":{},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},"主":{"docs":{},"键":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}},"'":{"0":{"docs":{},",":{"5":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"docs":{}}},"1":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"4":{"0":{"4":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}},"docs":{}},"docs":{}},"docs":{},"/":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"/":{"docs":{},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"f":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}},"s":{"docs":{},"c":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.059574468085106386}}}}}},"l":{"docs":{},"'":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}},"w":{"docs":{},"_":{"2":{"7":{"docs":{},"l":{"docs":{},"'":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"docs":{}},"docs":{}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"'":{"docs":{},";":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.020618556701030927}},"]":{"docs":{},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"b":{"docs":{},"'":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"e":{"docs":{},"n":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"r":{"2":{"docs":{},"m":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"docs":{},"o":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"'":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"f":{"docs":{},"i":{"docs":{},"g":{"docs":{},"'":{"docs":{},";":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}}}}},"g":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01276595744680851}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"/":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}},"o":{"docs":{},"l":{"docs":{},"u":{"docs":{},"'":{"docs":{},"]":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}},";":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.015463917525773196}}}}}},"%":{"docs":{},"'":{"docs":{},"\"":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"/":{"docs":{},"'":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"p":{"docs":{},"_":{"docs":{},"/":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}},"主":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}},"解":{"docs":{},"说":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}},";":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}},";":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"'":{"docs":{},"]":{"docs":{},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"2":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}},"i":{"docs":{},"d":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"'":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01276595744680851},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}},",":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"'":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01702127659574468},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.020618556701030927}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"m":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}},"_":{"2":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"3":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"docs":{},"*":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}},"用":{"docs":{},"户":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234}}}}}}},"名":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}},"昵":{"docs":{},"称":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01702127659574468}}}},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"获":{"docs":{},"取":{"docs":{},"数":{"docs":{},"据":{"docs":{},"失":{"docs":{},"败":{"docs":{},"'":{"docs":{},")":{"docs":{},";":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}},"'":{"docs":{},"]":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"(":{"0":{"docs":{},",":{"2":{"0":{"0":{"docs":{},".":{"1":{"docs":{},"]":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"5":{"0":{"docs":{},".":{"5":{"docs":{},",":{"2":{"5":{"0":{"docs":{},".":{"1":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{}},"docs":{}},"[":{"1":{"docs":{},",":{"1":{"0":{"docs":{},"]":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"docs":{}},"docs":{}}},"4":{"docs":{},",":{"1":{"1":{"docs":{},")":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"docs":{}},"docs":{}}},"docs":{},"^":{"0":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}},"docs":{}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"y":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234}}}}}}},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}},"w":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"业":{"docs":{},"务":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"体":{"docs":{},"重":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}},"号":{"docs":{},"码":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234}}}}}}},"更":{"docs":{},"新":{"docs":{},"值":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"字":{"docs":{},"段":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"身":{"docs":{},"高":{"docs":{},"'":{"docs":{},"]":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}},"_":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"g":{"docs":{},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"p":{"docs":{},"b":{"docs":{},"y":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}},"性":{"docs":{},"别":{"docs":{},":":{"1":{"docs":{},":":{"docs":{},"男":{"docs":{},",":{"2":{"docs":{},":":{"docs":{},"女":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}},"docs":{}}}}},"docs":{}}}}},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.02631578947368421}}}},"=":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.06578947368421052},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.04054054054054054},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0546875},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0684931506849315},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.04680851063829787},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.05154639175257732}},">":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.039473684210526314},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.12162162162162163},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0703125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.047619047619047616},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.18723404255319148},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.09278350515463918}}}},"[":{"1":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.04054054054054054},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0390625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.04680851063829787},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.041237113402061855}},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0234375},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01702127659574468}}}},"/":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}},"d":{"docs":{},"'":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}},"u":{"docs":{},"p":{"docs":{},"i":{"docs":{},"d":{"docs":{},"'":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.02553191489361702}}}}}}}}}},"f":{"docs":{},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"1":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"docs":{}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234}}}}}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}},"u":{"docs":{},"m":{"docs":{},"_":{"1":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"docs":{}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"'":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}},"]":{"docs":{},";":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105},"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.04054054054054054},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0390625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.04680851063829787},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.030927835051546393}}},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"(":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.02631578947368421}}}}}}},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"(":{"docs":{},"$":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},")":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625}}}}}}}}}}}},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}},"d":{"docs":{},"d":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}},"n":{"docs":{},"x":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}},"s":{"2":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"s":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}},"docs":{},"(":{"docs":{},"$":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"s":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}}}}}}}}}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"c":{"docs":{},"r":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"入":{"docs":{},"库":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}},"全":{"docs":{},"局":{"docs":{},",":{"docs":{},"包":{"docs":{},"含":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},",":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},",":{"docs":{},"常":{"docs":{},"量":{"docs":{},"等":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}},"闭":{"docs":{},"合":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"公":{"docs":{},"共":{"docs":{},"配":{"docs":{},"置":{"docs":{},"定":{"docs":{},"义":{"docs":{},"在":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}},"只":{"docs":{},"给":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"(":{"docs":{},")":{"docs":{},"函":{"docs":{},"数":{"docs":{},"使":{"docs":{},"用":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}},"定":{"docs":{},"义":{"docs":{},"项":{"docs":{},"目":{"docs":{},"通":{"docs":{},"用":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"包":{"docs":{},"括":{"docs":{},"一":{"docs":{},"些":{"docs":{},"常":{"docs":{},"量":{"docs":{},",":{"docs":{},"缓":{"docs":{},"存":{"docs":{},"方":{"docs":{},"式":{"docs":{},",":{"docs":{},"路":{"docs":{},"由":{"docs":{},"等":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}},"在":{"docs":{},"名":{"docs":{},"字":{"docs":{},"服":{"docs":{},"务":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}},"时":{"docs":{},"脚":{"docs":{},"本":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"信":{"docs":{},"息":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}},"管":{"docs":{},"理":{"docs":{},"端":{"docs":{},"权":{"docs":{},"限":{"docs":{},"校":{"docs":{},"验":{"docs":{},"节":{"docs":{},"点":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}},"缓":{"docs":{},"存":{"docs":{},"方":{"docs":{},"式":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}},"配":{"docs":{},"置":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}},"要":{"docs":{},"加":{"docs":{},"载":{"docs":{},"的":{"docs":{},"名":{"docs":{},"字":{"docs":{},"服":{"docs":{},"务":{"docs":{},"配":{"docs":{},"置":{"docs":{},"模":{"docs":{},"块":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}},"这":{"docs":{},"三":{"docs":{},"个":{"docs":{},"配":{"docs":{},"置":{"docs":{},"文":{"docs":{},"件":{"docs":{},"分":{"docs":{},"别":{"docs":{},"对":{"docs":{},"应":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"(":{"docs":{},"测":{"docs":{},"试":{"docs":{},")":{"docs":{},"、":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"预":{"docs":{},"发":{"docs":{},"布":{"docs":{},")":{"docs":{},"、":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"(":{"docs":{},"正":{"docs":{},"式":{"docs":{},")":{"docs":{},"环":{"docs":{},"境":{"docs":{},",":{"docs":{},"在":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},"根":{"docs":{},"据":{"docs":{},"项":{"docs":{},"目":{"docs":{},"路":{"docs":{},"径":{"docs":{},"判":{"docs":{},"断":{"docs":{},"加":{"docs":{},"载":{"docs":{},",":{"docs":{},"用":{"docs":{},"于":{"docs":{},"定":{"docs":{},"义":{"docs":{},"有":{"docs":{},"运":{"docs":{},"行":{"docs":{},"环":{"docs":{},"境":{"docs":{},"差":{"docs":{},"异":{"docs":{},"的":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"错":{"docs":{},"误":{"docs":{},"码":{"docs":{},"定":{"docs":{},"义":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}},"默":{"docs":{},"认":{"docs":{},"配":{"docs":{},"置":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"chapter1/pei-zhi.html":{"ref":"chapter1/pei-zhi.html","tf":0.013157894736842105}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"u":{"docs":{},"p":{"docs":{},"_":{"1":{"docs":{},"/":{"1":{"0":{"0":{"docs":{},".":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},":":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.023809523809523808},"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"y":{"docs":{},":":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01276595744680851}}}}}}}},"n":{"docs":{},"c":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"(":{"docs":{},"'":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"'":{"docs":{},",":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}},")":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}},"函":{"docs":{},"数":{"docs":{},"可":{"docs":{},"以":{"docs":{},"理":{"docs":{},"解":{"docs":{},"为":{"docs":{},"路":{"docs":{},"由":{"docs":{},"的":{"docs":{},"反":{"docs":{},"向":{"docs":{},"处":{"docs":{},"理":{"docs":{},",":{"docs":{},"通":{"docs":{},"过":{"docs":{},"给":{"docs":{},"定":{"docs":{},"控":{"docs":{},"制":{"docs":{},"器":{"docs":{},"/":{"docs":{},"方":{"docs":{},"法":{"docs":{},"和":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},"生":{"docs":{},"成":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"。":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0390625},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0547945205479452},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.03571428571428571}},"\"":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}},"1":{"docs":{},",":{"docs":{},"\"":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"\"":{"docs":{},":":{"0":{"docs":{},",":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"s":{"docs":{},"g":{"docs":{},"\"":{"docs":{},":":{"docs":{},"\"":{"docs":{},"成":{"docs":{},"功":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\"":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"\"":{"docs":{},":":{"docs":{},"{":{"docs":{},"\"":{"docs":{},"i":{"docs":{},"d":{"docs":{},"\"":{"docs":{},":":{"1":{"2":{"3":{"docs":{},"}":{"docs":{},"}":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}},"docs":{}}}}}}}}}}},"}":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703},"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0390625},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0547945205479452},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.03571428571428571}}},"不":{"docs":{},"带":{"docs":{},"参":{"docs":{},"数":{"docs":{},"配":{"docs":{},"置":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}},"传":{"docs":{},"参":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"闭":{"docs":{},"合":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"以":{"docs":{},"上":{"docs":{},"面":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"y":{"docs":{},"为":{"docs":{},"例":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}},"下":{"docs":{},"示":{"docs":{},"例":{"docs":{},"根":{"docs":{},"据":{"docs":{},"此":{"docs":{},"表":{"docs":{},"接":{"docs":{},"口":{"docs":{},"进":{"docs":{},"行":{"docs":{},"操":{"docs":{},"作":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"接":{"docs":{},"收":{"docs":{},"方":{"docs":{},"法":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.02702702702702703}}}}}}},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"模":{"docs":{},"板":{"docs":{},"文":{"docs":{},"件":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}},"带":{"docs":{},"参":{"docs":{},"数":{"docs":{},"配":{"docs":{},"置":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}},"有":{"docs":{},"明":{"docs":{},"确":{"docs":{},"功":{"docs":{},"能":{"docs":{},"的":{"docs":{},"分":{"docs":{},"类":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}}}},"支":{"docs":{},"持":{"docs":{},",":{"docs":{},"的":{"docs":{},"写":{"docs":{},"法":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}},"考":{"docs":{},"虑":{"docs":{},"到":{"docs":{},"路":{"docs":{},"由":{"docs":{},"规":{"docs":{},"则":{"docs":{},"的":{"docs":{},"修":{"docs":{},"改":{"docs":{},",":{"docs":{},"域":{"docs":{},"名":{"docs":{},"调":{"docs":{},"整":{"docs":{},"的":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"不":{"docs":{},"建":{"docs":{},"议":{"docs":{},"硬":{"docs":{},"编":{"docs":{},"码":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},",":{"docs":{},"而":{"docs":{},"使":{"docs":{},"用":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{},"函":{"docs":{},"数":{"docs":{},"生":{"docs":{},"成":{"docs":{},"。":{"docs":{"chapter1/lu-you.html":{"ref":"chapter1/lu-you.html","tf":0.013513513513513514}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"*":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625}},"/":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}},"@":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}},"x":{"docs":{},"x":{"docs":{},"x":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"结":{"docs":{},"尾":{"docs":{},",":{"docs":{},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"和":{"docs":{},"类":{"docs":{},"名":{"docs":{},"保":{"docs":{},"持":{"docs":{},"一":{"docs":{},"致":{"docs":{},",":{"docs":{},"继":{"docs":{},"承":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"任":{"docs":{},"何":{"docs":{},"需":{"docs":{},"要":{"docs":{},"接":{"docs":{},"受":{"docs":{},"参":{"docs":{},"数":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"都":{"docs":{},"应":{"docs":{},"该":{"docs":{},"使":{"docs":{},"用":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"进":{"docs":{},"行":{"docs":{},"参":{"docs":{},"数":{"docs":{},"校":{"docs":{},"验":{"docs":{},"过":{"docs":{},"滤":{"docs":{},",":{"docs":{},"常":{"docs":{},"用":{"docs":{},"校":{"docs":{},"验":{"docs":{},"方":{"docs":{},"法":{"docs":{},"有":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"和":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"2":{"docs":{},"区":{"docs":{},"别":{"docs":{},"在":{"docs":{},"于":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"2":{"docs":{},"会":{"docs":{},"删":{"docs":{},"除":{"docs":{},"没":{"docs":{},"定":{"docs":{},"义":{"docs":{},"校":{"docs":{},"验":{"docs":{},"规":{"docs":{},"则":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"参":{"docs":{},"数":{"docs":{},"校":{"docs":{},"验":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}},"名":{"docs":{},"通":{"docs":{},"配":{"docs":{},"符":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}},"命":{"docs":{},"名":{"docs":{},"约":{"docs":{},"定":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"实":{"docs":{},"例":{"docs":{},":":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}},"接":{"docs":{},"口":{"docs":{},"文":{"docs":{},"档":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}},"是":{"docs":{},"通":{"docs":{},"过":{"docs":{},"反":{"docs":{},"射":{"docs":{},"解":{"docs":{},"析":{"docs":{},"方":{"docs":{},"法":{"docs":{},"注":{"docs":{},"释":{"docs":{},"和":{"docs":{},"$":{"docs":{},"r":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"参":{"docs":{},"数":{"docs":{},"校":{"docs":{},"验":{"docs":{},"规":{"docs":{},"则":{"docs":{},"自":{"docs":{},"动":{"docs":{},"生":{"docs":{},"成":{"docs":{},",":{"docs":{},"所":{"docs":{},"以":{"docs":{},"要":{"docs":{},"求":{"docs":{},"每":{"docs":{},"个":{"docs":{},"对":{"docs":{},"外":{"docs":{},"接":{"docs":{},"口":{"docs":{},"都":{"docs":{},"要":{"docs":{},"有":{"docs":{},"相":{"docs":{},"应":{"docs":{},"注":{"docs":{},"释":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"不":{"docs":{},"想":{"docs":{},"接":{"docs":{},"口":{"docs":{},"出":{"docs":{},"现":{"docs":{},"在":{"docs":{},"文":{"docs":{},"档":{"docs":{},"可":{"docs":{},"以":{"docs":{},"添":{"docs":{},"加":{"docs":{},"@":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"注":{"docs":{},"释":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"x":{"docs":{},"x":{"docs":{},"x":{"docs":{},",":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"开":{"docs":{},"头":{"docs":{},",":{"docs":{},"参":{"docs":{},"数":{"docs":{},"固":{"docs":{},"定":{"docs":{},"为":{"docs":{},"$":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"s":{"docs":{},"接":{"docs":{},"收":{"docs":{},"请":{"docs":{},"求":{"docs":{},"数":{"docs":{},"据":{"docs":{},"(":{"docs":{},"等":{"docs":{},"效":{"docs":{},"于":{"docs":{},"$":{"docs":{},"r":{"docs":{},"e":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},")":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"校":{"docs":{},"验":{"docs":{},"方":{"docs":{},"法":{"docs":{},"为":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{},":":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"(":{"docs":{},")":{"docs":{},"项":{"docs":{},"目":{"docs":{},"各":{"docs":{},"自":{"docs":{},"实":{"docs":{},"现":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"测":{"docs":{},"试":{"docs":{},"接":{"docs":{},"口":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}},"浏":{"docs":{},"览":{"docs":{},"测":{"docs":{},"试":{"docs":{},"环":{"docs":{},"境":{"docs":{},"/":{"docs":{},"/":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"?":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"=":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"登":{"docs":{},"录":{"docs":{},"态":{"docs":{},"校":{"docs":{},"验":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}},"示":{"docs":{},"例":{"docs":{},":":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.015625},"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}},":":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125},"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}},"类":{"docs":{},"名":{"docs":{},"使":{"docs":{},"用":{"docs":{},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"风":{"docs":{},"格":{"docs":{},",":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}},"文":{"docs":{},"件":{"docs":{},"名":{"docs":{},"和":{"docs":{},"类":{"docs":{},"名":{"docs":{},"保":{"docs":{},"持":{"docs":{},"一":{"docs":{},"致":{"docs":{},"。":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"型":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"重":{"docs":{},"写":{"docs":{},"$":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"或":{"docs":{},"者":{"docs":{},"$":{"docs":{},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"配":{"docs":{},"置":{"docs":{},",":{"docs":{},"区":{"docs":{},"别":{"docs":{},"在":{"docs":{},"于":{"docs":{},"校":{"docs":{},"验":{"docs":{},"失":{"docs":{},"败":{"docs":{},"返":{"docs":{},"回":{"docs":{},"数":{"docs":{},"据":{"docs":{},"格":{"docs":{},"式":{"docs":{},"不":{"docs":{},"一":{"docs":{},"样":{"docs":{},"。":{"docs":{"chapter1/kong-zhi-qi.html":{"ref":"chapter1/kong-zhi-qi.html","tf":0.0078125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{},"(":{"docs":{},"$":{"docs":{},"i":{"docs":{},"d":{"docs":{},")":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.010309278350515464}}}}}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"(":{"docs":{},"$":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},")":{"docs":{},";":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},",":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}},"名":{"docs":{},"字":{"docs":{},"服":{"docs":{},"务":{"docs":{},"r":{"docs":{},"e":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"配":{"docs":{},"置":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"配":{"docs":{},"置":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}}}}}}}}},"必":{"docs":{},"须":{"docs":{},"配":{"docs":{},"置":{"docs":{},"$":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}}}}}}}}}}},"编":{"docs":{},"写":{"docs":{},"格":{"docs":{},"式":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0136986301369863}}}}}},"表":{"docs":{},"名":{"docs":{"chapter1/mo-xing.html":{"ref":"chapter1/mo-xing.html","tf":0.0273972602739726}}}},"_":{"docs":{},"_":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"(":{"docs":{},")":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}},"开":{"docs":{},"启":{"docs":{},"模":{"docs":{},"板":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"框":{"docs":{},"架":{"docs":{},"为":{"docs":{},"接":{"docs":{},"口":{"docs":{},"方":{"docs":{},"法":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"统":{"docs":{},"一":{"docs":{},"标":{"docs":{},"准":{"docs":{},"输":{"docs":{},"出":{"docs":{},";":{"docs":{},"同":{"docs":{},"时":{"docs":{},"封":{"docs":{},"装":{"docs":{},"了":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"上":{"docs":{},"报":{"docs":{},",":{"docs":{},"d":{"docs":{},"e":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"信":{"docs":{},"息":{"docs":{},"打":{"docs":{},"印":{"docs":{},",":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"s":{"docs":{},"设":{"docs":{},"置":{"docs":{},";":{"docs":{},"并":{"docs":{},"且":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"操":{"docs":{},"作":{"docs":{},"会":{"docs":{},"结":{"docs":{},"束":{"docs":{},"程":{"docs":{},"序":{"docs":{},"运":{"docs":{},"行":{"docs":{},",":{"docs":{},"注":{"docs":{},"意":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"注":{"docs":{},"册":{"docs":{},"变":{"docs":{},"量":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"渲":{"docs":{},"染":{"docs":{},"模":{"docs":{},"板":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}},"的":{"docs":{},"错":{"docs":{},"误":{"docs":{},"码":{"docs":{},"常":{"docs":{},"量":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}},"输":{"docs":{},"出":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},"数":{"docs":{},"据":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"模":{"docs":{},"板":{"docs":{},"渲":{"docs":{},"染":{"docs":{},"的":{"docs":{},"控":{"docs":{},"制":{"docs":{},"器":{"docs":{},"需":{"docs":{},"要":{"docs":{},"构":{"docs":{},"造":{"docs":{},"方":{"docs":{},"法":{"docs":{},"调":{"docs":{},"用":{"docs":{},"父":{"docs":{},"类":{"docs":{},"构":{"docs":{},"造":{"docs":{},"方":{"docs":{},"法":{"docs":{},"启":{"docs":{},"动":{"docs":{},"(":{"docs":{},"默":{"docs":{},"认":{"docs":{},"关":{"docs":{},"闭":{"docs":{},")":{"docs":{},",":{"docs":{},"框":{"docs":{},"架":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"原":{"docs":{},"生":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{},"做":{"docs":{},"模":{"docs":{},"板":{"docs":{},"引":{"docs":{},"擎":{"docs":{},"。":{"docs":{"chapter1/shi-tu.html":{"ref":"chapter1/shi-tu.html","tf":0.011904761904761904}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"包":{"docs":{},"含":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"(":{"docs":{},"类":{"docs":{},"型":{"docs":{},")":{"docs":{},"和":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"c":{"docs":{},"(":{"docs":{},"描":{"docs":{},"述":{"docs":{},")":{"docs":{},",":{"docs":{},"描":{"docs":{},"述":{"docs":{},"使":{"docs":{},"接":{"docs":{},"口":{"docs":{},"参":{"docs":{},"数":{"docs":{},"含":{"docs":{},"义":{"docs":{},"更":{"docs":{},"清":{"docs":{},"晰":{"docs":{},",":{"docs":{},"同":{"docs":{},"时":{"docs":{},"生":{"docs":{},"成":{"docs":{},"文":{"docs":{},"档":{"docs":{},"时":{"docs":{},"昨":{"docs":{},"晚":{"docs":{},"参":{"docs":{},"数":{"docs":{},"说":{"docs":{},"明":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"其":{"docs":{},"他":{"docs":{},"补":{"docs":{},"充":{"docs":{"qi-ta-bu-chong.html":{"ref":"qi-ta-bu-chong.html","tf":10.25}}}}}},"&":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"=":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.01276595744680851}}}}}},"u":{"docs":{},"m":{"docs":{},"_":{"1":{"docs":{},"=":{"1":{"docs":{},"&":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"_":{"2":{"docs":{},"=":{"2":{"docs":{},"&":{"docs":{},"n":{"docs":{},"u":{"docs":{},"m":{"docs":{},"_":{"5":{"docs":{},"=":{"5":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}},"docs":{}}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}}},"docs":{}}},"docs":{}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00851063829787234},"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"支":{"docs":{},"持":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},",":{"docs":{},"f":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},",":{"docs":{},"i":{"docs":{},"p":{"docs":{},",":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"类":{"docs":{},"型":{"docs":{},",":{"docs":{},"元":{"docs":{},"素":{"docs":{},"为":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"类":{"docs":{},"型":{"docs":{},")":{"docs":{},",":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"类":{"docs":{},"型":{"docs":{},",":{"docs":{},"元":{"docs":{},"素":{"docs":{},"为":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"型":{"docs":{},")":{"docs":{},",":{"docs":{},"i":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"类":{"docs":{},"型":{"docs":{},",":{"docs":{},"元":{"docs":{},"素":{"docs":{},"为":{"docs":{},"i":{"docs":{},"p":{"docs":{},"类":{"docs":{},"型":{"docs":{},")":{"docs":{},";":{"docs":{},"并":{"docs":{},"且":{"docs":{},"支":{"docs":{},"持":{"docs":{},"或":{"docs":{},"组":{"docs":{},"合":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"e":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":10.005154639175258}},"e":{"docs":{},"r":{"docs":{},"是":{"docs":{},"对":{"docs":{},"数":{"docs":{},"据":{"docs":{},"库":{"docs":{},"操":{"docs":{},"作":{"docs":{},"进":{"docs":{},"行":{"docs":{},"的":{"docs":{},"封":{"docs":{},"装":{"docs":{},"。":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"y":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"1":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"docs":{}}}}}}}}},"z":{"docs":{},"]":{"docs":{},"'":{"docs":{},",":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"a":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}},"区":{"docs":{},"间":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"半":{"docs":{},"闭":{"docs":{},"合":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}},"同":{"docs":{},"一":{"docs":{},"类":{"docs":{},"型":{"docs":{},"不":{"docs":{},"确":{"docs":{},"定":{"docs":{},"参":{"docs":{},"数":{"docs":{},"个":{"docs":{},"数":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"参":{"docs":{},"数":{"docs":{},"名":{"docs":{},"的":{"docs":{},"通":{"docs":{},"配":{"docs":{},"符":{"docs":{},"进":{"docs":{},"行":{"docs":{},"配":{"docs":{},"置":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"当":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"位":{"docs":{},"于":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"时":{"docs":{},",":{"docs":{},"可":{"docs":{},"缩":{"docs":{},"写":{"docs":{},"为":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}}}}}}}}}}}}}}}},"枚":{"docs":{},"举":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"正":{"docs":{},"则":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"长":{"docs":{},"度":{"docs":{},"支":{"docs":{},"持":{"docs":{"qi-ta-bu-chong/param.html":{"ref":"qi-ta-bu-chong/param.html","tf":0.00425531914893617}}}}}},"(":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"`":{"docs":{},"i":{"docs":{},"d":{"docs":{},"`":{"docs":{},")":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"`":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}},"i":{"docs":{},"d":{"docs":{},"`":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"k":{"docs":{},"`":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"`":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.015463917525773196}}}}}},"分":{"docs":{},"组":{"docs":{},"操":{"docs":{},"作":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"删":{"docs":{},"除":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"记":{"docs":{},"录":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"复":{"docs":{},"杂":{"docs":{},"w":{"docs":{},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"条":{"docs":{},"件":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}},"查":{"docs":{},"询":{"docs":{},"可":{"docs":{},"以":{"docs":{},"组":{"docs":{},"合":{"docs":{},"$":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"配":{"docs":{},"置":{"docs":{},"查":{"docs":{},"询":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}}}}}}},"如":{"docs":{},"果":{"docs":{},"不":{"docs":{},"存":{"docs":{},"在":{"docs":{},"才":{"docs":{},"进":{"docs":{},"行":{"docs":{},"插":{"docs":{},"入":{"docs":{},"操":{"docs":{},"作":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}},"打":{"docs":{},"印":{"docs":{},"s":{"docs":{},"q":{"docs":{},"l":{"docs":{},"语":{"docs":{},"句":{"docs":{},",":{"docs":{},"会":{"docs":{},"结":{"docs":{},"束":{"docs":{},"程":{"docs":{},"序":{"docs":{},"运":{"docs":{},"行":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}},"指":{"docs":{},"定":{"docs":{},"查":{"docs":{},"询":{"docs":{},"字":{"docs":{},"段":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}},"排":{"docs":{},"序":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}},"插":{"docs":{},"入":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"一":{"docs":{},"条":{"docs":{},"数":{"docs":{},"据":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"多":{"docs":{},"条":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"需":{"docs":{},"要":{"docs":{},"指":{"docs":{},"定":{"docs":{},"字":{"docs":{},"段":{"docs":{},"$":{"docs":{},"c":{"docs":{},"o":{"docs":{},"l":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}},"记":{"docs":{},"录":{"docs":{},",":{"docs":{},"读":{"docs":{},"取":{"docs":{},"第":{"docs":{},"一":{"docs":{},"条":{"docs":{},"记":{"docs":{},"录":{"docs":{},"字":{"docs":{},"段":{"docs":{},"名":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}}}},"数":{"docs":{},"据":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"更":{"docs":{},"新":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"操":{"docs":{},"作":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"查":{"docs":{},"询":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}},"数":{"docs":{},"量":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"条":{"docs":{},"查":{"docs":{},"询":{"docs":{},"记":{"docs":{},"录":{"docs":{},",":{"docs":{},"一":{"docs":{},"维":{"docs":{},"数":{"docs":{},"组":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}},"列":{"docs":{},"记":{"docs":{},"录":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}},"多":{"docs":{},"条":{"docs":{},"查":{"docs":{},"询":{"docs":{},"记":{"docs":{},"录":{"docs":{},",":{"docs":{},"二":{"docs":{},"维":{"docs":{},"数":{"docs":{},"组":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}},"符":{"docs":{},"合":{"docs":{},"条":{"docs":{},"件":{"docs":{},"一":{"docs":{},"行":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"列":{"docs":{},"记":{"docs":{},"录":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}},"查":{"docs":{},"询":{"docs":{},"条":{"docs":{},"件":{"docs":{},"的":{"docs":{},"记":{"docs":{},"录":{"docs":{},"数":{"docs":{},"量":{"docs":{"qi-ta-bu-chong/tablehelper.html":{"ref":"qi-ta-bu-chong/tablehelper.html","tf":0.005154639175257732}}}}}}}}}}}}}}},"#":{"docs":{},"!":{"docs":{},"/":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"/":{"docs":{},"t":{"docs":{},"o":{"docs":{},"/":{"docs":{},"p":{"docs":{},"h":{"docs":{},"p":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}}}}}}}}},"单":{"docs":{},"次":{"docs":{},"执":{"docs":{},"行":{"docs":{},"脚":{"docs":{},"本":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}},"常":{"docs":{},"驻":{"docs":{},"脚":{"docs":{},"本":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}},"建":{"docs":{},"议":{"docs":{},"输":{"docs":{},"出":{"docs":{},"有":{"docs":{},"意":{"docs":{},"义":{"docs":{},"的":{"docs":{},"执":{"docs":{},"行":{"docs":{},"信":{"docs":{},"息":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}}}}}}},"目":{"docs":{},"录":{"docs":{},"结":{"docs":{},"构":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}},"脚":{"docs":{},"本":{"docs":{},"参":{"docs":{},"考":{"docs":{},"结":{"docs":{},"构":{"docs":{"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"ref":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","tf":0.043478260869565216}}}}}}}}},"length":545},"corpusTokens":["\"demo\");","\"logstash:dw#1\");","\"nick","#!/path/to/php","$ajaxloginact","$arg","$args);","$args['name']);","$cachekey","$col","$data","$datas)","$datas);","$dbkey","$dbkey属性,带缓存model还需配置$cachekey。","$globals['defaultkey']","$globals['nameserv_php']","$globals['r2mmode']","$globals['rewrite']","$globals['rewrite2']","$id]);","$keyword","$keyword)","$keyword);","$loginact","$rule","$tablenam","$thi","$where","$where)","$where);","$where是确切值查询条件,比如主键","&nick=","&num_1=1&num_2=2&num_5=5","'']","'(0,200.1]',","'(50.5,250.1)',","'/');","'0,5',","'1'","'404.html'","'[1,10]',","'[4,11)',","'[^0","'_debug'","'_field'","'_groupby'","'_limit'","'_sortkey'","'_where'","'bar',","'bar';","'code',","'commentaryid'","'database_key_config';","'default'","'default/notfound',","'default/robots',","'desc'","'dl'","'dw_27l';","'emptyable'","'enum'","'field'","'field2'],","'foo',","'foo';","'foobar'];","'gender'","'gender'];","'globals',","'height'","'id","'id'","'id',","'id,nick',","'int',","'len'","'lib';","'name'","'nick'","'nullable'","'num'","'num_*'","'num_2'","'num_3'","'play/commentary',","'r2m',","'range'","'redis_key_config';","'reg'","'robots.txt'","'so%'\",","'solu',","'solu']","'solu'];","'some'","'static/download',","'static/shorturl',","'up_/.html'","'upid'","'up主id'],","'url/'","'username'","'value'","'weight'","'业务id'],","'体重'],","'号码'],","'性别:1:男,2:女',","'昵称',","'昵称'],","'更新值'],","'更新字段'],","'用户id'],","'用户名'],","'获取数据失败');","'解说id'],","'身高'],","(","(`id`)",")",");","*","*/","...","/**","//","//view目录","//不带action前缀","1,","100]);","123,","123];","1];","2,","3]","3],","7710);","9,\"msg\":\"获取数据失败\"}","9a","=","=>",">",">assign(['nicknam'",">display('foo/bar');",">getrow(['id'",">objr2m",">objtabl",">tpl","@author","[","['field1',","['float',","['id'","['int',","['int/string',","['nick'","['nick',","['num_1'","['string',","['type'","['upid'","[1,","],","];","__construct()","`gender`","`id`","`nick`","`test`","action.html","actionbar($args)","actioncommentary($args)","actionfoo($args)","actionrobots($args)","addobject($data)","addobject($data);","addobjectnx($data,","addobjects($cols,","addobjects2($datas)","addobjects2($datas);","array(","auto_incr","bar","basecontrol","bigint(20)","bin","cdn路径","charset=utf8mb4","class","code","code_normal_error","comment","comment='测试表';","common.php","common.php,通用配置(如数据库、redis、常量等配置)被抽离到名字服务统一管理,每台服务器共享一份。","conf","config.inc.php","config.{dev|new|form}.inc.php","control","creat","cron","css","data","default","defaultcontrol","define(\"call_log_key\",","define(\"url_cdn\",","define('admin_node_id',","define('debug',","define('env',","define('project_name',","delobject($where)","delobject($where);","desc',","emptyable/nullable开关","emptyable设置为true的时候,参数允许空值(string类型的参数&nick=);nullable设置为true的时候,参数可以缺省,这时可以配合default设置默认值。","engine=innodb","env_formal);","error","extend","extens","false);","file:","foo","foocontrol","foocontroller.php","fpm","function","getall($where,","getbar($id)","getcol($where,","getcount($where,","getfoo($id)","getone($where,","getrow($where);","getrow($where,","http://host/up_1/100.html","id=123&name=solu","id可能为int或者str","id可能为int或者string类型","index.php","input:","int,float数值类型可以配置range支持区间限制","js","key","log入库key","model","model()或者","model::init(),init方式为单实例模式。","model为无缓存操作,r2mmodel带缓存操作。","model实例化可以new","null","onc","output:","outpuy:","param","param::checkparam($rules,","param::checkparam2($rules,","param为我们提供了丰富的参数校验规则。","parent::__construct(true);","php","phpbase2","playcontrol","primari","project","protect","public","r2mmodel","r2mmodel继承于model都是使用tablehelper进行数据库操作,缓存通过redis2mysql使结果存入redis。","redis2mysql","redis2mysql是对tablehelper进行缓存封装,使用方法上基本保持一致。","replac","replaceobject($data)","response::error(code_normal_error,","response::success($data);","return","root/","solu","spider","static","string类型配置len支持长度限制,使用方法和range类似","string类型配置reg支持正则校验。","supervisor","tabl","tablehelp","tablehelper是对数据库操作进行的封装。","tinyint(1)","true,","type支持int,string,array,float,ip,intarr(array类型,元素为int类型),strarr(array类型,元素为string类型),iparr(array类型,元素为ip类型);并且支持或组合。","unsign","updateobject($data,","url('play/commentary',","url()","url函数可以理解为路由的反向处理,通过给定控制器/方法和对应的参数生成对应的url。","varchar(20)","view","view(json)","xxxcontroller,controller结尾,文件名和类名保持一致,继承basecontroller。","z]',","za","{","{\"result\":0,\"code\":","{\"result\":1,\"code\":0,\"msg\":\"成功\",\"data\":{\"id\":123}}","}","│","└──","└──>","├──","一次完整请求","不传参","不带参数配置","不闭合","以上面play/commentary为例","以下示例根据此表接口进行操作","任何需要接受参数的方法都应该使用param进行参数校验过滤,常用校验方法有param::checkparam和param:checkparam2区别在于param::checkparam2会删除没定义校验规则的参数。","使用说明","入口文件","全局,包含数据库,redis,常量等","全闭合","公共配置定义在","其他补充","函数","分组操作","删除","删除记录","区间支持","半闭合","单次执行脚本","参数名通配符支持","参数校验","受保护目录","只给url()函数使用","可执行脚本","可执行脚本存放在bin目录下,建议以下方式分类","可执行脚本目录","可预览文档。","同一类型不确定参数个数的时候,可以使用参数名的通配符进行配置","名字服务redis配置","名字服务数据库配置","命名约定","基础用法","基础配置","复杂where条件","复杂查询可以组合$keyword配置查询","如果不存在才进行插入操作","定义在名字服务","定义项目通用配置,包括一些常量,缓存方式,路由等","定时脚本","实例:","对应方法的模板文件","对应的接收方法","带参数配置","带有明确功能的分类","常驻脚本","建议输出有意义的执行信息","开启模板","当type位于第一个参数时,可缩写为","必须配置$tablenam","打印sql语句,会结束程序运行","扩展工具类的目录","指定查询字段","排序","接口文档","接口文档是通过反射解析方法注释和$rules参数校验规则自动生成,所以要求每个对外接口都要有相应注释。如果不想接口出现在文档可以添加@ignore注释。","控制器","控制器文件夹","控制器目录","插入","插入一条数据","插入多条数据,需要指定字段$col","插入多条记录,读取第一条记录字段名","插入数据","支持,的写法","数据目录","方法actionxxx,action开头,参数固定为$args接收请求数据(等效于$request)。","更新","更新操作","本文档已phpbase2_demo进行讲解。","枚举支持","查询","查询数量","校验方法为user::checklogin()项目各自实现。","框架为接口方法提供了response统一标准输出;同时封装了log上报,debug信息打印,cors设置;并且response操作会结束程序运行,注意使用。","模型","模型目录","模板使用","正则支持","注册变量","测试接口","浏览测试环境//host/controller/action?doc=class","渲染模板","环境,debug信息","登录态校验","的错误码常量","目录结构","示例:","示例:","简介","管理端权限校验节点","类名使用uppercamelcase风格,","类名使用uppercamelcase风格,文件名和类名保持一致。","类型支持","缓存方式","缓存配置","编写格式","考虑到路由规则的修改,域名调整的问题,不建议硬编码url,而使用url函数生成。","脚本参考结构","表名","要加载的名字服务配置模块","视图","视图目录","路由","路由配置","路由配置定义在protected/conf/config.inc.php文件的$globals['rewrite']全局变量。","输出json数据","返回一条查询记录,一维数组","返回列记录","返回多条查询记录,二维数组","返回符合条件一行的第一列记录","返回符合查询条件的记录数量","这三个配置文件分别对应dev(测试)、new(预发布)、form(正式)环境,在common.php根据项目路径判断加载,用于定义有运行环境差异的配置。","通过多年多个项目的经历,我们对框架不断进行调整,以达到简洁、高效的目标。","配置","配置enumkey支持枚举值","配置目录","重写$loginactions或者$ajaxloginactions配置,区别在于校验失败返回数据格式不一样。","错误码定义","长度支持","需要使用模板渲染的控制器需要构造方法调用父类构造方法启动(默认关闭),框架使用的是原生php做模板引擎。","需要包含type(类型)和desc(描述),描述使接口参数含义更清晰,同时生成文档时昨晚参数说明。","静态资源","项目公共定义文件","项目名称","项目模板结构如下","默认配置key"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"简介","keywords":"","body":"PHPBase2 使用说明\n通过多年多个项目的经历,我们对框架不断进行调整,以达到简洁、高效的目标。\n本文档已phpbase2_demo进行讲解。\n项目模板结构如下\nproject root/\n├── protected // 受保护目录\n│ ├── bin // 可执行脚本目录\n│ ├── conf // 配置目录\n│ ├── controllers // 控制器目录\n│ ├── data // 数据目录\n│ ├── extensions // 扩展工具类的目录\n│ ├── models // 模型目录\n│ ├── views // 视图目录\n│ └── common.php // 项目公共定义文件\n├── static // 静态资源\n│ ├── css \n│ └── js\n└── index.php // 入口文件\n一次完整请求\nphp-fpm -> index.php -> common.php -> conf \n └──> controller model\n └──> view(json)\n"},"chapter1.html":{"url":"chapter1.html","title":"基础用法","keywords":"","body":"基础用法\n\n配置\n路由\n控制器\n模型\n视图\n\n"},"chapter1/pei-zhi.html":{"url":"chapter1/pei-zhi.html","title":"配置","keywords":"","body":"配置\ncommon.php\n公共配置定义在 common.php,通用配置(如数据库、redis、常量等配置)被抽离到名字服务统一管理,每台服务器共享一份。\nconfig.inc.php\n定义项目通用配置,包括一些常量,缓存方式,路由等\ndefine('PROJECT_NAME', \"demo\"); // 项目名称\n\n// 要加载的名字服务配置模块\n$GLOBALS['nameServ_php'] = [\n 'globals', // 全局,包含数据库,redis,常量等\n 'code', // 错误码定义\n 'r2m', // 缓存配置\n];\n\n// 缓存方式\n$GLOBALS['r2mMode'] = 'lib';\n\n// 路由配置\n$GLOBALS['rewrite'] = array(\n 'dl' => 'static/download',\n 'robots.txt' => 'default/robots',\n 'url/' => 'static/shortUrl',\n);\n\n// 只给url()函数使用\n$GLOBALS['rewrite2'] = array(\n\n);\n\n// 管理端权限校验节点\ndefine('ADMIN_NODE_ID', 7710);\n// 默认配置key\n$GLOBALS['defaultKey'] = 'dw_27l';\n\nconfig.{dev|new|form}.inc.php\n这三个配置文件分别对应dev(测试)、new(预发布)、form(正式)环境,在common.php根据项目路径判断加载,用于定义有运行环境差异的配置。\n// 环境,debug信息\ndefine('DEBUG', false);\ndefine('ENV', ENV_FORMAL);\n\n// log入库key\ndefine(\"CALL_LOG_KEY\", \"logstash:dw#1\");\n\n// CDN路径\ndefine(\"URL_CDN\", '/');\n\n"},"chapter1/lu-you.html":{"url":"chapter1/lu-you.html","title":"路由","keywords":"","body":"路由\n路由配置定义在protected/conf/config.inc.php文件的$GLOBALS['rewrite']全局变量。\n不带参数配置\n$GLOBALS['rewrite'] = [\n '404.html' => 'default/notFound',\n 'robots.txt' => 'default/robots',\n ];\n\n对应的接收方法\n // DefaultController\n public function actionRobots($args) {\n // code\n }\n\n带参数配置\n支持,的写法\n$GLOBALS['rewrite'] = [\n 'up_/.html' => 'play/commentary',\n];\n\n对应的接收方法\n// PlayController\npublic function actionCommentary($args) {\n $rules = [\n 'commentaryId' => ['int', 'desc' => '解说id'],\n 'upId' => ['int', 'desc' => 'UP主id'],\n ];\n Param::checkParam2($rules, $args);\n}\n\n\nurl() 函数\nurl函数可以理解为路由的反向处理,通过给定控制器/方法和对应的参数生成对应的url。\n考虑到路由规则的修改,域名调整的问题,不建议硬编码url,而使用url函数生成。\n以上面play/commentary为例\nurl('play/commentary', ['upId' => 1, 'commentaryId' => 100]);\n// output: \n// http://HOST/up_1/100.html\n\n"},"chapter1/kong-zhi-qi.html":{"url":"chapter1/kong-zhi-qi.html","title":"控制器","keywords":"","body":"控制器\n命名约定\n类名使用UpperCamelCase风格, XxxController,Controller结尾,文件名和类名保持一致,继承BaseController。\n方法actionXxx,action开头,参数固定为$args接收请求数据(等效于$REQUEST)。\n示例:\n// file: FooController.php\nclass FooController extends BaseController {\n public function actionBar($args) {\n // code\n }\n}\n\n登录态校验\n重写$loginActions或者$ajaxLoginActions配置,区别在于校验失败返回数据格式不一样。\n校验方法为User::checkLogin()项目各自实现。\n示例:\nprotected $loginActions = [\n 'foo', //不带action前缀\n];\n\nprotected $ajaxLoginAction = [\n 'bar',\n];\n\n参数校验\n任何需要接受参数的方法都应该使用Param进行参数校验过滤,常用校验方法有Param::checkParam和Param:checkParam2区别在于Param::checkParam2会删除没定义校验规则的参数。\n实例:\npublic function actionFoo($args) {\n $rules = [\n 'id' => ['int', 'desc' => '用户id'],\n ];\n Param::checkParam($rules, $args);\n}\n// input: id=123&name=solu\n// output: $args = ['id' => 123, 'name' => 'solu'];\n\npublic function actionBar($args) {\n $rules = [\n 'id' => ['int', 'desc' => '用户id'],\n ];\n Param::checkParam2($rules, $args);\n}\n// input: id=123&name=solu\n// output: $args = ['id' => 123];\n\n接口文档\n接口文档是通过反射解析方法注释和$rules参数校验规则自动生成,所以要求每个对外接口都要有相应注释。如果不想接口出现在文档可以添加@ignore注释。\n示例:\n/**\n * 测试接口\n * @author solu\n */\npublic function actionFoo($args) {\n $rules = [\n 'id' => ['int', 'desc' => '用户id'],\n ];\n Param::checkParam2($rules, $args);\n}\n\n浏览测试环境//HOST/CONTROLLER/ACTION?doc=class 可预览文档。\n\n"},"chapter1/mo-xing.html":{"url":"chapter1/mo-xing.html","title":"模型","keywords":"","body":"模型\n命名约定\n类名使用UpperCamelCase风格,文件名和类名保持一致。\n编写格式\nModel为无缓存操作,R2MModel带缓存操作。\nR2MModel继承于Model都是使用TableHelper进行数据库操作,缓存通过Redis2Mysql使结果存入redis。\n必须配置$tableName $dbKey属性,带缓存model还需配置$cacheKey。\n示例:\nclass Foo extends Model {\n protected $tableName = 'foo'; // 表名\n protected $dbKey = 'database_key_config'; // 名字服务数据库配置\n\n public function getFoo($id) {\n return $this->objTable->getRow(['id' => $id]);\n }\n}\n\nclass Bar extends R2MModel {\n protected $tableName = 'bar'; // 表名\n protected $dbKey = 'database_key_config'; // 名字服务数据库配置\n protected $cacheKey = 'redis_key_config'; // 名字服务redis配置\n\n public function getBar($id) {\n return $this->objR2m->getRow(['id' => $id]);\n }\n}\n\n"},"chapter1/shi-tu.html":{"url":"chapter1/shi-tu.html","title":"视图","keywords":"","body":"视图\n命名约定\nview root/ //view目录\n└── controller // 控制器文件夹\n └── action.html // 对应方法的模板文件\n模板使用\n需要使用模板渲染的控制器需要构造方法调用父类构造方法启动(默认关闭),框架使用的是原生PHP做模板引擎。\n实例:\nclass FooController extends BaseController {\n public function __construct() {\n parent::__construct(true); // 开启模板\n }\n\n public function actionBar($args) {\n $rules = [\n 'name' => ['string', 'desc' => '昵称'],\n ];\n Param::checkParam2($rules, $args);\n\n $this->tpl->assign(['nicknam' => $args['name']); // 注册变量\n $this->tpl->display('foo/bar'); // 渲染模板\n }\n}\n\n\n\n\n \n \n \n\n\n输出JSON数据\n框架为接口方法提供了Response统一标准输出;同时封装了log上报,debug信息打印,CORS设置;并且Response操作会结束程序运行,注意使用。\n示例:\n$data = ['id' => 123];\nResponse::success($data);\n// output:\n// {\"result\":1,\"code\":0,\"msg\":\"成功\",\"data\":{\"id\":123}}\n\nResponse::error(CODE_NORMAL_ERROR, '获取数据失败'); \n// CODE_NORMAL_ERROR 定义在名字服务 code 的错误码常量\n// output:\n// {\"result\":0,\"code\":-9,\"msg\":\"获取数据失败\"}\n\n"},"qi-ta-bu-chong.html":{"url":"qi-ta-bu-chong.html","title":"其他补充","keywords":"","body":"其他补充\n\nmodel实例化可以new Model()或者 Model::init(),init方式为单实例模式。\n\n"},"qi-ta-bu-chong/param.html":{"url":"qi-ta-bu-chong/param.html","title":"Param","keywords":"","body":"Param\nParam为我们提供了丰富的参数校验规则。\n基础配置\n需要包含type(类型)和desc(描述),描述使接口参数含义更清晰,同时生成文档时昨晚参数说明。\n$rules = [\n 'id' => ['type' => 'int', 'desc' => '用户id'],\n];\n// 当type位于第一个参数时,可缩写为\n$rules = [\n 'id' => ['int', 'desc' => '用户id'],\n];\n\n类型支持\ntype支持int,string,array,float,ip,intArr(array类型,元素为int类型),strArr(array类型,元素为string类型),ipArr(array类型,元素为ip类型);并且支持或组合。\n$rules = [\n // id可能为int或者string类型\n 'id' => ['int/string', 'desc' => '业务id'], // id可能为int或者string\n];\n\n枚举支持\n配置enumkey支持枚举值\n$rules = [\n 'value' => ['int', 'enum' => [1, 2, 3], 'desc' => '更新值'],\n 'field' => ['string', 'enum' => ['field1', 'field2'], 'desc' => '更新字段'],\n];\n\n区间支持\nint,float数值类型可以配置range支持区间限制\n$rules = [\n // 全闭合\n 'num' => ['int', 'range' => '[1,10]', 'desc' => '号码'], \n // 半闭合\n 'weight' => ['float', 'range' => '(0,200.1]', 'desc' => '体重'],\n // 不闭合\n 'height' => ['float', 'range' => '(50.5,250.1)', 'desc' => '身高'],\n];\n\n长度支持\nstring类型配置len支持长度限制,使用方法和range类似\n$rules = [\n 'nick' => ['string', 'len' => '[4,11)', 'desc' => '昵称'],\n];\n\n正则支持\nstring类型配置reg支持正则校验。\n$rules = [\n 'username' => ['string', 'reg' => '[^0-9A-Za-z]', 'desc' => '用户名'],\n];\n\nemptyable/nullable开关\nemptyable设置为true的时候,参数允许空值(string类型的参数&nick=);nullable设置为true的时候,参数可以缺省,这时可以配合default设置默认值。\n$rules = [\n 'nick' => ['string', 'desc' => '昵称'],\n];\n// input: &nick=\n// outpuy: param error\n\n$rules = [\n 'nick' => ['string', 'emptyable' => true, 'desc' => '昵称'],\n];\n// input: &nick=\n// outpuy: ['nick' => '']\n\n$rules = [\n 'nick' => ['string', 'nullable' => true, 'default' => 'solu', 'desc' => '昵称'],\n];\n// input: &nick= or 不传参\n// outpuy: ['nick' => 'solu']\n\n参数名通配符支持\n同一类型不确定参数个数的时候,可以使用参数名的通配符进行配置\n$rules = [\n 'num_*' => ['int', 'desc' => '号码'],\n];\n// input: &num_1=1&num_2=2&num_5=5 ...\n// output: ['num_1' => 1, 'num_2' => 2, 'num_3' => 3]\n\n"},"qi-ta-bu-chong/tablehelper.html":{"url":"qi-ta-bu-chong/tablehelper.html","title":"TableHelper","keywords":"","body":"TableHelper\nTableHelper是对数据库操作进行的封装。\n以下示例根据此表接口进行操作\nCREATE TABLE `test` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'id',\n `nick` varchar(20) NOT NULL COMMENT '昵称',\n `gender` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '性别:1:男,2:女',\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='测试表';\n\n查询\n\ngetAll($where, $keyword) 返回多条查询记录,二维数组\ngetRow($where, $keyword) 返回一条查询记录,一维数组\ngetCount($where, $keyword) 返回符合查询条件的记录数量\ngetOne($where, $keyword) 返回符合条件一行的第一列记录\ngetCol($where, $keyword) 返回列记录\n\n$where是确切值查询条件,比如主键\n$where = [\n 'id' => 1,\n];\n// or\n$where = [\n 'nick' => 'solu',\n 'gender' => 1,\n];\ngetRow($where);\n\n复杂查询可以组合$keyword配置查询\n$where = [\n];\n$keyword = [\n '_field' => 'id,nick', // 指定查询字段\n '_where' => \"nick like 'so%'\", // 复杂where条件\n '_limit' => '0,5', // 查询数量\n '_sortKey' => 'id DESC', // 排序\n '_groupby' => 'id', // 分组操作\n '_debug' => true, // 打印sql语句,会结束程序运行\n];\ngetAll($where, $keyword);\n\n插入\n\naddObject($data) 插入一条数据\naddObjects($cols, $datas) 插入多条数据,需要指定字段$cols\naddObjects2($datas) 插入多条记录,读取第一条记录字段名\naddObjectNx($data, $where) 如果不存在才进行插入操作\nreplaceObject($data) replace into 插入数据\n\n$data = [\n 'nick' => 'solu',\n 'gender' => 1,\n];\naddObject($data);\n\n$cols = ['nick', 'gender'];\n$datas = [\n [\n 'nick' => 'solu',\n 'gender' => 1,\n ],\n [\n 'nick' => 'some'\n 'gender' => 1,\n ],\n];\naddObjects($cols, $datas);\n// or\naddObjects2($datas);\n\n删除\n\ndelObject($where) 删除记录\n\n$where = ['id' => 1];\ndelObject($where);\n\n更新\n\nupdateObject($data, $where) 更新操作\n\n$where = ['id' => 1];\n$data = ['nick' => 'foobar'];\nupdateObject($data, $where);\n\nRedis2Mysql\nRedis2Mysql是对TableHelper进行缓存封装,使用方法上基本保持一致。\n"},"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html":{"url":"qi-ta-bu-chong/ke-zhi-xing-jiao-ben.html","title":"可执行脚本","keywords":"","body":"可执行脚本\n目录结构\n可执行脚本存放在bin目录下,建议以下方式分类\nbin\n├── once // 单次执行脚本\n├── cron // 定时脚本\n├── supervisor // 常驻脚本\n└── spider // 带有明确功能的分类\n脚本参考结构\n建议输出有意义的执行信息\n#!/path/to/php\n\n"}}}