首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到19条相似文献,搜索用时 156 毫秒
1.
随着计算机信息的高速发展,计算机已应用到企业的管理领域,如何选择一个高速、有效的开发工具来开发适合企业的管理软件,已成为程序员的一个机遇。本文主要介绍如何利用Visual Basic中的Data控件来高速、有效地开发数据库管理系统。详细介绍Data控件的属性的设置和对应的绑定控件的属性的设置。  相似文献   

2.
在PowerBuilder中如何灵活运用图形表现数据   总被引:1,自引:0,他引:1  
通过一个“生成多种药品销售走势对比图”的实例来介绍如何在应用程序中使用 Graph控件及 Graph控件的属性设置 ,如何为 Graph控件增加数据 ,如何生成图形 ,以达到灵活运用图形表现数据的目的  相似文献   

3.
Visual Basic中,用户可以使用Data控件来实现大部分数据访问操作,而根本不需要作任何工作。与Data控件相连结的绑定控件将自动显示来自当前记录的一个或者多个字段中的数据。当Data控件被指示移动到一个不同的记录,则所有被连接的数据绑定控件自动将当前记录的任何改变传递给Data控件,并保存在数据库中。Data控件移动到指定的记录,同时把当前记录中的数据传回到数据绑定控件显示。 Data控件的主要属性有:  相似文献   

4.
VB具有强大的数据操纵功能,不仅能创建数据库文件,还能利用ADO Data控件实现与数据库的连接,通过一些绑定控件来显示数据库中的有关内容,并能开发出实用的数据管理系统。该文详细介绍了VB数据控件的属性,实现与数据库连接的方法、步骤,列举一些简单应用的编程代码。  相似文献   

5.
陈康 《程序员》2006,(11):115-117
“本文作者以编写一个围棋程序棋盘控件的过程为范例,从依赖属性,画图上下文、可视对象等角度来介绍如何利用.NET Frame- work 3.0的WPF用户设计控件进行开发实践。”  相似文献   

6.
采用ActiveX技术加强互联网软件的显示功能   总被引:1,自引:0,他引:1  
本文介绍了用VB开发ActiveX控件,开放ActiveX控件属性、方法、过程的技术,并且以Dephi的CGI程序为例,介绍了如何调用开放的属性、方法、过程来对ActiveX控件进行编程,以实现互联网上方便、灵活的数据显示功能。  相似文献   

7.
本文介绍了用VB开发ActiveX控件,开放ActiveX控件属性、方法、过程的技术,并且以Delphi的CGI程序为例,介绍了如何调用开放的属性、方法、过程来对ActiveX控件进行编程,以实现互联网上方便、灵活的数据显示功能。  相似文献   

8.
用ADO控件实现VB与SQL Server 2000的连接   总被引:3,自引:0,他引:3  
介绍了在 VB中用 ADO控件、Data Grid控件对 SQL Server数据库调用的方法以及 ADO控件中两个关键属性连接字符串和记录源的设定方法。通过用 VB设计 C/ S模式单表管理系统的实例 ,说明了如何用ADO控件实现对数据库记录的添加、修改、删除和查询  相似文献   

9.
用VB实现局域网通信   总被引:3,自引:0,他引:3  
程序员无须了解TCP或低级Winsock API调用实现的细节,只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且实现双向交换数据。本文介绍在VB环境下如何使用Winsock控件实现局域网通信。  相似文献   

10.
VB中基于ADO的数据库访问方法   总被引:5,自引:1,他引:5  
ADO是建立在 OLE DB技术上的数据对象 ,使用 ADO能对各种类型数据库进行灵活而高效地访问。在 VB中可通过对 ADO Data控件属性设置和利用 ADO对象直接编程两种方法来访问各种类型数据库。  相似文献   

