上篇博文分享了我的知识库,被好多人关注,受宠若惊。今天我把我在项目中封装的OPC自定义接口的程序分享一下。下面将会简单简单介绍下OPC DA客户端数据访问,以及搭配整个系统的运行环境。OPC(OLE for Process Control)其实就是一套标准,我对这套标准理解不多,使用过程中就把它.....
分类:
其他好文 时间:
2014-07-22 22:57:55
阅读次数:
1175
The ComboBox control is in many ways like the ListBox control, but takes up a lot less space, because the list of items is hidden when not needed. The...
分类:
其他好文 时间:
2014-07-22 22:56:32
阅读次数:
216
修改被 DB Control 监控的db (10g and 11g)中 dbsnmp密码的方法...
分类:
数据库 时间:
2014-07-18 21:25:00
阅读次数:
331
一、你知道IOC与DI吗?1、IOC(Inversion of Control )——控制反转即依赖对象不在被依赖模块的类中直接通过new来获取先看看下面这段代码的问题~public class SqlServerDal{ public void Delete() { Console...
分类:
Web程序 时间:
2014-07-18 21:07:02
阅读次数:
397
Ns.UI.AjaxForm = function () { Ns.UI.Control.apply(this, arguments);//属于继承 this.onError = null; this.onSuccess = null; this.onBeforSend = ...
分类:
编程语言 时间:
2014-07-18 19:20:58
阅读次数:
372
Ns.UI.AjaxForm = function () { Ns.UI.Control.apply(this, arguments); this.onError = null; this.onSuccess = null; this.onBeforSend = null; this.onCompl...
分类:
编程语言 时间:
2014-07-18 16:26:08
阅读次数:
270
以前使用Linux老是会不小心按下Ctrl + z,然后就出现看不懂的情况,以为程序突然就没了,今天专门研究了下Linux下的几个快捷键和工作管理。其中找到一篇很不错的文章,大部分是里面转载的。原文地址:http://blog.chinaunix.net/uid-26495963-id-306275...
分类:
系统相关 时间:
2014-07-17 18:18:59
阅读次数:
339
Search and Replace - Multiple Files
Searching
To open the search panel for files, press Ctrl
+ Shift +
F. You can use thekeyboard to control some search panel options and search actions:
...
分类:
其他好文 时间:
2014-07-16 16:17:14
阅读次数:
212
在VMware workstation 10中运行的虚拟机中再安装workstation软件时,启动时会出现不断重启的故障,解决办法:在宿主虚拟机的.vmx文件中添加一行monitor_control.restrict_backdoor = "TRUE"重启虚拟机即可。
分类:
其他好文 时间:
2014-07-16 13:57:51
阅读次数:
200
改变数据库用户sysman(该用户是DB Control Repository 的schema)密码的方法...
分类:
数据库 时间:
2014-07-16 08:05:51
阅读次数:
423