. 緩存處理技術,定時更新系統(tǒng)數(shù)據(jù),提升系統(tǒng)性能
B. 系統(tǒng)模板管理功能,方便制作個性化的系統(tǒng)模板,可后臺管理
C. 首頁商品和店鋪的自助推薦功能,用戶可使用虛擬幣采用競價方式自助推薦自己的商品和店鋪
D. 店鋪的皮膚轉換,重新設計店鋪結構
E. 商品,店鋪,求購信息的搜索,采用積木式查詢,減少等待時間
F. 支付寶按鈕支付功能(用于系統(tǒng)用戶與用戶間的付款交易)
G. 重新制作廣告系統(tǒng),靜態(tài)JS讀取速度更快
H. 最高價競拍模式中加入一口價購買的功能
I. 后臺管理員的分權限管理(管理,添加,查看)
j. 后臺商品首頁推薦,店鋪首頁推薦功能
K. 商品可實現(xiàn)四級分類處理
L. 增加店鋪分類功能
M. 外接用戶數(shù)據(jù)庫(AC和SQL兩種),系統(tǒng)郵件發(fā)送,圖片上傳,緩存更新,Md5加密等后臺管理功能
N. 實現(xiàn)了商品登陸收費的功能
加密算法
Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives:
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To calculate Md5, SHS, and RIPEMD-160 message digests:
cryptest m file
- To encrypt and decrypt a string using DES-EDE in CBC mode:
cryptest t
- To encrypt or decrypt a file
cryptest e|d input output
- To share a file into shadows:
cryptest s <pieces> <pieces-needed> file
(make sure file has no extension, if you re running this under DOS)
- To reconstruct a file from shadows:
cryptest j output file1 file2 [....]
- To gzip a file:
cryptest z <compression-level> input output
- To gunzip a file:
cryptest u input output
- To run validation tests:
cryptest v
- To run benchmarks:
cryptest b [time for each benchmark in seconds]