【只争朝夕】

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  164 随笔 :: 0 文章 :: 14 评论 :: 25万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

08 2019 档案

摘要:Document doc = Application.DocumentManager.MdiActiveDocument; Editor ed = doc.Editor; ed.WriteMessage(RXObject.GetClass(typeof(Polyline)).DxfName + "\n"); ... 阅读全文
posted @ 2019-08-30 09:08 【只争朝夕】 阅读(1543) 评论(0) 推荐(0) 编辑

摘要:在Solution Explorer中鼠标右键点击其project之后,Configuration(Release)->Configuration Propertity ->C++ ->Preprocessor ->Preprocessor Definitions在此处增加你想要的宏。 阅读全文
posted @ 2019-08-23 14:54 【只争朝夕】 阅读(3110) 评论(0) 推荐(0) 编辑

摘要:XXXXX.exe 中的 0x1004eec2 处有未经处理的异常: 0xC0000005: 读取位置 0xcccccccc 时发生访问冲突 DEBUG模式下总是出现此错误,改为Release模式,错误消失了。 阅读全文
posted @ 2019-08-23 13:05 【只争朝夕】 阅读(1317) 评论(0) 推荐(0) 编辑

摘要:Detected memory leaks!Dumping objects ->f:\dd\vctools\vc7libs\ship\atlmfc\src\mfc\occmgr.cpp(195) : {406} normal block at 0x0139A558, 40 bytes long. 这 阅读全文
posted @ 2019-08-23 10:32 【只争朝夕】 阅读(1604) 评论(0) 推荐(0) 编辑

摘要:1用反射 2只要在加事件之前先-=就可以了 button2.Click -= new EventHandler(button2_Click); button2.Click += new EventHandler(button2_Click); 阅读全文
posted @ 2019-08-22 11:57 【只争朝夕】 阅读(753) 评论(0) 推荐(0) 编辑

摘要:参考https://blog.csdn.net/WU9797/article/details/81209531 阅读全文
posted @ 2019-08-20 11:57 【只争朝夕】 阅读(1826) 评论(0) 推荐(0) 编辑

摘要:可以直接从Navisworks 文件连接到外部数据库,并在场景中的对象与数据库表中的字段之间创建链接以引入额外特性。 1.连接mdb数据库 新建数据连接 单击“新建”按钮,新建数据连接,输入一个名称,ccc,再选择ODBC驱动类型:mdb数据库 这里的Database1.mdb内容如下: 点击确定, 阅读全文
posted @ 2019-08-16 16:16 【只争朝夕】 阅读(1596) 评论(3) 推荐(0) 编辑

摘要:https://docs.microsoft.com/en-us/cpp/dotnet/how-to-convert-system-string-to-standard-string?view=vs-2019 StringToHGlobalAnsi方法可以把托管 String^对象的内容复制到本机堆 阅读全文
posted @ 2019-08-15 20:24 【只争朝夕】 阅读(1279) 评论(0) 推荐(0) 编辑

摘要: 阅读全文
posted @ 2019-08-15 11:44 【只争朝夕】 阅读(227) 评论(0) 推荐(0) 编辑

摘要:需要在机器上安装:4.7.1的framework 下载地址: https://www.microsoft.com/zh-CN/download/details.aspx?id=56116 说明:net standard是一种标准,不是实现,core和framework才是将其实例化的载体。 阅读全文
posted @ 2019-08-10 09:01 【只争朝夕】 阅读(1673) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示