上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 60 下一页
摘要: 使用abp框架,使用了Zero模块。再使用Element ui进行上传图片。出现400 bad request错误请求。 用postman传数据到接口时正常工作的。 经过几经波折,终于找到问题是nati token的问题。 https://forum.aspnetboilerplate.com/vi 阅读全文
posted @ 2020-09-22 00:34 正怒月神 阅读(438) 评论(0) 推荐(0)
摘要: Interface: using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using Webdi 阅读全文
posted @ 2020-09-15 14:37 正怒月神 阅读(532) 评论(2) 推荐(0)
摘要: 本节内容: 什么是依赖注入 传统方式的问题 解决方案 构造器注入模式 属性注入模式 依赖注入框架 ABP 依赖注入基础 注册依赖 约定注入 辅助接口 自定义/直接 注册 使用IocManager 使用Castle Windsor API 解析 构造器和属性注入 IIocResolver 和 IIoc 阅读全文
posted @ 2020-09-11 12:47 正怒月神 阅读(563) 评论(0) 推荐(0)
摘要: [AbpMvcAuthorize] [Route("api/Test")] [ApiController] public class TestController : DiveCRMControllerBase { private readonly IDbContextProvider<DiveCR 阅读全文
posted @ 2020-09-10 16:39 正怒月神 阅读(1150) 评论(0) 推荐(0)
摘要: 添加jpa策略 spring: jpa: hibernate: naming: physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl database: mysql 两种策略的含义: 阅读全文
posted @ 2020-09-09 14:22 正怒月神 阅读(734) 评论(0) 推荐(0)
摘要: 一,nuget 添加 二,创建DbContext U1为数据库表对象 public class Entities : DbContext { protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) { 阅读全文
posted @ 2020-08-13 14:38 正怒月神 阅读(287) 评论(0) 推荐(0)
摘要: 前面一篇,将了如何配置kafak:https://www.cnblogs.com/hanjun0612/p/13398119.html 这一篇在上面的基础,扩展成2个微服务。 其实很简单。 就是在原来的基础上,把StreamReceiver 和 TestStream 拷贝到Service1服务中。 阅读全文
posted @ 2020-08-04 17:33 正怒月神 阅读(566) 评论(0) 推荐(0)
摘要: 关于微服务的搭建,大家可以参考前面几篇。 注册中心 配置中心 微服务 路由中心 今天,搭建一个简单的消息中间件Kafka. 一, zookeeper: 1 下载 http://zookeeper.apache.org/releases.html#download 2 修改配置 将“zoo_sampl 阅读全文
posted @ 2020-07-29 16:50 正怒月神 阅读(1390) 评论(0) 推荐(0)
摘要: 这里是官网教程:https://nativesupport.dcloud.net.cn/AppDocs/usesdk/android 总体来说是按照上面做,但是上面有一些问题。 下面我梳理一下整个步骤。 一,准备工具 Android Studio 下载地址:Android Studio官网 OR A 阅读全文
posted @ 2020-07-24 17:17 正怒月神 阅读(1502) 评论(0) 推荐(0)
摘要: 一,pom添加 我使用的bootstrap-ui。你们可以使用springfox-swagger-ui <!-- swagger --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</arti 阅读全文
posted @ 2020-07-07 16:28 正怒月神 阅读(1446) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 60 下一页