如何在2或3系统中创建软件安装 [英] How to create a software install in 2 or 3 system

查看:69
本文介绍了如何在2或3系统中创建软件安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个填充简单表格的软件,然后再安装一个系统和所有数据存储在服务器的同一数据库中.

所以请给我一些想法

技术:C#,. net框架3.5

I want to create a software of filling simple form and install more then one system and all data store in same data base of the server .

SO please give me some idea for that

Technology : C#,.net framework 3.5

推荐答案

因此,您将需要:

1)如果尚未安装SQL Server(Express可以),请在PC上安装它.最好有一个单独的服务器实例进行开发,这样在维护数据时就不会干扰生产数据.
2)计算出您需要存储的数据.这包括什么类型的信息,大小等.
3)将数据组织成逻辑组.创建一个数据库以反映这些情况,并根据需要提供尽可能多的表.
4)编写软件以执行填写简单表格"的任何操作.
5)创建一个安装和部署"项目来安装软件.

细节由您决定! :laugh:
So, you will need:

1) Install SQL Server (Express is fine) on a PC if you do not have it already. It is probably a good idea to have a separate server instance for development so you do not interfere with production data when you are maintaining it.
2) Work out what data you need to store. This includes what type of info, size, etc.
3) Organise the data into logical groups. Create a database to reflect these, with as many table as you need.
4) Write the software to do whatever "filling simple form" means.
5) Create a "Setup and Deployment" project to install the software.

The details are up to you! :laugh:


这篇关于如何在2或3系统中创建软件安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