-
大小: 47.55MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-07-05
- 語(yǔ)言: 其他
- 標(biāo)簽: 業(yè)務(wù)配置??開(kāi)發(fā)平臺(tái)??.net??core??
資源簡(jiǎn)介
(業(yè)務(wù)配置開(kāi)發(fā)平臺(tái))是一套基于.net core、跨平臺(tái)的,面向開(kāi)發(fā)人員和具有一定技術(shù)水平的業(yè)務(wù)人員使用的業(yè)務(wù)配置開(kāi)發(fā)平臺(tái)、 您只需通過(guò)配置和少量開(kāi)發(fā)即可快速搭建滿足用戶需求的業(yè)務(wù)系統(tǒng),大大降低項(xiàng)目開(kāi)發(fā)工作量。平臺(tái)100%開(kāi)源,免費(fèi)下載使用。
代碼片段和文件信息
using?System;
using?System.Linq;
using?System.Reflection;
using?Microsoft.AspNetCore.Mvc.ApplicationModels;
namespace?CPframeWork
{
????public?class?FeatureConvention?:?IControllerModelConvention
????{
????????public?void?Apply(ControllerModel?controller)
????????{
????????????controller.Properties.Add(“feature“?GetFeatureName(controller.ControllerType));
????????}
????????private?string?GetFeatureName(TypeInfo?controllerType)
????????{
????????????string[]?tokens?=?controllerType.FullName.Split(‘.‘);
????????????if?(!tokens.Any(t?=>?t?==?“Plat“))?return?““;
????????????string?featureName?=?tokens
????????????????.SkipWhile(t?=>?!t.Equals(“Plat“?StringComparison.CurrentCultureIgnoreCase))
????????????????.Skip(1)
????????????????.Take(1)
????????????????.FirstOrDefault();
????????????return?featureName;
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????110??2018-06-20?15:26??qMISPlat-NetCore-master\NetCore\asp.net免費(fèi)源碼下載.url
????.......??????6922??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPfr
????.......????????33??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\.bowerrc
????.......?????83667??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\.vs\config\applicationhost.config
????.......????288768??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\.vs\CPfr
????.......????119296??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\.vs\CPfr
????.......????286720??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\.vs\CPfr
????.......???????168??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\appsettings.Development.json
????.......???????822??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\appsettings.json
????.......????????69??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\bower.json
????.......??????1721??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\bundleconfig.json
????.......??????6077??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\config.json
????.......???????432??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Controllers\HomeController.cs
????.......???????502??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Controllers\UEditorController.cs
????.......??????1863??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\CPfr
????.......???????974??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\CPfr
????.......???????837??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\FeatureConvention.cs
????.......??????1309??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\FeatureViewLocationExpander.cs
????.......??????2028??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\htmlpage.html
????.......???????616??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\htmlpage1.html
????.......??????5629??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\json.json
????.......???????209??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Models\ErrorViewModel.cs
????.......???????512??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Auto\AutoController.cs
????.......??????2371??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Auto\ManaConfig.cshtml
????.......??????9539??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Common\CommonController.cs
????.......?????11347??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Common\FileUpload.cshtml
????.......?????12953??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Common\Help.cshtml
????.......??????3937??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Common\PlatAdmin.cshtml
????.......??????5647??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\Common\SelectExp.cshtml
????.......??????1078??2018-07-08?18:51??qMISPlat-NetCore-master\NetCore\CPSite\Plat\DataV\DataVController.cs
............此處省略2744個(gè)文件信息
評(píng)論
共有 條評(píng)論