摘要: /// <summary> /// 加载文件图片 /// </summary> /// <param name="path"></param> public void LoadImg(string path) { var bitmap = get_image_of_file(path); picIm 阅读全文
posted @ 2021-11-02 16:00 上帝视角 阅读(421) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Beaver.Unfold.Core { /// <summary> /// 最大凹凸面 /// </sum 阅读全文
posted @ 2021-08-23 11:59 上帝视角 阅读(614) 评论(0) 推荐(0) 编辑
摘要: CAD #region 照片提取 public ImageFormat GetFormat(string filename) { // If all else fails, let's create a PNG // (might also choose to throw an exception) 阅读全文
posted @ 2021-08-20 15:02 上帝视角 阅读(852) 评论(1) 推荐(0) 编辑
摘要: C# CAD 参照块范围 画矩形 using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.DatabaseServices.Filters; 阅读全文
posted @ 2021-08-20 10:19 上帝视角 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 启动后会自动在屏幕顶部 http://carbd.developsoftware.cn/车险在线报价 http://carbd.developsoftware.cn/车险代理人论坛 http://bd.developsoftware.cn/车险台账工具 http://bd.developsoftwa 阅读全文
posted @ 2021-07-13 22:50 上帝视角 阅读(346) 评论(1) 推荐(0) 编辑
摘要: 子 <a-modal :title="title" :width="880" :visible="visible" :confirmLoading="confirmLoading" @ok="handleOk" @cancel="handleCancel" ></a> handleOk () { c 阅读全文
posted @ 2021-05-21 10:29 上帝视角 阅读(1983) 评论(0) 推荐(0) 编辑
摘要: 机译 我将Visual Studio 2010 Express切换到了Visual Studio2013。现在,每当我尝试测试代码时,他说/bin/release/app.publish访问被拒绝,从而返回错误并强制执行我手动删除该文件夹。每次。 为什么Visual Studio首先尝试创建该路径? 阅读全文
posted @ 2021-04-27 09:18 上帝视角 阅读(1950) 评论(0) 推荐(1) 编辑
摘要: 调用 this.$message.error({ content: (h) => <span>您访问的是测试平台,请访问-<a href="http://www.gdcaizhao.com/">正式平台</a></span>, duration: 0 }) 阅读全文
posted @ 2021-04-17 17:21 上帝视角 阅读(901) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-18 18:17 上帝视角 阅读(133) 评论(1) 推荐(0) 编辑
摘要: private void btn3_Click(object sender, EventArgs e) { var PDFFile = @"D:\Users\win10-zhiyong\Desktop\TT\X02.pdf"; //默认页面大小 Document document = new Doc 阅读全文
posted @ 2020-12-03 14:54 上帝视角 阅读(487) 评论(0) 推荐(0) 编辑