#include <uf.h> #include <uf_draw.h> #include <uf_obj.h> UF_initialize(); //获取所有图纸页 int num_drawings = 0; tag_p_t drawing_tags = NULL_TAG; UF_DRAW_ask ...
分类:
其他好文 时间:
2020-03-18 21:36:17
阅读次数:
71
win7系统64位下用VS2012+CAD2010配置开发环境注定失败。acmgd和acdbmgd要求3.5的.Net,在VS2012下配置3.5都编译不过去。将VS2012配置在4.0,在加载自定义dll又会因为用了较新的.net而无法加载。 win7系统32位下用VS2012+CAD2010配置 ...
分类:
其他好文 时间:
2020-03-18 15:58:33
阅读次数:
122
ESRIwiki文档:https://github.com/esri/arcgis-pro-sdk/wiki#requirements ArcGIS Pro帮助文档:http://pro.arcgis.com/zh-cn/pro-app/sdk/ ArcGIS Pro API参考:http://pr ...
分类:
其他好文 时间:
2020-03-17 14:05:31
阅读次数:
66
文通车牌识别一体机挂接分为两种挂接方式:动态库方式挂接和协议方式挂接。1、动态库方式挂接:动态库方式挂接支持6种开发语言(VC++、Delphi、C#、VB.NET、Linux、Java)。动态库方式支持的主要功能和特点:①获取识别结果(车牌号码、车牌颜色、车辆图像、车牌可信度、车辆行驶方向)②获取网络连接时时状态。(断开、正常连接)③断网自动重连④模拟地感触发⑤设置识别结果传输的内容(车牌号码、
分类:
其他好文 时间:
2020-03-16 17:43:03
阅读次数:
73
[toc] Lucene是目前最为流行的开源全文搜索引擎工具包,提供了完整的查询引擎和索引引擎,部分文本分析引擎。 我们平时使用kibana、阿里云的日志查询或者其他一些lucene二次开发的产品,几乎都支持lucene语法。 下面给大家演示各种查询方式,更多请参考 "Apache Lucene Q ...
分类:
Web程序 时间:
2020-03-16 09:25:19
阅读次数:
68
FCU2301嵌入式控制单元是一款具有 高性能、多接口、高带宽、大连接、低时延 的5G工业网关。
支持4G/5G全网通、双频WiFi、万兆网口等多种外设与模块;内部集成高性能64位ARM处理器LS1046A,主频高达1.8GHZ,CoreMark跑分45000;搭载华为5G工业模组MH5000配合内部数据包处理加速引擎,可帮助用户快速接入高速互联网,实现安全快速可靠的数据传输;开放式系统设计,便于用户二次开发;支持Ubuntu18.04操作系统,且集成丰富的第三方组件;广泛应用于智慧工厂、智慧城市、无人驾驶、虚拟现实等领域。
分类:
其他好文 时间:
2020-03-14 09:16:26
阅读次数:
60
1 string customStyleToAdd = @"F:\2020book\toolforpro\MyProject3\ed-fh.stylx"; 2 //AsyncMethod(customStyleToAdd); 3 4 5 StyleProjectItem style = Projec ...
分类:
其他好文 时间:
2020-03-14 01:06:59
阅读次数:
78
using System; using System.Collections.Generic; using System.Linq; //using System.Windows; //using System.Windows.Forms; using System.Text; using Syst ...
分类:
其他好文 时间:
2020-03-12 12:55:51
阅读次数:
84
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ArcGIS.Core.CIM; using ArcGI ...
分类:
其他好文 时间:
2020-03-11 23:30:43
阅读次数:
92
using System; using System.Collections.Generic; using System.Linq; //using System.Windows; //using System.Windows.Forms; using System; using System.Co ...
分类:
其他好文 时间:
2020-03-11 19:27:29
阅读次数:
56