abp一个小实例,适合基础欠缺的人来看
资源文件列表
LearningMpaAbp-master/.gitattributes , 2518
LearningMpaAbp-master/.gitignore , 3785
LearningMpaAbp-master/.nuget/NuGet.Config , 164
LearningMpaAbp-master/.nuget/NuGet.exe , 1664000
LearningMpaAbp-master/.nuget/NuGet.targets , 7484
LearningMpaAbp-master/LICENSE , 1063
LearningMpaAbp-master/LearningMpaAbp.Application/App/ILocalizationService.cs , 260
LearningMpaAbp-master/LearningMpaAbp.Application/App/LocalizationService.cs , 439
LearningMpaAbp-master/LearningMpaAbp.Application/AppConsts.cs , 561
LearningMpaAbp-master/LearningMpaAbp.Application/Dto/PagedAndFilteredInputDto.cs , 718
LearningMpaAbp-master/LearningMpaAbp.Application/Dto/PagedAndSortedInputDto.cs , 517
LearningMpaAbp-master/LearningMpaAbp.Application/Dto/PagedInputDto.cs , 643
LearningMpaAbp-master/LearningMpaAbp.Application/Dto/PagedSortedAndFilteredInputDto.cs , 368
LearningMpaAbp-master/LearningMpaAbp.Application/IDtoMapping.cs , 262
LearningMpaAbp-master/LearningMpaAbp.Application/Jobs/SendNotificationJob.cs , 1120
LearningMpaAbp-master/LearningMpaAbp.Application/Jobs/SendNotificationJobArgs.cs , 496
LearningMpaAbp-master/LearningMpaAbp.Application/LearningMpaAbp.Application.csproj , 12697
LearningMpaAbp-master/LearningMpaAbp.Application/LearningMpaAbpAppServiceBase.cs , 1447
LearningMpaAbp-master/LearningMpaAbp.Application/LearningMpaAbpApplicationModule.cs , 1802
LearningMpaAbp-master/LearningMpaAbp.Application/MultiTenancy/Dto/CreateTenantInput.cs , 779
LearningMpaAbp-master/LearningMpaAbp.Application/MultiTenancy/Dto/TenantListDto.cs , 283
LearningMpaAbp-master/LearningMpaAbp.Application/MultiTenancy/ITenantAppService.cs , 360
LearningMpaAbp-master/LearningMpaAbp.Application/MultiTenancy/TenantAppService.cs , 3511
LearningMpaAbp-master/LearningMpaAbp.Application/Notifications/INotificationAppService.cs , 330
LearningMpaAbp-master/LearningMpaAbp.Application/Notifications/NotificationAppService.cs , 1598
LearningMpaAbp-master/LearningMpaAbp.Application/Properties/AssemblyInfo.cs , 1487
LearningMpaAbp-master/LearningMpaAbp.Application/Roles/Dto/UpdateRolePermissionsInput.cs , 335
LearningMpaAbp-master/LearningMpaAbp.Application/Roles/IRoleAppService.cs , 274
LearningMpaAbp-master/LearningMpaAbp.Application/Roles/RoleAppService.cs , 1103
LearningMpaAbp-master/LearningMpaAbp.Application/Sessions/Dto/GetCurrentLoginInformationsOutput.cs , 214
LearningMpaAbp-master/LearningMpaAbp.Application/Sessions/Dto/TenantLoginInfoDto.cs , 322
LearningMpaAbp-master/LearningMpaAbp.Application/Sessions/Dto/UserLoginInfoDto.cs , 410
LearningMpaAbp-master/LearningMpaAbp.Application/Sessions/ISessionAppService.cs , 378
LearningMpaAbp-master/LearningMpaAbp.Application/Sessions/SessionAppService.cs , 794
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/AssignTaskToPersonInput.cs , 177
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/CreateTaskInput.cs , 550
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/GetTasksInput.cs , 240
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/GetTasksOutput.cs , 167
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/TaskCacheItem.cs , 394
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/TaskDto.cs , 1709
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/Dtos/UpdateTaskInput.cs , 1443
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/ITaskAppService.cs , 1193
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/ITaskCache.cs , 297
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/TaskAppService.cs , 8815
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/TaskCache.cs , 481
LearningMpaAbp-master/LearningMpaAbp.Application/Tasks/TaskDtoMapping.cs , 689
LearningMpaAbp-master/LearningMpaAbp.Application/Users/Dto/CreateUserInput.cs , 899
LearningMpaAbp-master/LearningMpaAbp.Application/Users/Dto/ProhibitPermissionInput.cs , 282
LearningMpaAbp-master/LearningMpaAbp.Application/Users/Dto/UserListDto.cs , 632
LearningMpaAbp-master/LearningMpaAbp.Application/Users/IUserAppService.cs , 516
LearningMpaAbp-master/LearningMpaAbp.Application/Users/UserAppService.cs , 2281
LearningMpaAbp-master/LearningMpaAbp.Application/Workers/MakeInactiveUsersPassiveWorker.cs , 1649
LearningMpaAbp-master/LearningMpaAbp.Application/app.config , 1373
LearningMpaAbp-master/LearningMpaAbp.Application/packages.config , 1673
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/LearningMpaAbpAuthorizationProvider.cs , 992
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/LoginManager.cs , 1272
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/PermissionChecker.cs , 375
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/PermissionNames.cs , 476
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/Roles/AppRoleConfig.cs , 738
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/Roles/Role.cs , 522
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/Roles/RoleManager.cs , 736
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/Roles/RoleStore.cs , 611
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/Roles/StaticRoleNames.cs , 308
LearningMpaAbp-master/LearningMpaAbp.Core/Authorization/TaskAuthorizationProvider.cs , 989
LearningMpaAbp-master/LearningMpaAbp.Core/Editions/EditionManager.cs , 527
LearningMpaAbp-master/LearningMpaAbp.Core/Extensions/AbpSessionExtension.cs , 1019
LearningMpaAbp-master/LearningMpaAbp.Core/Extensions/AbpSessionExtension2.cs , 776
LearningMpaAbp-master/LearningMpaAbp.Core/Extensions/IAbpSessionExtension.cs , 168
LearningMpaAbp-master/LearningMpaAbp.Core/Features/FeatureValueStore.cs , 953
LearningMpaAbp-master/LearningMpaAbp.Core/IRepositories/IBackendTaskRepository.cs , 631
LearningMpaAbp-master/LearningMpaAbp.Core/LearningMpaAbp.Core.csproj , 11282
LearningMpaAbp-master/LearningMpaAbp.Core/LearningMpaAbpConsts.cs , 152
LearningMpaAbp-master/LearningMpaAbp.Core/LearningMpaAbpCoreModule.cs , 1850
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-es.xml , 2849
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-fr.xml , 2898
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-it.xml , 2902
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-ja.xml , 3561
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-pt-BR.xml , 2665
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-tr.xml , 3270
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp-zh-CN.xml , 1359
LearningMpaAbp-master/LearningMpaAbp.Core/Localization/Source/LearningMpaAbp.xml , 3167
LearningMpaAbp-master/LearningMpaAbp.Core/MultiTenancy/Tenant.cs , 322
LearningMpaAbp-master/LearningMpaAbp.Core/MultiTenancy/TenantManager.cs , 737
LearningMpaAbp-master/LearningMpaAbp.Core/Properties/AssemblyInfo.cs , 1473
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/ITaskManager.cs , 328
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/Task.cs , 1250
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/TaskAssignedEventData.cs , 450
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/TaskAssignedToUser.cs , 1285
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/TaskEventData.cs , 241
LearningMpaAbp-master/LearningMpaAbp.Core/Tasks/TaskManager.cs , 1452
LearningMpaAbp-master/LearningMpaAbp.Core/Users/User.cs , 832
LearningMpaAbp-master/LearningMpaAbp.Core/Users/UserManager.cs , 1778
LearningMpaAbp-master/LearningMpaAbp.Core/Users/UserStore.cs , 945
LearningMpaAbp-master/LearningMpaAbp.Core/app.config , 979
LearningMpaAbp-master/LearningMpaAbp.Core/packages.config , 1316
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/App.config , 2552
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/EntityFramework/LearningMpaAbpDbContext.cs , 2283
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/EntityFramework/Repositories/BackendTaskRepository.cs , 1018
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/EntityFramework/Repositories/LearningMpaAbpRepositoryBase.cs , 1005
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/LearningMpaAbp.EntityFramework.csproj , 12642
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/LearningMpaAbpDataModule.cs , 706
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/201711220227074_Abp_MoveTo_MySql.Designer.cs , 834
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/201711220227074_Abp_MoveTo_MySql.cs , 39155
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/201711220227074_Abp_MoveTo_MySql.resx , 17772
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/AbpZeroDbMigrator.cs , 632
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/Configuration.cs , 1391
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/DefaultEditionsCreator.cs , 1051
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/DefaultLanguagesCreator.cs , 1959
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/DefaultSettingsCreator.cs , 1729
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/DefaultTenantCreator.cs , 894
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/DefaultTestDataForTask.cs , 1082
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/HostRoleAndUserCreator.cs , 3203
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/InitialHostDbBuilder.cs , 690
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Migrations/SeedData/TenantRoleAndUserBuilder.cs , 3015
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/Properties/AssemblyInfo.cs , 1495
LearningMpaAbp-master/LearningMpaAbp.EntityFramework/packages.config , 1880
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/abp.d.ts , 9847
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/abp.js , 27143
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.blockUI.js , 598
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.jquery.d.ts , 140
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.jquery.js , 8738
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.jtable.js , 6182
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.moment.js , 494
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.signalr.d.ts , 197
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.signalr.js , 1561
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.spin.js , 2711
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.sweet-alert.js , 3003
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/abp.toastr.js , 921
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/angularjs/abp.ng.js , 6499
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/libs/requirejs/plugins/service.js , 277
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/scripts/utils/ie10fix.js , 375
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.css , 595
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.css.map , 429
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.less , 516
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.min.css , 432
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.mixings.css , 46
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.mixings.css.map , 3
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.mixings.less , 3114
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/abp.mixings.min.css , 3
LearningMpaAbp-master/LearningMpaAbp.Web/Abp/Framework/styles/utils/ie10fix.css , 222
LearningMpaAbp-master/LearningMpaAbp.Web/App_Start/BundleConfig.cs , 3478
LearningMpaAbp-master/LearningMpaAbp.Web/App_Start/LearningMpaAbpNavigationProvider.cs , 2622
LearningMpaAbp-master/LearningMpaAbp.Web/App_Start/LearningMpaAbpWebModule.cs , 2373
LearningMpaAbp-master/LearningMpaAbp.Web/App_Start/RouteConfig.cs , 777
LearningMpaAbp-master/LearningMpaAbp.Web/App_Start/Startup.cs , 3729
LearningMpaAbp-master/LearningMpaAbp.Web/Content/PagedList.css , 3034
LearningMpaAbp-master/LearningMpaAbp.Web/Content/bootstrap-cosmo.min.css , 102487
LearningMpaAbp-master/LearningMpaAbp.Web/Content/bootstrap-paper.min.css , 130809
LearningMpaAbp-master/LearningMpaAbp.Web/Content/bootstrap-theme.css , 26132
LearningMpaAbp-master/LearningMpaAbp.Web/Content/bootstrap-theme.css.map , 47706
LearningMpaAbp-master/LearningMpaAbp.Web/Content/bootstrap-theme.min.css , 23409
最多只能显示150条信息!
