-
使用delphi6开发的一个小账本程序.希望对初学delphi数据库编程的朋友能有所帮助.压缩包内包含所需的数据库....
使用delphi6开发的一个小账本程序.希望对初学delphi数据库编程的朋友能有所帮助.压缩包内包含所需的数据库.-delphi6 development of the use of a small group of accounts procedure. Hope to novice delphi Database Programming friends will be helpful. Compression packet contains the database.
- 2022-03-25 01:41:05下载
- 积分:1
-
软件采用以下控制:1.vclskin.v2.68 raize_components_v3.0.1 2…
软件用到了以下的控件:
1.Vclskin.v2.68
2.Raize_Components_v3.0.12_D9765
主要的作用是:
计算单位内部每个月内的各个科室按照月份排序的科室的可分配的人员工资。
系统内只设定了两类人员的分配方式。
有兴趣的朋友可以一起研究一下。-software uses the following controls : 1.Vclskin.v2.68 2.Raize_Components_v3.0.12_D9765 main role is to : Internal monthly calculation of the various sections of the order in accordance with sections of the distribution of wages. Within only two types of set the pattern. Interested friends can work together to study this.
- 2023-05-14 09:55:03下载
- 积分:1
-
windows mobile SQLCE数据库的示例代码,Oledb。
windows mobile SQLCE数据库的示例代码,Oledb。
- 2022-08-23 06:38:40下载
- 积分:1
-
物资管理系统..完成物质的入库,出库.借用.和归还等操作
vc+access实现...
物资管理系统..完成物质的入库,出库.借用.和归还等操作
vc+access实现-Materials management system .. completed Substances storage, a library. Borrow. And the return of such operations vc+ Access realize
- 2022-08-13 05:32:48下载
- 积分:1
-
企业备忘录管理系统,外加数据库创建脚本(sql server 2000下)...
企业备忘录管理系统,外加数据库创建脚本(sql server 2000下)-Enterprise memorandum management system, plus a script to create the database (sql server 2000, under)
- 2022-05-06 19:32:27下载
- 积分:1
-
串行化是微软提供的用于对对象进行文件I/O的一种机制,该机制在框架(Frame)/文档(Document)/视图(View) 模式中得到了很好的应用。很多人对什...
串行化是微软提供的用于对对象进行文件I/O的一种机制,该机制在框架(Frame)/文档(Document)/视图(View) 模式中得到了很好的应用。很多人对什么是串行化、怎么使对象具有串行化能力和如何使用串行化功能等问题都 不甚明了。本文试图对串行化做一个简单的解释。由于本人对串行化功能使用的也不多,不足之处敬请谅解。-serial Microsoft is the right target for file I/O of a mechanism that in the framework of (Frame)/Document (Document)/View (View) model to be a good application. Many people on what is the serial, how to make objects with serial capabilities and how to use serial capabilities such issues are unclear. This paper attempts to right a serial Gartner simple explanation. Because I right Serial capabilities is not much of the shortfall Department locations.
- 2022-03-22 08:04:41下载
- 积分:1
-
很好 的gongzi软件源玛+软件
很好 的gongzi软件源玛+软件-very, very good gongzi software source software Gilmour
- 2023-07-14 16:25:03下载
- 积分:1
-
一个用VB做的词库管理系统
一个用VB做的词库管理系统-a VB do Thesaurus Management System
- 2022-11-16 19:00:03下载
- 积分:1
-
数据库中二进制大对象操作实例,演示了如何利用ado操作Access数据库表中的二进制大对象字段。也适用于SqlServer数据库...
数据库中二进制大对象操作实例,演示了如何利用ado操作Access数据库表中的二进制大对象字段。也适用于SqlServer数据库
-database binary large object manipulation examples demonstrate how to use ADO Access database table operation of the binary large object field. Slammer also applies to database
- 2022-01-25 17:51:52下载
- 积分:1
-
网站的内容如有更新的话,总在要在首页表现出来。所以当更新一个地方的时候,总是要同时更新首页。但利用在线自动更新就方便得多啦。以下我们将利用ASP完成这一过程。...
网站的内容如有更新的话,总在要在首页表现出来。所以当更新一个地方的时候,总是要同时更新首页。但利用在线自动更新就方便得多啦。以下我们将利用ASP完成这一过程。 一个程序写之前,它的结构要先描绘出来。当结构确定之后,这个程序也已经完成一半了,所差的只是如何用语言去实现它。 根据本站的要求这个自动更新程序的结构(要求)初步定如下: 用数据库以保存所有的更新内容; 在首页上体现出最新更新的10条内容(当然不一定非10条不可啦); 在首页建个链接,可以弹出窗口按分页查看所有更新内容。 还有一个问题是:更新内容以什么方式输出到首页?一是用ASP直接修改首页,但那样可能不是好办法,因为本站的首页较为笨重,而所需更新的地方只是首页的“最新更新”部份,写起来较为复杂,需要在首页上加入标志,再则如果有镜象站点的话还要一个一个更新。二是首页直接用ASP文件,但那样消耗资源较为严重,速度较慢,特别是首页是大家首先要经过的地方,速度不快会影响冲浪者的心情。三是在首页以插入形式加入ASP或JAVA小程序,比较起来当然是客户端JAVA更理想,本程序采用的是自动生成js文件。-website content updated if so, to the total shown on the first page. So when an update local time, must also update Home. But the use of on-line automatic update it more convenient. Below we will use ASP to complete the process. Before I write a procedure, the structure of its first portrayed. When the structure is determined, the process has been completed, half of the difference is how the language used to reach it. According to the requirements of the site automatically update the structure (requirement) is ten
- 2022-05-20 15:59:05下载
- 积分:1