-
VB to do merchandise sales management system
A complete source code and databa...
VB商品销售管理完整程序.rar
VB做的商品销售管理系统
有完整的源代码和数据库
只需连接好数据库就可以直接运行了
这是毕业设计
希望对大家有帮助-VB to do merchandise sales management system
A complete source code and database
Just plug in your database, you can directly run
This is a graduation project
We want to help
- 2022-01-25 19:27:59下载
- 积分:1
-
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧...
本网站是一个库存管理系统,里面设计到很多常用而选进的技术,质量绝对过关。。废话不多说了,赶快下载吧-This site is an inventory management system, which design to many commonly used and elected to the technology, quality absolute clearance. . Nothing to add to that nonsense, as soon as possible to download it
- 2022-01-24 13:08:37下载
- 积分:1
-
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。...
一个对新生入住寝室进行信息管理的SQL数据库系统,附详细结构说明及附图。-1 pairs of new information management for occupancy bedroom SQL database system, with a detailed structure of the description and drawings.
- 2022-10-07 16:15:03下载
- 积分:1
-
SQLinfo
说明: SQL企业信息管理系统。。。
源码中包涵注释、还有查询语言。。
方便新生使用。
本源码简单、清晰(SQL Enterprise Information Management System. . . Bear with the source code comments, there is a query language. . Facilitate the new use. The source is simple, clear)
- 2011-04-05 16:45:32下载
- 积分:1
-
这是自己曾经参与开发的轻纺管理系统B/S版,有一定的研究价值!...
这是自己曾经参与开发的轻纺管理系统B/S版,有一定的研究价值!-This is what they have to participate in the development of light and textile industry management system B/S version, which is the research value.
- 2022-01-28 14:52:34下载
- 积分:1
-
CURSORandTRAN
详细介绍了sqlserver游标和事物的应用(Details sqlserver cursor and the application of things)
- 2011-10-03 11:06:34下载
- 积分:1
-
酒店管理系统
在 VB.Net 中得到了这个项目上酒店管理系统。它具有以下特点:
签入、 签出和预订的客人
客人添加、 更新和删除
房间里添加、 更新和删除
用户名: neilz
密码: neilz
- 2022-03-01 01:16:42下载
- 积分:1
-
本系统为汽车销售系统,对产品和客户的统计。能对本部门销售有较好的统计和了解,及时对本部门的销售进行调整。...
本系统为汽车销售系统,对产品和客户的统计。能对本部门销售有较好的统计和了解,及时对本部门的销售进行调整。-the system for auto sales, product and customer data. Can sales in this sector had better statistics and understanding of the timely sales of adjustment.
- 2022-09-23 11:30:04下载
- 积分:1
-
用java开发的个人求职系统,适于学习、课程设计、毕业设计参考。...
用java开发的个人求职系统,适于学习、课程设计、毕业设计参考。-with java development of the job-seeking system, suitable for learning, curriculum design, a graduate design.
- 2022-03-26 00:11:32下载
- 积分:1
-
SQL 服务器连接对话(可扩展)
翻译maninwest@Codeforge作者: Chris Winkelmann @CodeProject
显示具有扩展功能的 SQL 连接对话框,保存其生成的连接字符串到任何位置的连接
介绍:
首先要感谢 TWallick 想出了使用 Microsoft.Data.ConnectionUI.dll 和 Microsoft.Data.ConnectionUI.Dialog.dll 来表示Visual Studio 提供的 SQL 连接 UI 的原创想法。此版本是使用 C# 而不是 VB 语言编写的。但是,我整理了一下,在设计时显示 Visual Studio 连接控制,而不是在将其构建到代码中仅在运行时显示。
背景
抽象出SAVE() 功能,不管想保存到其他任何位置的连接字符串仍可以使用此对话框。 此模块的设计目的是能够 “依原样”插入任何人的解决方案中,可以按需扩展且无需重写。
Save 函数迁移到新的类:
public class SaveHelperDefault : ISaveHelper
任何人均可以通过 ISaveHelper接口的实现来创建一个新的SaveHelper 类 :
public interface ISaveHelper
{
///
/// A SaveHelper class
- 2022-08-05 10:42:20下载
- 积分:1