摘要:
1.打开代码所在本地文件夹。右键鼠标选择Git Base Here,打开Git命令输入框界面。并输入git init ,初始化文件夹代码 2.输入git add . 将当前项目加入缓存区 3.输入 ,添加文件注释("first commit"根据实际需求做更改) 4.输入远程仓库地址 git rem 阅读全文
摘要:
https://blog.csdn.net/qq_42881421/article/details/140184354 阅读全文
摘要:
https://blog.csdn.net/qq_39654101/article/details/131720116 阅读全文
摘要:
问题描述: FlowLayoutPanel 在win10可以鼠标滚轮 上下滚动图片,在win7却不行。 原因: FlowLayoutPanel默认不支持鼠标滚轮MouseWheel事件,在win10系统中,win10可以自动设置FlowLayoutPanel的焦点,实现滚轮滚动效果。win7不能自动 阅读全文
摘要:
//数据压缩成Zip再发送 public static string ZipBasebyte(string xml) { byte[] bytesToCompress = Encoding.GetEncoding("GBK").GetBytes(xml); MemoryStream ms = new 阅读全文
摘要:
/// <summary> /// 除去指定区域水印 /// </summary> /// <param name="sourceImagePath"></param> /// <param name="outputImagePath"></param> public static void Rem 阅读全文
摘要:
使用NuGet程序包下载安装 O2S.Components.PDFRender4NET.dll using O2S.Components.PDFRender4NET; //引用 O2S.Components.PDFRender4NET.dll /// <summary> /// PDF转JPEG / 阅读全文
摘要:
https://www.cnblogs.com/wangjinya/p/14535023.html 阅读全文