

#autoload#类自动加载

- 类前缀及类自动加载规范见配置：root/cfgs/boot/cfg_load.php
- 二次开发等，请按这个规范


#cookie#常用cookie

* 规范：最多20个，all-4K内 : 

* vcodes max = 3; //100B,最多40个,
 - 格式：vcode1=1399958681,encode1;vcode2=1399958682,encode2;
  
* clicks max = 5; //050B,最多80个,
 - 格式：keyid1=time1;keyid2=time2;
  
* ocnums max = 1; //order car numbers
 - 格式：5 (5items)

* session,uniqueid; //(2+)*60B
 - 格式：Uniqueid_9eb131bb0613 = 2015-bj-mh0agwr-79dbw7xaa-2aa6d631d
 - 格式：sessid_21662c8752aa  = 2015-bj-mh18s9j-bayj6h7bb-613bfd3d2

* order-car; //1个数字
 - 格式：oCarItems = 3

* lang; //1个:en/cn等
 - lang = en


#area32bit#32位数大小
```
       2^32 = 4,294,967,296    
       2^31 = 2,147,483,648
 2147483647 = 2038-01-19 11:14:07 >> date('Y-m-d H:i:s', 2147483647);
          0 = 1970-01-01 08:00:00 >> date('Y-m-d H:i:s',          0);
-2147483648 = 1901-12-14 04:45:52 >> date('Y-m-d H:i:s',-2147483648);
``` 

#zIndex#zIndex范围
``` 
安全:最小值-最大值: 0 - 2147012012
layer.js --- zIndex:19891014+
date-picker - 100010
win_webox --- 2046/2048
color_out --- 6400
evf_vtip ---- 8888
adpush_edit --- 4096
advFlag --- 4048
qrcode_pic --- 1024
map-bar --- 666
map-div --- 333
map-point --- 
jsmove.js --- 500
dom --- 
```

#tabindex#tabindex范围
```
安全:最小值-最大值: 0 - 32767 (W3C的规定)
认证码: 19790
submit: 19820/19830
```    

#sysurl#系统Url

* 行业标准使用的特殊字符 :/?=&#%./  
* 本系统使用的特殊字符 .-_:,;~[] 
* 本系统预留特殊字符 {^|}
* 本系统过滤特殊字符 <>'"\
* 本系统最长url限制(js标签) 大约2000个字符左右即截断，行业标准中为2048个字符左右

#urlframe#URL长度

* Url 应该要多长？
 - 文章 : [`前端要给力之：URL应该有多长？`](http://blog.csdn.net/aimingoo/article/details/6081964)
 - 本系统url样例 : http://imcat.txjia.com/chn.php?news.2015-9g-mvp1
 - 本系统静态url : http://www.my_domain.com/html/news/yyyy/md-6789.html

* 前端要给力之：URL应该有多长？
 - http://blog.csdn.net/aimingoo/article/details/6081964

* txjia.peace 
 - txjia.com/peace/?did=modle-2012-98-1234
 - txjia.com/peace/?cid=modle-c123

* public (78)
 - 123456789-123456789-123456789-123456789-123456789-123456789-

* baidu (39)
 - auto.txmao.com/chexin/geshitu/tuku.html

* google(50,60)
 - www.txjia.com/peace/tip/p900/Eng900desk.htm
 - txjia.com/jia/trade/supply.asp?ID=0BA5E132A261YFG832T2K2N8

* Demo 2012大盘点第二期：十大"世界末日"谣言
 - tech.qq.com/a/20121211/000014.htm
 - tech.qq.com/peace/2012/98/1234

* 短url
 - http://w.url.cn/s/AvCo6Ih
 - http://txjia.com/?AGCEESE
 - http://t.cn/RyNNUx6
 - 123456789-123456789-123456789-12
 - http://txjia.com/?2015-9x-q39cu6x


