登录
首页 » java » 业务管理系统的代码

业务管理系统的代码

于 2022-11-09 发布 文件大小:12.85 MB
0 93
下载积分: 2 下载次数: 1

代码说明:

部分的业务管理系统写在 Java 中和数据库

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • java_Factory
    java 设计模式 实例 Factory(java Design pattern Factory)
    2015-10-30 22:22:57下载
    积分:1
  • 实现闪烁的标题栏
    实现闪烁的标题栏-achieve flashing title bar
    2022-01-25 20:27:03下载
    积分:1
  • AhHuiUniversity
    随着经济与科技的快速发展,智能手机一步步进入普通人得生活,它将成为人们获取信息的主要设备,因此基于Android手机的手机地图服务需求越开越迫切,为外出旅游的人们提供了极大地便利。Android是Google开发的基于Linux平台的开源手机操作系统。它包括操作系统、中间件、用户界面和应用程序,是为移动终端打造的真正开放和完整的移动软件。本文对目前应用的Symbian、WindowsMoblie、Mac OS X和Android平台的现状进行了分析与比较,主要阐述以面向对象程序开发语言JAVA,以eclipse为开发工具,基于智能手机Android之上设计一个导览系统。本文主要介绍安徽大学,界面友好 、操作便捷,具有良好的可扩展性和可维护性,系统经过测试,可以稳定运行,能够满足手机用户基本的地图服务需求。(With the rapid development of economy and technology,Smartphone enters into the lives of ordinary people step by step,it will become the main device to obtain information,Therefore,based on the Android mobile phone mobile map service needs become more and more urgent for people who travel offers great convenience.Android is the Google development opens the source handset operating system based on Linux platform. It includes the operating system,the Middleware,he user interface and the application procedure. It is for the mobile terminal to create a truly open and complete mobile software. In this thesis,there is a analysis and comparion about the status of the current applide platforms like Symbiam ,WindowsMoblie,Mac OS X and Android ,this thesis Mainly expounds the development of object-oriented programming language java, eclipse as a development tool, to design a navigation system-based smartphone on Android. This paper mainly introduces the anhui university,user-friendly,easy to)
    2013-10-30 13:56:55下载
    积分:1
  • ibatis
    说明:  ibatis应用,单纯的ibatis应用框架的应用(ibatis application, a simple application framework ibatis application)
    2011-04-10 22:06:59下载
    积分:1
  • 在线商品销售
    public class DBConnection { private Connection connection; private String db_Name = "qian"; private String db_User = "root"; private String db_Password = "lubing"; public DBConnection(){ this.getConection(); } /* * 得到Connection对象。 */ public Connection getConection(){ try { // 加载数据库驱动 Class.forName("com.mysql.jdbc.Driver"); // 指定连接数据库的URL String url = "jdbc:mysql://localhost:3306/" + db_Name; // 通过DriverManager的getConnection()建立连接 connection = DriverManager.getConnection(url, db_User, db_Password); if (connection == null) { System.out.println("数据连接出错了!"); } } catch (Exception e) { e.printStackTrace(); } return connection ; } /* * 关闭数据集/语句/连接对象 */ public void close(Resul
    2022-01-26 04:27:59下载
    积分:1
  • chaper5
    Java开发的标准化考试系统(单片机) 一种非常实用的应用程序(Java development of a standardized examination system (MCS) in a very practical application that)
    2009-12-02 18:11:36下载
    积分:1
  • fushutest
    fushutest用来实现两个复数的加减乘数,里面的代码需要自己填写(fushutest be used to achieve the addition and subtraction of two complex multiplier, which fill in the code that needs its own)
    2009-10-21 18:52:31下载
    积分:1
  • supermarket
    supermarket的一部分源代码一部分源代码(super market)
    2013-12-09 20:45:23下载
    积分:1
  • 图书管理系统
    图书管理系统包含八个模块分别是:系统登录、系统设置、图书管理、读者管理、借还管理、系统查询、更改口令、注销。 1、系统登录模块:通过系统验证后管理员可以对多种信息进行操作。 2、系统设置模块:管理员可以对系统信息进行设置,包括图书馆信息,书架设置,参数设置等。 3、读者管理模块:包括读者类型和读者档案的管理。管理员通过验证界面进入系统后,进入到读者管理模块,可以对读者类型和详细信息进行添加,删除、修改、查询、查看等一系列的操作。 4、图书管理模块:管理员可以在此模块中对图书信息进行操作,包括添加图书、删除图书、更改图书信息、查看图书信息等。 5、借阅信息管理模块:这是图书管系统中最重要的模块之一,管理员进入该模块中可以对读者的借阅进行操作,包括图书借阅、续借和归还。每个读者都有唯一的条形码,输入条形码可以显示出读者详细信息,便于之后的操作。 6、系统查询模块:包括图书档案查询、图书借阅查询和借阅到期提醒。图书档案查询可以根据图书的书名、条形码、类别、作者等条件进行筛选,从而得打详细信 息;图书借阅查询可以根据图书的书名、条形码或者读者的姓名、条形码进行查询,从而得到借阅的历史信息。借阅到期提醒显示各个借书行为的起始时间。 7、更改密码模块:管理员登录后,输入原始密码和新密码后可以更改自己的账号密码。 8、注销模块:管理员安全注销登录,并回到登录页面。
    2022-03-04 05:43:41下载
    积分:1
  • 获取股票信息
    从vip.stock.finance.sina.com.cn上获取股票信息,处理后可以在excel显示自己想要的股票信息.
    2022-08-09 16:20:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载