Code Monkey home page Code Monkey logo

xms's Introduction

xms

xms xms

一、xms是什么

一款基于.netcore的跨平台应用框架,包含众多常用模块,易上手、易扩展,xms可理解为x(可扩展的/任意的)m(管理)s(系统)

二、能干什么

经过几十个真实项目检验,应用场景有电商管理中心、企业管理类软件、APP后台、微信小程序后台、saas后台等,不管你是创业小团队,还是个人私单小能手,亦或是产品经理或实施顾问,通通有你想要的内容,强烈推荐深入了解

三、目标

接近"零代码"开发,释放生产力,专注你的业务,致力于.netcore开源生态发展,大家一起轻松把钱赚

四、结构

xms脑图

五、场景

a.老板有个好想法,产品经理可以利用xms快速配置出产品原型,会议演示高大上
b.客户有个好商机,售前可以利用xms快速配置出可操作的业务系统,现场演示把单拿下
c.个人接了个外包,攻城狮可以利用xms快速实现功能,交付收钱不费劲
d.政府单位招投标,使用xms快速配置出演示产品,制作标书就地取材
f.快速创业无负担,低成本开始你的宏伟计划

六、运行

要求.net core sdk 3,数据库2008 r2以上
第一步把db文件夹中的数据库附加上去
XMS_CONFIG是数据中心库
XSM_Empty是无演示数据的业务库
XMS_Standar是有演示数据的业务库

运行deploy.bat发布

首次运行会进入初始化配置界面
1、配置数据中心库
2、配置业务数据库
3、登录系统帐号:admin 密码:888888

七、计划

使用文档及视频正在编制……
下一个大版本实现前后端分离以及微服务架构

八、联系我们

QQ群:686391265 一起玩耍口令:xms

xms

博客地址:migomiddle

邮箱地址: [email protected]

如果觉得xms帮助到您了,可以捐助我们,让我们一起把平台做得更好

xms

xms's People

Contributors

450978139 avatar feilingdeng avatar migomiddle 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

xms's Issues

G:\db\XMS_CONFIG_1.ldf

附加数据库时候提示ldf文件不存在。你ldf文件没放一起吗?G:\db\XMS_CONFIG_1.ldf

ArgumentException: Could not load the SqlServerDatabaseProvider DbProviderFactory

