Giter VIP home page Giter VIP logo

52abp / 52abp.template Goto Github PK

View Code? Open in Web Editor NEW
295.0 27.0 93.0 12.6 MB

52ABP社区所维护的主开源仓库你所下载的项目的源代码都在这里。The main open source repository maintained by the 52ABP community is where you download the source code for your project.

Home Page: https://www.52abp.com/

License: MIT License

TypeScript 9.67% JavaScript 51.97% Batchfile 0.01% HTML 5.89% CSS 1.27% PowerShell 0.10% C# 13.09% Dockerfile 0.03% Less 17.93% SCSS 0.03%
angular abp ddd ng-zorro-antd ng-zorro dotnet dotnet-core asp-net-core

52abp.template's People

Contributors

canyanol650 avatar dependabot[bot] avatar liquehuo avatar ltm0203 avatar staneee avatar webliuxiang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

52abp.template's Issues

项目加载失败 LTMCompanyNameFree.YoyoCmsTemplate.EntityFrameworkCore


Microsoft Visual Studio

无法计算表达式“[MSBuild]::NormalizePath(C:\Users\y7124729\Documents\Third Party SourceCodes\LTMCompanyNameFree.YoyoCmsTemplate-master\src\aspnet-core\src\LTMCompanyNameFree.YoyoCmsTemplate.EntityFrameworkCore, obj\Debug\netcoreapp2.1\LTMCompanyNameFree.YoyoCmsTemplate.EntityFrameworkCore.assets.cache)”。Path: C:\Users\y7124729\Documents\Third Party SourceCodes\LTMCompanyNameFree.YoyoCmsTemplate-master\src\aspnet-core\src\LTMCompanyNameFree.YoyoCmsTemplate.EntityFrameworkCore\obj\Debug\netcoreapp2.1\LTMCompanyNameFree.YoyoCmsTemplate.EntityFrameworkCore.assets.cache exceeds the OS max path limit. The fully qualified file name must be less than 260 characters. C:\Program Files\dotnet\sdk\2.1.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets

确定

前端无法启动

npm install
npm WARN @delon/[email protected] requires a peer of qrious@^4.0.2 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

ngular-zorro-free> ng server
Your global Angular CLI version (6.1.3) is greater than your local
version (6.0.8). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
The specified command ("server") is invalid. For a list of available options,
run "ng help".

Did you mean "serve"?

为啥无法启动

严重性 代码 说明 项目 文件 行 禁止显示状态
错误 MSB3491 未能向文件“obj\Debug\netcoreapp2.1\LTMCompanyNameFree.YoyoCmsTemplate.Core.csproj.CoreCompileInputs.cache”写入命令行。指定的路径或文件名太长,或者两者都太长。完全限定文件名必须少于 260 个字符,并且目录名必须少于 248 个字符。 LTMCompanyNameFree.YoyoCmsTemplate.Core D:\Program Files (x86)\Microsoft Visual Studio\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 3426

An error occurred while starting the application.

An error occurred while starting the application.
SqlException: 列名 'CreatorUserId1' 无效。
列名 'DeleterUserId1' 无效。
列名 'LastModifierUserId1' 无效。
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, bool breakConnection, Action wrapCloseInAction)

找到原因了。。EntityFrameworkCore 。DbContext。OnModelCreating必须加base.OnModelCreating(modelBuilder);

===========================================================
VVV.EntityFrameworkCore.Seed.Tenants.DefaultTenantBuilder.CreateDefaultTenant() in DefaultTenantBuilder.cs
+

var defaultTenant = _context.Tenants.IgnoreQueryFilters().FirstOrDefault(t => t.TenancyName == AbpTenantBase.DefaultTenantName);

VVV.EntityFrameworkCore.Seed.Tenants.DefaultTenantBuilder.Create() in DefaultTenantBuilder.cs
+
CreateDefaultTenant();
VVV.EntityFrameworkCore.Seed.SeedHelper.SeedHostDb(VVVDbContext context) in SeedHelper.cs
+
new DefaultTenantBuilder(context).Create();
VVV.EntityFrameworkCore.Seed.SeedHelper.WithDbContext(IIocResolver iocResolver, Action contextAction) in SeedHelper.cs
+
contextAction(context);
VVV.EntityFrameworkCore.Seed.SeedHelper.SeedHostDb(IIocResolver iocResolver) in SeedHelper.cs
+
WithDbContext(iocResolver, SeedHostDb);
VVV.EntityFrameworkCore.VVVEntityFrameworkModule.PostInitialize() in VVVEntityFrameworkModule.cs
+
SeedHelper.SeedHostDb(IocManager);
System.Collections.Generic.List.ForEach(Action action)
Abp.AbpBootstrapper.Initialize() in AbpBootstrapper.cs
Abp.AspNetCore.AbpApplicationBuilderExtensions.InitializeAbp(IApplicationBuilder app) in AbpApplicationBuilderExtensions.cs
Abp.AspNetCore.AbpApplicationBuilderExtensions.UseAbp(IApplicationBuilder app, Action optionsAction) in AbpApplicationBuilderExtensions.cs
VVV.Web.Host.Startup.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) in Startup.cs
+
app.UseAbp(options => { options.UseAbpRequestLocalization = false; }); // Initializes ABP framework.
Microsoft.AspNetCore.Hosting.ConventionBasedStartup.Configure(IApplicationBuilder app)
Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.