資源簡介
asp.net mvc3升級到asp.net mvc4
vs2010升級到vs2013
基于中文分詞重構搜索等模塊
日志組件獨立
上傳組件獨立
前后臺共享JavaScript組件
編輯器替換為webuploader,提高加載速度
上傳控件替換為webuploader,方便html5等移動端調動
重寫后臺排序方式
重寫防sql注入組件
前臺腳本基于jquery重寫
前臺視圖機制引入分部視圖
分離pc和移動端支付控制器,添加支付寶移動支付和微信支付
代碼片段和文件信息
using?System;
using?System.Runtime.Serialization;
namespace?BrnShop.Core
{
????///?
????///?BrnShop異常類
????///?
????[Serializable]
????public?class?BSPException?:?ApplicationException
????{
????????public?BSPException()?{?}
????????public?BSPException(string?message)?:?base(message)?{?}
????????public?BSPException(string?message?Exception?inner)?:?base(message?inner)?{?}
????????protected?BSPException(SerializationInfo?info?StreamingContext?context)?:?base(info?context)?{?}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????20970??2015-10-08?09:58??BrnShop\BrnShop.sln
?????文件????????948??2015-10-08?09:58??BrnShop\BrnShop.sln.GhostDoc.xm
????..A..H.???1294848??2015-10-08?10:00??BrnShop\BrnShop.v12.suo
?????文件???????1447??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\BSPAsyn.cs
?????文件???????1127??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\IAsynStrategy.cs
?????文件???????1119??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\State\UpdateBrowseHistoryState.cs
?????文件???????1978??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\State\UpdateOnlineUserState.cs
?????文件???????1096??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\State\UpdateProductStatState.cs
?????文件???????1420??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\State\UpdatePVStatState.cs
?????文件???????1137??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Asyn\State\UpdateSearchHistoryState.cs
?????文件?????233472??2015-10-08?09:58??BrnShop\Libraries\BrnShop.Core\bin\Debug\BrnShop.Core.dll
?????文件?????822784??2015-10-08?09:58??BrnShop\Libraries\BrnShop.Core\bin\Debug\BrnShop.Core.pdb
?????文件?????208384??2015-10-08?10:00??BrnShop\Libraries\BrnShop.Core\bin\Release\BrnShop.Core.dll
?????文件?????716288??2015-10-08?10:00??BrnShop\Libraries\BrnShop.Core\bin\Release\BrnShop.Core.pdb
?????文件???????9752??2015-09-21?10:53??BrnShop\Libraries\BrnShop.Core\BrnShop.Core.csproj
?????文件????????537??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\BSPException.cs
?????文件???????1133??2015-10-08?08:18??BrnShop\Libraries\BrnShop.Core\BSPVersion.cs
?????文件???????4150??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cache\BSPCache.cs
?????文件???????5054??2015-09-06?15:36??BrnShop\Libraries\BrnShop.Core\Cache\CacheKeys.cs
?????文件???????1906??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cache\CacheManager\CacheByRegex.cs
?????文件????????855??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cache\CacheManager\ICacheManager.cs
?????文件???????1405??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cache\ICacheStrategy.cs
?????文件???????1461??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cart\BSPCart.cs
?????文件???????4064??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Cart\ICartStrategy.cs
?????文件??????10564??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\BSPConfig.cs
?????文件???????2989??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\IConfigStrategy.cs
?????文件???????6853??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\Info\CreditConfigInfo.cs
?????文件???????2912??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\Info\EmailConfigInfo.cs
?????文件???????1158??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\Info\EventConfigInfo.cs
?????文件????????165??2015-08-10?18:52??BrnShop\Libraries\BrnShop.Core\Config\Info\IConfigInfo.cs
............此處省略2514個文件信息
評論
共有 條評論