摘要: 启动后会自动在屏幕顶部 http://carbd.developsoftware.cn/车险在线报价 http://carbd.developsoftware.cn/车险代理人论坛 http://bd.developsoftware.cn/车险台账工具 http://bd.developsoftwa 阅读全文
posted @ 2021-07-13 22:50 上帝视角 阅读(333) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-25 09:36 上帝视角 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 改这个 阅读全文
posted @ 2024-06-05 09:22 上帝视角 阅读(3) 评论(0) 推荐(0) 编辑
摘要: C:\Users\win10-zhiyong>dotnet dev-certs https --trustTrusting the HTTPS development certificate was requested. A confirmation prompt will be displayed 阅读全文
posted @ 2024-05-15 08:58 上帝视角 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Future<void> downloadFile(String? fileName, String urlPath) async { final CancelToken cancelToken = CancelToken(); try { final String path = Directory 阅读全文
posted @ 2022-12-28 14:18 上帝视角 阅读(42) 评论(0) 推荐(0) 编辑
摘要: private List<Microsoft.Office.Interop.Excel.Workbook> GetExeclWorkbooks() { // 声明一个对象 Excel._Application objExcel; List<Microsoft.Office.Interop.Excel 阅读全文
posted @ 2022-03-15 11:41 上帝视角 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 拉伸 /// </summary> [CommandMethod("ALS")] public void Tensile() { var ids = Editor.Selection($"\n选择图形"); ids = ids.Deletes(); if (ids 阅读全文
posted @ 2021-12-14 09:50 上帝视角 阅读(465) 评论(0) 推荐(0) 编辑
摘要: using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.EditorInput; using Autodesk.AutoCAD.Runtim 阅读全文
posted @ 2021-12-11 11:51 上帝视角 阅读(245) 评论(0) 推荐(0) 编辑
摘要: AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L 阅读全文
posted @ 2021-12-07 15:08 上帝视角 阅读(293) 评论(0) 推荐(0) 编辑
摘要: public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk. 阅读全文
posted @ 2021-11-16 09:51 上帝视角 阅读(735) 评论(0) 推荐(0) 编辑
摘要: /// <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 上帝视角 阅读(388) 评论(0) 推荐(0) 编辑