自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (39)
  • 收藏
  • 关注

原创 .netcore-abp-异常处理

1、SaaS.Template.Web 修改 TemplateWebModule.cs修改:AuthController.cs

2020-07-27 07:56:19 254

原创 .netcore-abp-审记-EF

1、SaaS.Template.Web 修改TemplateWebModule.cs

2020-07-27 07:56:00 86

原创 .netcore-abp-权限

1、SaaS.Template.Web 新建 BookStorePermissionDefinitionProvider.csusing SaaS.Template.Web.Localization.Permissions;using System;using System.Collections.Generic;using System.Linq;using System.Threading.Tasks;using Volo.Abp.Authorization.Permissions;u

2020-07-26 14:48:35 364

原创 .netcore-abp-多语言

1、SaaS.Template.Web 修改:TemplateWebModule.cs修改:ValuesController.csprivate readonly IStringLocalizer<PermissionResource> _localizer;[HttpGet("lang")]public async Task<IActionResult> GetLangAsync(){ var name = _localizer["BookStore.

2020-07-26 14:37:50 418

原创 .netcore-abp-虚拟文件系统

1、SaaS.Template.Web 修改TemplateWebModule.cs修改:ValuesController.csprivate readonly IVirtualFileProvider _virtualFileProvider;[HttpGet("file")]public async Task<string> GetFileAsync(){ var file = _virtualFileProvider.GetFileInfo("/Locali.

2020-07-26 14:23:44 380

原创 .netcore-abp-分布式缓存

1、SaaS.Template.Web 安装nuget:Volo.Abp.Caching.StackExchangeRedis修改:appsettings.json "Redis": { "Configuration": "localhost" },修改:TemplateWebModule.cs修改:ValuesController.csprivate readonly IDistributedCache<DemoBook> _cache;//

2020-07-26 14:11:35 652

原创 .netcore-abp-集成事件

1、SaaS.Template.Web 修改appsettings.json "RabbitMQ": { "Connections": { "Default": { "HostName": "127.0.0.1", "Port": "5672", "UserName": "test2", "Password": "test2", "VirtualHost": "TestVirtualHost"

2020-07-26 13:45:35 378 1

原创 .netcore-abp-领域事件

1、SaaS.Template.Domain新建:CreatedBookDomainEvent.csusing System;using System.Collections.Generic;using System.Text;namespace SaaS.Template.Events{ public class CreatedBookDomainEvent { public string Id { get; set; } public.

2020-07-26 13:18:25 432

原创 .netcore-abp-聚合仓储Crud

1、SaaS.Template.Domain 安装:nuget:Volo.Abp.Specifications2、SaaS.Template.Application 配置Automap修改文件:TemplateApplicationAutoMapperProfile.cs3、SaaS.Template.Web 新建控制器ValuesController.csusing System;using System.Collections.Generic;using System

2020-07-26 13:08:18 430

原创 .netcore-abp-数据迁移

1、SaaS.Template.Domain 添加实体DemoBook.csusing System;using System.Collections.Generic;using System.Text;using Volo.Abp.Domain.Entities;namespace SaaS.Template.AggregatesModel.DemoAggregate{ public class DemoBook : AggregateRoot<string> .

2020-07-26 11:59:08 279

原创 .netcore-abp-切换数据为Sqlite

1、SaaS.Template.EntityFrameworkCoreNuget安装 :Volo.Abp.EntityFrameworkCore.Sqlite修改:TemplateEntityFrameworkCoreModule.cs2、SaaS.Template.Web修改数据库地址 appsettings.json:3、SaaS.Template.DbMigrator修改数据库地址 appsettings.json: 同上运行数据迁移程序:SaaS.Temp...

2020-07-26 11:17:16 520

原创 .netcore-abp-创建项目

访问网站:https://abp.io/get-started创建项目:SaaS.TemplateVS打开项目:

2020-07-26 11:00:10 366 1

原创 .netcore-abp-目录

领域实体 仓储IRepository 事务(自动开启及提交) ICrudAppService 应用服务分页等操作 AutoMapperProfile IGuidGenerator Specifications 领域事件AddLocalEvent 集成事件AddDistributedEvent-RabbitMQ abpdemo.Web.Api Swagger 集成Auth 多语言 权限 (目前还不够完善) 虚拟文件系统 Auditing Caching (redis)...

2020-07-25 22:12:33 230

HchartDemo.zip

highcharts是国外的一款功能强大、开源、美观、图表丰富、兼容绝大多数浏览器的纯js图表库

2024-01-06

codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件

codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件codeSmith mysql 生实体没有注释 复盖CodeSmith安装目录下的同名文件

2023-06-17

k8s 证书延期脚本k8s 证书延期脚本

k8s 证书延期脚本k8s 证书延期脚本k8s 证书延期脚本k8s 证书延期脚本

2022-11-27

.Net Core - 源代码动态编译V2

.Net Core - 源代码动态编译V2

2021-06-27

.Net Core - 源代码动态编译

.Net Core - 源代码动态编译

2021-06-27

dynamic-linq-query-builder-master.zip

jQuery-QueryBuilder 实现定义筛选组

2021-06-24

DapperMyCatDemo.zip

dapper 通过mycat操作分库分表

2021-04-05

kong-1.5.1.el7.amd64.rpm

kong-1.5.1.el7.amd64.rpm

2020-11-22

konga-0.14.9

konga-0.14.9

2020-11-22

logstash-7.2.1.rpm

logstash-7.2.1.rpm

2020-11-22

mong分片配置.zip

mong分片配置.zip

2020-10-31

jdk-8u201-windows-x64.zip

jdk-8u201-windows-x64.zip

2020-10-11

nexus-3.27.0-03-unix.tar-.zip

nexus-3.27.0-03-unix.tar-.zip

2020-10-11

nexus-2.12.0-01-bundle-.zip

nexus-2.12.0-01-bundle-.zip

2020-10-11

jdk-8u201-linux-x64.zip

jdk-8u201-linux-x64.tar

2020-10-11

k8s-dashboardv2.0.3.zip

ubernetes Dashboard 是 Kubernetes 集群的基于 Web 的通用 UI。它允许用户管理在群集中运行的应用程序并对其进行故障排除,以及管理群集本身

2020-10-08

Castal.Demo+AspectCore.Demo.zip

ASP.NET Core3.0 整合Autofac和Castle实现自动AOP拦截+Swagger+依赖注入

2019-10-16

微软签名软件.zip

微软签名-证书生成软件 微软签名-证书生成软件 微软签名-证书生成软件

2019-10-12

vue-devtools.zip

vue-devtools是一款基于浏览器的vuejs应用的调试工具,支持Chrome、Firefox、Safari浏览器,用于调试vue应用,可以极大地提高我们的调试效率。

2019-10-06

.net Core IdentityServer4 Server

.net Core IdentityServer4 Server 实现,使用SQL作为数据存储

2018-11-04

.net Core SignalR 实现

.net Core SignalR 实现.

2018-10-28

DotNetCore-AOP

Nuget:Autofac.Extras.DynamicProxy Nuget:Autofac.Extras.DynamicProxy

2018-10-13

DotNetCore-Linux部属

Linux安装SDK wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb sudo dpkg -i packages-microsoft-prod.deb sudo apt-get install apt-transport-https sudo apt-get update sudo apt-get install dotnet-sdk-2.1

2018-10-07

DotNetCore-Application

Nuget: MediatR FluentValidation.AspNetCore FluentValidation.AspNetCore

2018-10-06

HttpClient-Polly

Nuget: Polly Microsoft.Extensions.Http.Polly HtmlAgilityPack github:https://github.com/App-vNext/Polly github:https://github.com/zzzprojects/html-agility-pack/

2018-10-06

DotNetCore-Nlog

Nuget: NLog.Web.AspNetCore

2018-10-05

DotNetCore-Autofac

Nuget: Autofac.Extensions.DependencyInjection

2018-10-05

10.3 AutoMapper

Nuget: AutoMapper AutoMapper.Extensions.Microsoft.DependencyInjection

2018-10-04

DotNetCore-identityserver4

Nuget: IdentityServer4.EntityFramework dotnet ef migrations add InitialIdentityServerPersistedGrantDbMigration -c PersistedGrantDbContext -o Migrations/IdentityServer/PersistedGrantDb dotnet ef database update -c PersistedGrantDbContext dotnet ef migrations add InitialIdentityServerConfigurationDbMigration -c ConfigurationDbContext -o Migrations/IdentityServer/ConfigurationDb dotnet ef database update -c ConfigurationDbContext

2018-10-04

10.1-Repository

DotNetCore-Repository 简单仓储实现,后续将进一步完善

2018-10-04

ASP.NET Core-Cache

Nuget: Microsoft.Extensions.Caching.Redis public IDistributedCache _distributedCache;

2018-10-03

ASP.NET Core-Session

Nuget: Microsoft.AspNetCore.Session Microsoft.Extensions.Caching.Redis

2018-10-03

6.1 Code First

6.1 Code First 一、数据库迁移及更新 dotnet ef migrations add Magic.BookMigration_V10031358 dotnet ef database update

2018-10-03

Word模板生成PDF

编写一个Word模板,插入标签支持文本、图片、表格,自动填充并生成PDF文件

2018-04-06

Aspose.Words.dll-破解版

破解版:Aspose.Words.dll,尽供非商业用途使用,Word文本替换或插入图片

2018-03-14

EF6Fluent API+AutoMapper.EF6使用

EF Code First(4)Fluent API - 配置属性/类型+AutoMapper.EF6

2017-10-29

SignalR-Server-JS-Client

SignalR-Server端+ SignalR-Web-Client+SignalR-控制台程序-Client, SignalR当所连接的客户端变得可用时服务器代码可以立即向其推送内容,而不是让服务器等待客户端请求新的数据

2017-09-11

ZooKeeperNetDemo

使用zookeeper分布式锁,读取和写入共享资源Redis,测试高并发下,多个程序同时读取和写入Redis同一个键值数据

2017-09-10

EF-Code-First-MySQL-Autofac-MVC5

.Net Mvc5,使用EF6CodeFirst连接MySQL数据库,且使用Autofac注入DbContext,实现增、删、改、查及存储过程调用

2017-09-10

.Net 单元测试案例

.Net 单元测试案例

2017-03-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除