11.
Security policies for sharing knowledge in virtual communities   总被引:2,自引:0,他引:2  
Knowledge management exploits the new opportunities of sharing knowledge among members of virtual communities in distributed computer networks, and knowledge-management systems are therefore modeled and designed as multiagent systems. In this paper, normative multiagent systems for secure knowledge management based on access-control policies are studied. It is shown how distributed access control is realized by means of local policies of access-control systems for documents of knowledge providers, and by means of global community policies regulating these local policies. Moreover, it is shown how such a virtual community of multiple knowledge providers respects the autonomy of the knowledge providers.  相似文献   

12.
《Computers & Security》1986,5(3):207-210
Individuals and organizations who own or use computers in daily operations face many exposures to the risk of loss of hardware, software, and other computing assets, including liability arising from computing operations. Many loss prevention techniques have been developed to lessen the frequency and severity of such losses but in the end, insurance coverage must be obtained for maximum protection.Securing proper computer insurance coverage at a reasonable price is not always easy. In fact, much time and expense can go into a well-planned insurance program for computing operations. This article examines ways to minimize premiums for computer coverage as part of an overall plan of loss prevention, risk control, and contingency funding. It explains why computer insurance premiums fluctuate and how to take advantage of the fluctuation in the computer insurance market. It also identifies some of the factors that are important to insurers and how they relate to computer insurance. The techniques explained in the article, when used as a part of the comprehensive risk management plan, can help the insured computing operation provide for loss contingencies and minimize the overall cost.  相似文献   

13.
就机房管理的模式及目标、管理手段等方面阐述如何实现机房的综合管理。介绍了应用机房管理软件和机房门禁系统强化机房管理和维护。  相似文献   

14.
ActiveX数据对象(Active Data Object,简称ADO)是由微软公司推出的以ActiveX技术为基础的一种数据访问方法。它具有速度快、使用方便、内存占用少等特点。该文以一个小型的图书管理系统为例,介绍在VB6.0中如何使用ADO数据控件结合SQL语句实现数据库应用程序的开发。  相似文献   

15.
网络远程控制技术在机房管理中的应用   总被引:5,自引:0,他引:5  
主要探讨如何将网络远程控制技术应用于高校机房的管理,简化机房管理人员的工作,并给出了利用网络远程控制技术开发机房管理软件的基本框架。研究表明将网络远程控制技术引入机房管理将大大简化机房管理人员的工作。  相似文献   

16.
过程控制中数据安全问题日益凸显,将加密技术应用到该领域尤为必要。考虑过程控制实时性要求,利用高级加密算法对数据加密。采用中控CS4000过程控制装置为现场设备,西门子S7—300PLC为过程控制设备,配置组态软件的PC若干作为上位机和管理机,对上位机获取数据加密处理确保数据安全。  相似文献   

17.
介绍了以计算机网络技术、条码技术、自动控制技术集成为手段、面向煤炭计量的销售自动控制与管理系统设计及实现过程。结合煤炭企业的现场实际 ,提出变型系统及实现方案。系统也可用于有类似的销售计量与管理需求的企业。  相似文献   

18.
Proposals have recently been made within the computer industry to standardize local area computer networking hardware and, although such standards are primarily aimed at the office automation market, they will undoubtedly find many applications in distributed industrial control where a requirement for high speed reliable standardized digital communications also exists. A simple manufacturing cell will be described which demonstrates the advantage of distributed control by using an integrated communications network employing low cost twin axial cable. The individual cell element control systems are supervised by a single computer station providing both control and management information. It will also be shown how such techniques can be applied within industrial manufacturing systems by considering the use of computer networks within a process plant and for the integration of industrial robot systems.  相似文献   

19.
计算机网络技术的发展,开放式系统环境的形式,客户机/服务器及WindowNT的出现,使得计算机系统的规模日趋庞大,软件开发手段更加完善,在进行计算机应用开发时,用好这些技术,可以提高系统的工作效率,降低软件开发周期,本文就些问题,提出一些见解。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号