会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
旋转的地球
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年5月7日
SQL Server 2014视频学习笔记
摘要: 1、创建表 --create table <tablename> --(字段名 数据类型 是否为空) --如果需要将字段设为主键,就在数据类型后加上primary key create table roleinfo2 (ID int primary key not null, name varcha
阅读全文
posted @ 2020-05-07 07:56 旋转的地球
阅读(188)
评论(0)
推荐(0)
2020年4月29日
VS2015 C#与Halcon 12.0环境整合
摘要: 1、打开VS2015,新建Windows窗体应用程序 2、打开“解决方案资源管理器”找到“引用”菜单,右键“添加引用...” 3、在“引用管理器”里面,点击“浏览” 选择Halcon 12.0根目录下..\MVTec\HALCON-12.0\bin\dotnet35\halcondotnet.dll
阅读全文
posted @ 2020-04-29 17:05 旋转的地球
阅读(1492)
评论(0)
推荐(0)
2020年3月26日
using keyword in C#
摘要: The using keywords has three major uses: The using statement defines a scope at the end of which an object will be disposed. The using directive creat
阅读全文
posted @ 2020-03-26 00:23 旋转的地球
阅读(161)
评论(0)
推荐(0)
2019年3月4日
Fanuc机器人与Cognex In-sight系列相机直接通讯的配置方法
摘要: 一、硬件介绍 机器人型号:FANUC Robot R-1000iA 相机型号:Cognex insight 2000系列智能相机 通讯协议:Ethernet/IP // 说明:本文采用的通讯方式为:FANUC机器人与Cognex相机直接通讯,该方法是否适用于其他型号的FANUC机器人后续会继续验证。
阅读全文
posted @ 2019-03-04 21:59 旋转的地球
阅读(8086)
评论(0)
推荐(0)
上一页
1
2
公告