摘要:
启动后会自动在屏幕顶部 http://carbd.developsoftware.cn/车险在线报价 http://carbd.developsoftware.cn/车险代理人论坛 http://bd.developsoftware.cn/车险台账工具 http://bd.developsoftwa 阅读全文
摘要:
SQL SERVER 登陆错误:18456 SQL Windows身份登录失败,错误码:18456 先用sa进入 EXEC xp_instance_regread N'HKEY_LOCAL_MACHINE', N'SOFTWARE\Microsoft\Microsoft SQL Server\MSS 阅读全文
摘要:
C:\Users\win10-zhiyong>dotnet dev-certs https --trustTrusting the HTTPS development certificate was requested. A confirmation prompt will be displayed 阅读全文
摘要:
Future<void> downloadFile(String? fileName, String urlPath) async { final CancelToken cancelToken = CancelToken(); try { final String path = Directory 阅读全文
摘要:
private List<Microsoft.Office.Interop.Excel.Workbook> GetExeclWorkbooks() { // 声明一个对象 Excel._Application objExcel; List<Microsoft.Office.Interop.Excel 阅读全文
摘要:
/// <summary> /// 拉伸 /// </summary> [CommandMethod("ALS")] public void Tensile() { var ids = Editor.Selection($"\n选择图形"); ids = ids.Deletes(); if (ids 阅读全文
摘要:
using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.EditorInput; using Autodesk.AutoCAD.Runtim 阅读全文
摘要:
AnyCAD2020+VS2012 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.L 阅读全文
摘要:
public void VAddToolBar() { //string path = ""; Autodesk.AutoCAD.Interop.AcadApplication acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk. 阅读全文