解决方案编译通过,运行web程序时报错不知道什么原因
System.ArgumentException
HResult=0x80070057
Message=Could not load the SqlServerDatabaseProvider DbProviderFactory.
Source=PetaPoco
StackTrace:
at PetaPoco.Core.DatabaseProvider.GetFactory(String[] assemblyQualifiedNames)
at PetaPoco.Providers.SqlServerDatabaseProvider.GetFactory()
at PetaPoco.Database.Initialise(IProvider provider, IMapper mapper)
at PetaPoco.Database..ctor(IDatabaseBuildConfiguration configuration)
at Xms.Data.DbContext..ctor(IDataProviderOptions options) in E:\MyProject\xmsProject\Libraries\DataCore\Xms.Data\DbContext.cs:line 17
at Xms.Data.Provider.DataProvider1.get_DbContext() in E:\MyProject\xmsProject\Libraries\DataCore\Xms.Data\Provider\DataProvider.cs:line 55 at Xms.Data.Provider.DataProvider1.get_DataBase() in E:\MyProject\xmsProject\Libraries\DataCore\Xms.Data\Provider\DataProvider.cs:line 82
at Xms.Data.Provider.DataProvider1.Query(IExecuteContext1 context) in E:\MyProject\xmsProject\Libraries\DataCore\Xms.Data\Provider\DataProvider.cs:line 242
at Xms.Data.DataRepositoryBase1.Query(QueryDescriptor1 q) in E:\MyProject\xmsProject\Libraries\DataCore\Xms.Data\DataRepositoryBase.cs:line 270
at Xms.Module.Data.ModuleRepository.Query(QueryDescriptor1 q) in E:\MyProject\xmsProject\Libraries\Module\Xms.Module\Data\ModuleRepository.cs:line 112 at Xms.Module.ModuleService.Query(Func2 container) in E:\MyProject\xmsProject\Libraries\Module\Xms.Module\ModuleService.cs:line 77
at Xms.Module.ModuleRegistrar.RegisterAll() in E:\MyProject\xmsProject\Libraries\Module\Xms.Module\ModuleRegistrar.cs:line 24
at Xms.Module.ModuleRegistrarServiceExtensions.RegisterModules(IServiceCollection services) in E:\MyProject\xmsProject\Libraries\Module\Xms.Module\ModuleRegistrar.cs:line 69
at Xms.Web.Startup.ConfigureServices(IServiceCollection services) in E:\MyProject\xmsProject\Presentation\Xms.Web\Startup.cs:line 34
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.g__Startup|0(IServiceCollection serviceCollection)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.b__0(IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass12_0.b__0(HostBuilderContext context, IServiceCollection services)
at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at Xms.Web.Program.Main(String[] args) in E:\MyProject\xmsProject\Presentation\Xms.Web\Program.cs:line 13

用户管理查询 查询未指定角色的用户时出现无法绑定由多个部分组成的标识符 "[lk_SystemUserRoles_SystemUserId.systemuserid]

用户管理查询 查询未指定角色的用户时出现
string 无法绑定由多个部分组成的标识符 "[lk_SystemUserRoles_SystemUserId.systemuserid] IS NULL AND [systemuser.statecode"。: SELECT COUNT(*) FROM [systemuserView] AS [systemuser] WITH(NOLOCK) LEFT JOIN [systemuserrolesView] AS [lk_SystemUserRoles_SystemUserId] WITH(NOLOCK) ON [lk_SystemUserRoles_SystemUserId].[systemuserid] = [systemuser].[systemuserid] WHERE ( [[lk_SystemUserRoles_SystemUserId].[systemuserid]] IS NULL AND [systemuser].[statecode]=@0 ) ;

运行提示数据库连接失败

System.Data.SqlClient.SqlException:“A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)”

报表功能疑问

报表功能,我看在博客里面有看到;这个版本好像没看到呀;

【纯净版】组织-组织维护

点击demo连接报错
列名 'modifiedbyname' 无效。: SELECT TOP 1 [organization].[basecurrencyidname],[organization].[basecurrencyid],[organization].[createdby],[organization].[createdon],[organization].[dataaccountname],[organization].[databasename],[organization].[datalogenabled],(case [organization].[datalogenabled] when 0 then '否' when 1 then '是' else '' end) as [datalogenabledname],[organization].[datapassword],[organization].[dataservername],[organization].[description],[organization].[emailsettings],[organization].[languageid],[organization].[managerid],[organization].[modifiedbyname],[organization].[modifiedby],[organization].[modifiedon],[organization].[name],[organization].[organizationid],[organization].[smssettings],[organization].[statecode],[organization].[statuscode],(case [organization].[statuscode] when 0 then '试用版' when 1 then '个人版' when 2 then '企业版' else '' end) as [statuscodename],[organization].[uniquename] FROM [OrganizationView] AS [Organization] WITH(NOLOCK) WHERE ( [Organization].[OrganizationID]=@0 ) ; 00000000-0000-0000-00aa-110000000012

Keyword not supported: 'id'

SQL:SELECT [Module].[ModuleId] AS [ModuleId],[Module].[Name] AS [Name],[Module].[LocalizedName] AS [LocalizedName],[Module].[Identity] AS [Identity],[Module].[EntryClassName] AS [EntryClassName]
FROM Module WITH(NOLOCK)
ORDER BY
[Module].[Identity]

T = Xms.Module.Domain.Module
return DataBase.Fetch(GetExecuteContainer());

转换报错

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.