登录
首页 » Java » baokandingyueguanlixitong

baokandingyueguanlixitong

于 2020-12-18 发布 文件大小:1328KB
0 374
下载积分: 1 下载次数: 10

代码说明:

  报刊订阅管理系统,代码和报告都在里面 完整的,需要的可以下载参考(baokandingyueguanlixitong wanzhengziliao )

文件列表:

3210006071-陈丹飞-报刊订阅管理系统
..................................\3210006071-陈丹飞-数据库课程设计报告.doc,899072,2013-01-16
..................................\源程序
..................................\......\addadmin$1.class,1464,2011-12-27
..................................\......\addadmin$2.class,2086,2011-12-27
..................................\......\addadmin$3.class,544,2011-12-27
..................................\......\addadmin.class,3471,2011-12-27
..................................\......\addadmin.java,6640,2009-02-19
..................................\......\checkcid.class,3696,2011-12-27
..................................\......\checkdid.class,3726,2011-12-27
..................................\......\checkdname.class,3728,2011-12-27
..................................\......\checkname.class,3694,2011-12-27
..................................\......\checkono.class,4586,2011-12-27
..................................\......\Connectdatabase.class,1336,2011-12-28
..................................\......\Connectdatabase.java,777,2011-12-27
..................................\......\Database.class,2248,2011-12-29
..................................\......\dds.java,25,2011-12-28
..................................\......\DDxinxi$1.class,646,2011-12-27
..................................\......\DDxinxi$2.class,646,2011-12-27
..................................\......\DDxinxi$3.class,646,2011-12-27
..................................\......\DDxinxi$4.class,650,2011-12-27
..................................\......\DDxinxi.class,3048,2011-12-27
..................................\......\DDxinxi.java,34901,2009-02-19
..................................\......\deleteadmin$1.class,2278,2011-12-27
..................................\......\deleteadmin$2.class,559,2011-12-27
..................................\......\deleteadmin.class,3051,2011-12-27
..................................\......\deleteadmin.java,4315,2009-02-19
..................................\......\DHTable$1.class,646,2011-12-27
..................................\......\DHTable$2.class,646,2011-12-27
..................................\......\DHTable$3.class,646,2011-12-27
..................................\......\DHTable$4.class,650,2011-12-27
..................................\......\DHTable$5.class,651,2011-12-27
..................................\......\DHTable.class,2870,2011-12-27
..................................\......\DHTable.java,22896,2009-02-19
..................................\......\LG$1.class,736,2011-12-29
..................................\......\LG$2.class,2198,2011-12-29
..................................\......\LG.class,3404,2011-12-29
..................................\......\LG.java,5376,2009-02-19
..................................\......\myframe.class,3598,2011-12-29
..................................\......\myframe.java,7488,2011-12-29
..................................\......\orderdetail.class,2783,2011-12-27
..................................\......\orderdetail.java,3915,2009-02-19
..................................\......\scdd.class,4914,2011-12-27
..................................\......\scdh.class,4238,2011-12-27
..................................\......\scml.class,4306,2011-12-27
..................................\......\SimpleTable$1.class,666,2011-12-27
..................................\......\SimpleTable$2.class,666,2011-12-27
..................................\......\SimpleTable$3.class,666,2011-12-27
..................................\......\SimpleTable$4.class,672,2011-12-27
..................................\......\SimpleTable$5.class,670,2011-12-27
..................................\......\SimpleTable.class,2891,2011-12-27
..................................\......\SimpleTable.java,24432,2009-02-19
..................................\......\sql language.txt,1057,2011-12-29
..................................\......\tjdd.class,5882,2011-12-27
..................................\......\tjdh.class,4516,2011-12-27
..................................\......\tjml.class,4636,2011-12-27
..................................\......\xgdd.class,6276,2011-12-27
..................................\......\xgdh.class,4777,2011-12-27
..................................\......\xgml.class,5252,2011-12-27
..................................\驱动
..................................\....\sqljdbc.jar,448038,2009-03-26
..................................\....\sqljdbc4.jar,466359,2009-03-26

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

发表评论

0 个回复

  • MyCMinus
    自作的C-编译器,涉及词法分析,语法分析,词义分析。用的C语言编写。VC++调试。(Self-made ​ ​ C-compiler, involving lexical analysis, syntax analysis, semantic analysis. The C language. VC++ debugging.)
    2012-05-08 22:54:08下载
    积分:1
  • Bank
    an example of bank account in java
    2015-04-25 09:55:04下载
    积分:1
  • En_Decoder
    java自带类3des加解密 java自带类3des加解密 java自带类3des加解密(java class comes 3des encryption 3des decryption java java class comes with its own class 3des encryption and decryption)
    2013-08-27 15:11:13下载
    积分:1
  • Java_information_cue
    Java实现一个信息提示窗口,实现方法:大多数的信息窗口是没有标题栏的,因此信息窗口不能由继承JFrame 类来实现,一种简单的做法是通过继承JWindow 来实现(当然继承Window 类也可以,但一个原则是尽量使用swing 中的界面类)。   在加载图信息窗口上的图片时,用到java.awt 包中的MediaTracker 类。使用该类的好处是可以更好地管理程序中要使用的图片,同时还可以保证图片和界面同时显示,避免了窗口显示后很久才显示图片的缺点。 ( Java implementation of an information prompt window method: Most of the information is no title bar of the window, the information window can not be achieved by the inherited class JFrame, a simple approach is to be achieved through inheritance JWindow (of course, the Window class can inherit but a principle is to make use of the interface class swing). When loaded on the chart image information window, use the java.awt package MediaTracker class. The advantage of using this class is that you can better manage the program you want to use the picture, but also can guarantee the picture display and interface simultaneously, avoiding the window a long time to display pictures shortcomings. )
    2014-04-30 18:53:35下载
    积分:1
  • dl
    说明:  J2EE实现的网站资源下载系统程序。方便移植到自己的网站系统当中。(J2EE resources to achieve the website to download system programs. Facilitate the migration to your own website systems.)
    2009-10-19 11:26:31下载
    积分:1
  • sclcqj1.0
    VB排课源代码,附人工+排课系统说明书。(Arranging VB source code, with instructions manual+ Arrangement System)
    2010-10-10 21:13:00下载
    积分:1
  • MyJob
    为了显示调试信息的方便,做了这个控件,用Message2Console函数向控件增加消息. 也可用SendMessage的方式向控件增加消息. 本MyBigJob只是为了测试这个控件. 这是我第三次上传这控件,改进了多个相同控件的兼容.(因为之前在响应函数里加了static) 这段代码是我学线程时做的. 线程方面学到的函数有:Sleep,WaitForSingleObject,SetEvent(To display debugging information easy to do this control, add a message to the control Message2Console function can also be used the the SendMessage way to add a message to the control. The MyBigJob just this is the third time I upload this control in order to test the controls. Improved more of the same control compatible (as before in the response function Riga static) this code I do learn thread. threading learned function: Sleep, WaitForSingleObject SetEvent)
    2012-10-01 14:48:48下载
    积分:1
  • C++ builder 的发送邮件代码
    C++ builder 编的发送邮件代码-C++ Builder made the send mail code
    2022-08-24 12:40:57下载
    积分:1
  • mfc_database_daoview
    MFC提供的数据库例程,利用DAO直接对数据库进行操作。(MFC database routines for the use of DAO directly to the database operation.)
    2020-10-30 22:39:55下载
    积分:1
  • Temperature
    适用于初学者,java编写的室内温度模拟测试,根据现有数据模拟(For beginners, java prepared by the indoor temperature simulation tests, simulations based on available data)
    2013-10-31 17:28:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载