上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 简单介绍 HttpReports 是 .Net Core 下的一个Web项目, 适用于WebAPI,Ocelot网关应用,MVC项目,非常适合针对微服务应用使用,通过中间件的形式集成到您的项目中,可以让开发人员快速的搭建出一个 数据统计,分析,图表,监控 一体化的 Web站点。 主要模块 主要包含H 阅读全文
posted @ 2020-01-08 11:58 SpringLeee 阅读(7975) 评论(71) 推荐(56) 编辑
摘要: RabbitMQHelper 具体使用 阅读全文
posted @ 2019-11-14 10:05 SpringLeee 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 概述 CSC是什么呢?CSC就是 C-Sharp Compiler (中文就是C#编译器),作用是把我们的 cs 源文件变异成dll 或者是exe , 一般安装完VS 后,就会有这个文件; 这里有个图解释一下 因为我装的 VS 2019 ,我本机的 csc.exe 的目录在 C:\Program F 阅读全文
posted @ 2019-11-07 11:30 SpringLeee 阅读(2005) 评论(0) 推荐(0) 编辑
摘要: 1. 项目环境 .Net Core 2.2 Ocelot 13.5.2 2. 基本使用 * Nuget 安装 Ocelot , Ocelot.Provider.Polly * 修改 Program.cs * 修改Startup.cs * 新建 Ocelot.json,内容如下 * 启动网关 和API 阅读全文
posted @ 2019-10-11 11:42 SpringLeee 阅读(355) 评论(0) 推荐(1) 编辑
摘要: 1. 查询一个表的所有列名 如图所示: 2. 查询一个表的所有字段的注释 如图所示: 3. 查询一个表的所有列名,字段的注释 4. 查询一个表的所有列名,数据类型 如图所示: 5. 查询一个表的所有信息 6. sqlserver 查询某个表的列名称、说明、备注、类型等 : 阅读全文
posted @ 2019-04-24 15:24 SpringLeee 阅读(939) 评论(1) 推荐(2) 编辑
摘要: 官方文档地址 https://docs.microsoft.com/zh-cn/aspnet/?view=aspnetcore-2.2#pivot=core 使用 ASP.NET Core 构建 Web API 添加API 控制器 设置默认API 修改launchSetting.json 的laun 阅读全文
posted @ 2019-03-01 17:31 SpringLeee 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 官方文档地址 https://docs.microsoft.com/zh-cn/aspnet/?view=aspnetcore-2.2#pivot=core EF Core 使用 1. 创建数据库上下文和数据实体 从Sql Server 数据库读取连接和实体,打开Nuget 包管理控制台,输入 成功 阅读全文
posted @ 2019-03-01 16:54 SpringLeee 阅读(399) 评论(0) 推荐(0) 编辑
摘要: git 安装完成后首先要配置个人账号信息 git config --global user.email "you@example.com" git config --global user.name "Your Name" git status 查看仓库状态 git clone url 下载远程代码 阅读全文
posted @ 2018-08-26 13:14 SpringLeee 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 前台Html页面 后台验证码处理 GeeTestHelper 阅读全文
posted @ 2017-01-13 16:50 SpringLeee 阅读(5969) 评论(3) 推荐(0) 编辑
摘要: string newValue = base.Request["tel"]; string newValue2 = base.Request["pwd"]; string postUrl = "https://uac.10010.com/portal/Service/MallLogin"; ... 阅读全文
posted @ 2017-01-13 13:49 SpringLeee 阅读(1598) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页