Git Product home page Git Product logo

documents's People

Contributors

jontymin avatar ltm0203 avatar staneee 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

documents's Issues

关于静态文件访问的访问

这一节视频我还没看,先看了文字版的。
在 Asp.Net Core 中的静态文件 这一章中
提供 wwwroot 文件夹之外的静态文件 这一小节中
代码是跟着文章教程写的,wwwroot 里面的图片和静态页面( .html )是能访问到的。
但放在项目外面是访问不到的. 是我的理解有问题?好像是访问不到的。
Startup.cs 中的 Configure 代码段如下:

public void Configure(IApplicationBuilder app, IHostingEnvironment env)
        {
            if (env.IsDevelopment())
            {
                app.UseDeveloperExceptionPage();
            }
        
            DefaultFilesOptions defaultFilesOptions = new DefaultFilesOptions();
            defaultFilesOptions.DefaultFileNames.Clear();
            defaultFilesOptions.DefaultFileNames.Add("TestDefault.html");


            app.UseDefaultFiles(defaultFilesOptions);
            app.UseStaticFiles();


            app.Run(async (context) =>
            {
                context.Response.ContentType = "text/plain;charset=utf-8";
                _log.LogInformation("MyDbConfig Into");
                var myDbConfig= _configuration["MyDbConfig"];
                await context.Response.WriteAsync(myDbConfig);
                _log.LogInformation("MyDbConfig out");

            });
            
        }

我项目的结构是这样的:
--root
----wwwroot
--------css
--------images
----------foot.png
--------js
------TestDefault2.html
----appsettings.json
----Program.cs
----Startup.cs
----TestDefault.html

root/wwwroot/TestDefault2.html 是能正常访问到的。
root/TestDefault.html 访问不了

ABP Swagger

我有N个服务。在浏览Swagger Doc 时提示错误。如:{"message":"An error has occurred.","exceptionMessage":"DynamicMethod 的类型所有者无效。","exceptionType":"System.ArgumentException","stackTrace":" 但是里面没有具体到某个服务上的某个方法错误具体错误信息;能有解决办法吗?

功能介绍:组织单元

组织单元
本文作者:52ABP开发团队
文章会随着版本进行更新,关注我们获取最新版本
本文出处:https://www.52abp.com/wiki/52abp/latest
源代码: https://www.github.com/52abp

52ABP的项目中组织单元。

组织单元
在52ABP主菜单 选择【管理】--【组织单元】

image

功能:

1 组织结构树
1.1 新组织单元

image

填写:组织单元(必填项)。

2.2 组织单元维护:

image

选择组织单元,按右键,出现维护菜单。

2.2.1 修改

image

内容同【新组织单元】。

2.2.2 添加下级组织

image

内容同【新组织单元】。

2.2.3 删除

image

按【删除】,系统有提示框【确定要删除吗?】。

3 添加用户
选择左边的组织结构树中的组织单元,可以对该组织单元添加用户。

image

3.1 可以搜索符合条件的用户。
3.2 勾选需要添加的用户。

4 批量删除

image

可以批量删除该组织单元的用户列表中选中的用户。

5 删除
image

该组织单元的用户列表【操作】的【删除】功能,可以将选择的用户从该组织单元的删除。

来文档中心了解更多:https://www.52abp.com/wiki/

微信关注我们不走丢

功能介绍:登陆/注册

  • 登录
    • 社交和外部登录
    • 双因素身份验证
    • 忘记密码
    • 基于令牌的认证
  • 注册
    • 邮箱激活
    • 短信激活

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.