摘要:
1、创建表 --create table <tablename> --(字段名 数据类型 是否为空) --如果需要将字段设为主键,就在数据类型后加上primary key create table roleinfo2 (ID int primary key not null, name varcha 阅读全文
摘要:
1、打开VS2015,新建Windows窗体应用程序 2、打开“解决方案资源管理器”找到“引用”菜单,右键“添加引用...” 3、在“引用管理器”里面,点击“浏览” 选择Halcon 12.0根目录下..\MVTec\HALCON-12.0\bin\dotnet35\halcondotnet.dll 阅读全文
摘要:
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 阅读全文
摘要:
一、硬件介绍 机器人型号:FANUC Robot R-1000iA 相机型号:Cognex insight 2000系列智能相机 通讯协议:Ethernet/IP // 说明:本文采用的通讯方式为:FANUC机器人与Cognex相机直接通讯,该方法是否适用于其他型号的FANUC机器人后续会继续验证。 阅读全文