Nancy简介 Nancy是一个轻量级的独立的框架,下面是官网的一些介绍: Nancy 是一个轻量级用于构建基于 HTTP 的 Web 服务,基于 .NET 和 Mono 平台,框架的目标是保持尽可能多的方式,并提供一个super-duper-happy-path所有交互。 Nancy 设计用于处理 ...
分类:
Web程序 时间:
2019-07-03 19:50:15
阅读次数:
423
在p3at上使用ROS环境 前言 对之前的工作进行总结,并彻底改进和解决激光连接问题 在p3at上使用ROS环境前言参考学习记录ROS环境搭建ROSARIA-2.9.1版本基础知识ROSARIA使用激光问题adept公司官方配置文档Ubuntu 下配置SICK单独使用激光使用ROS包TOC 参考 r... ...
分类:
其他好文 时间:
2019-07-02 00:26:56
阅读次数:
135
1 #include <uf.h> 2 #include <uf_draw.h> 3 #include <uf_drf.h> 4 #include <uf_obj.h> 5 6 7 8 UF_initialize(); 9 10 //获得当前图纸页的tag 11 tag_t drawing_tag ...
分类:
其他好文 时间:
2019-07-01 20:13:41
阅读次数:
282
1 #include <uf.h> 2 #include <uf_ui.h> 3 4 5 UF_initialize(); 6 7 //选择草图对话框 8 char sMessage[] = "选择草图对话框"; 9 tag_t tSketch; 10 int iResponse; 11 UF_UI ...
分类:
其他好文 时间:
2019-07-01 20:11:41
阅读次数:
114
1 #include <uf.h> 2 #include <uf_ui.h> 3 4 5 UF_initialize(); 6 7 8 //点收集器 9 char sMessage[] = "点收集器"; 10 logical lCoincidentPoints = true; 11 UF_UI_c ...
分类:
其他好文 时间:
2019-07-01 20:02:36
阅读次数:
237
1 #include <uf.h> 2 #include <uf_draw.h> 3 #include <uf_drf.h> 4 #include <uf_obj.h> 5 6 7 8 UF_initialize(); 9 10 //获得当前图纸页的tag 11 tag_t drawing_tag ...
分类:
其他好文 时间:
2019-07-01 20:02:05
阅读次数:
91
1 #include <uf.h> 2 #include <uf_draw.h> 3 #include <uf_drf.h> 4 #include <uf_obj.h> 5 6 7 8 UF_initialize(); 9 10 //获得当前图纸页的tag 11 tag_t drawing_tag ...
分类:
其他好文 时间:
2019-07-01 20:01:44
阅读次数:
146
1 #include <uf.h> 2 #include <uf_drf.h> 3 4 5 UF_initialize(); 6 7 //插入PNG 8 char* file_name = "D:\\123.png"; 9 double origin[3] = { 50.0, 50.0, 0.0 } ...
分类:
其他好文 时间:
2019-07-01 20:01:15
阅读次数:
109
1 #include <uf.h> 2 #include <uf_drf.h> 3 4 5 UF_initialize(); 6 7 //插入PNG 8 char* file_name = "D:\\123.png"; 9 double origin[3] = { 50.0, 50.0, 0.0 } ...
分类:
其他好文 时间:
2019-07-01 20:01:03
阅读次数:
103
1 #include <uf.h> 2 #include <uf_ui.h> 3 #include <uf_modl.h> 4 5 6 UF_initialize(); 7 8 //参数选择对话框 9 UF_FEATURE_SIGN sign = UF_NULLSIGN; 10 double dBl ...
分类:
其他好文 时间:
2019-07-01 20:00:10
阅读次数:
138