上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: RsaBaseParameters using System.Security.Cryptography; using System.Text; namespace Benchint.Util.Rsa.Models { /// <summary> /// RSA基础参数 /// </summary> 阅读全文
posted @ 2021-01-07 17:21 刘小吉 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 1.安装jenkins 下载地址:https://www.jenkins.io/download/ 2.需要配置java环境 配置教程:https://www.cnblogs.com/liuxiaoji/p/5729124.html 3.初始化jenkins配置目录 注:为什么要修改工作目录 因为默 阅读全文
posted @ 2020-12-08 13:51 刘小吉 阅读(896) 评论(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 刘小吉 阅读(1397) 评论(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 刘小吉 阅读(1414) 评论(1) 推荐(0) 编辑
摘要: 原文地址: http://blog.cn/git-branch.html 许多公司的开发团队都采用Git来做代码版本控制。如何有效地协同开发人员之间,以及开发、测试、上线各环节的工作,可能都有各自的流程与规范。本文分享的是作者一直沿用的团队项目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 刘小吉 阅读(789) 评论(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 刘小吉 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Linq; using System.Reflecti... 阅读全文
posted @ 2019-10-23 17:07 刘小吉 阅读(545) 评论(1) 推荐(0) 编辑
摘要: 参考地址:http://www.therealtimeweb.com/index.cfm/2011/10/24/iis-error-0x800704BE 阅读全文
posted @ 2019-10-23 17:05 刘小吉 阅读(557) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页