2023年8月16日

登录功能

摘要: Purchase and sale LoginForm.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using 阅读全文

posted @ 2023-08-16 23:58 hellowworld! 阅读(17) 评论(0) 推荐(0) 编辑

介绍+展示

摘要: 系统环境:Windows 开发工具:Visual Studio 2019 数据库:SQL Server2008 简介: Windows系统下的winform窗体应用程序,采用三层架构开发方式,使用C#语言开发的一个进销存管理系统 数据库配置 <?xml version="1.0" encoding= 阅读全文

posted @ 2023-08-16 22:51 hellowworld! 阅读(43) 评论(0) 推荐(0) 编辑

进销存需求分析

摘要: 进销存项目需求分析报告 日期:2019/11/15 目录 1.引言.... 3 1.1范围... 3 2.软件总体概述.... 3 2..1软件标识... 3 2.2开发背景... 3 3.系统分析.... 4 3.1 可行性分析... 4 3.1.1技术可行性... 4 3.1.2经济可行性... 阅读全文

posted @ 2023-08-16 22:05 hellowworld! 阅读(65) 评论(0) 推荐(0) 编辑

EL表达式与JSTL标准标签库

摘要: 先导入2个jar包 使用指令 <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEnco 阅读全文

posted @ 2023-08-16 11:27 hellowworld! 阅读(7) 评论(0) 推荐(0) 编辑

导航