上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: version: '3' services: op: build: context : ./op/bin dockerfile : Dockerfile ports: - "8541:6000" volumes: - /home/docker-compose/op/config/appsetting 阅读全文
posted @ 2021-06-28 14:10 刘小吉 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1.ABP动态代理是根据a56爆大奖在线娱乐们定义的IxxAppService 接口生成的Resutful风格的Http请求实现 2.默认只需要依赖 AbpHttpClientModule 模块 和你的 xxApplicationContractsModule 应用接口模块 [DependsOn(new Type[] 阅读全文
posted @ 2021-02-20 15:19 刘小吉 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: RsaBaseParameters using System.Security.Cryptography; using System.Text; namespace Benchint.Util.Rsa.Models { /// <summary> /// RSA基础参数 /// </summary> 阅读全文
posted @ 2021-01-07 17:21 刘小吉 阅读(273) 评论(0) 推荐(0) 编辑
摘要: 1.安装jenkins 下载地址:https://www.jenkins.io/download/ 2.需要配置java环境 配置教程:/liuxiaoji/p/5729124.html 3.初始化jenkins配置目录 注:为什么要修改工作目录 因为默 阅读全文
posted @ 2020-12-08 13:51 刘小吉 阅读(914) 评论(0) 推荐(1) 编辑
摘要: 新建表 CREATE TABLE `data_source` ( `Id` varchar(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL, `TableName` varchar(255) CHARACTER SET ut 阅读全文
posted @ 2020-08-03 17:46 刘小吉 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 上传类: using System; using System.Text; using System.IO; using System.Net; namespace FtpLib { public class FtpWeb { string ftpServerIP; string ftpRemote 阅读全文
posted @ 2020-07-22 09:20 刘小吉 阅读(1419) 评论(0) 推荐(2) 编辑
摘要: 1 .Net Core 2.X时代 public IActionResult Index() { Request.EnableRewind(); using (var reader = new StreamReader(Request.Body)) { var body = reader.ReadT 阅读全文
posted @ 2020-06-23 14:04 刘小吉 阅读(1423) 评论(1) 推荐(0) 编辑
摘要: 原文地址: http://blog.cn/git-branch.html 许多公司的开发团队都采用Git来做代码版本控制。如何有效地协同开发人员之间,以及开发、测试、上线各环节的工作,可能都有各自的流程与规范。a56爆大奖在线娱乐分享的是作者一直沿用的团队项目Git分支管理规范,希望给有缘阅读的人以参考,如果有更好 阅读全文
posted @ 2020-06-04 14:21 刘小吉 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 一.NET core升级3.1 .NET Core 3.1 作为LTS长期支持版本,会提供3年的支持(明年就出.net5),值得升级(吗)。 目前主流的第三方包大多都已经提供了支持,2.x => 3.1还是变化不是特别多,EF Core坑就大咯,谨慎。 ASP.NET Core 3.1 的新增功能 阅读全文
posted @ 2020-05-06 17:09 刘小吉 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 早期版本 string sql = ((System.Data.Objects.ObjectQuery)query).ToTraceString(); 2.0版本 using System.Linq; using System.Reflection; using Microsoft.EntityFr 阅读全文
posted @ 2020-04-24 10:55 刘小吉 阅读(1342) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页