登录
首页 » Unix_Linux » remote

remote

于 2015-08-03 发布 文件大小:8KB
0 234
下载积分: 1 下载次数: 2

代码说明:

  远程终端管理系统 cli 和 ser端,信息打包上传 查询显示 (remote terminal manage environment)

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

发表评论

0 个回复

  • ExamFrame
    java Frame 做的一个在线考试系统,希望能传的上去(java the Frame to do an online examination system, hoping to pass up)
    2012-04-29 18:14:39下载
    积分:1
  • student
    说明:  学生信息管理系统 就是简单的学生管理系统 学生管理(shtudent guanli )
    2011-03-24 13:01:33下载
    积分:1
  • myJ2EE
    J2EE学生事务管理系统,请自行根据里面的hibernate进行数据库的建立(J2EE student affairs management system, establish a database according to their own conduct inside hibernate)
    2014-01-02 15:12:29下载
    积分:1
  • xiari
    以dede为框架开发的一个教学管理系统,有前台,美化很到位,后台功能很多,可以借鉴(Dede developed in the framework of a learning management system, there is reception, landscaping is in place, a lot of back-office functions, you can learn)
    2015-02-07 11:13:49下载
    积分:1
  • jspdev
    一个教学管理系统!大家都可下载看看!非常实用!(An instructional management system! You can download to see! Very useful!)
    2011-01-02 19:54:26下载
    积分:1
  • assignment1
    用ODBC连接MySQL的一个图书馆管理系统(ODBC connection to MySQL with a library management system)
    2013-11-17 11:36:02下载
    积分:1
  • Stdinf
    学生信息管理系统 C语言小程序 当年课设 拿来交流(Student Information Management System)
    2013-11-04 17:17:48下载
    积分:1
  • MRP
    1、 根据新报名的人员,每天自动分配座位、场次,(可以调整考试人员的座位、场次)并打印学员证,持证学习;打印准考证,持证考试;打印成绩通知单;(三证打印) 2、 考试时录入考号(建议使用条码识别仪)或调出考试场次分配表(由上一步生成) 3、 可以单人考,可以全部考 4、 考试合格后,回填学习证档案的交通成绩法规,套打印成绩通知单 (1, according to the new registration staff, daily automatic seat assignment, screenings, (you can adjust the seat examination staff, screening) and print student certificates, holders learning print ticket, the holder of examination printing result slips (three certificates print) 2, entry exam candidate number (recommended barcode identification device) or recall exam screenings allocation table (generated by the previous step) 3, can be single test that can test all 4, after passing the examination, backfill learning achievement certificate file traffic regulations, sets print result slips2、 考试时录入考号(建议使用条码识别仪)或调出考试场次分配表(由上一步生成) 3、 可以单人考,可以全部考 4、 考试合格后,回填学习证档案的交通成绩法规,套打印成绩通知单 )
    2013-08-20 22:23:03下载
    积分:1
  • Library-Management-System
    本设计是为图书馆集成管理系统设计一个界面,图书馆集成管理系统是用MICROSOFT VISUAL Foxpro 6.0 来建库(因特殊原因该用 MICROSOFT Access来建库)。它包括: 中文图书数据库; 西文图书数据库; 发行商数据库; 出版商数据库; 读者数据库; 中文期刊数据库; 西文期刊数据库; 中文非印刷资料库; 西文非印刷资料库; 典藏库; 流通库; 预约库; 流通日志库; 因此,在设计图书馆集成管理系统的界面时,它也应包括对每一个库操作的界面(因建库的原因这里只包括了中文图书数据库,发行商数据库,读者库的界面)。其中,中文图书数据库又包括管理中文图书数据库、按正题名、索书号、原版刊号、邮局发行号、本馆采购号、现刊排架号查询的界面。发行商数据库又包括发行商数据库管理和发行商数据库浏览的界面。读者库又包括读者库管理和读者库浏览的界面。 (The design is to design an interface for the integrated library management system, integrated library management system using the MICROSOFT VISUAL Foxpro 6.0 Database (MICROSOFT Access to building a database) due to special reasons for this. Which comprises: Chinese books database Western Books database Publisher database Publishers database Reader database Chinese journal database Western Journal database Chinese non-print database Spanish non-print database Archive system Circulation of library Appointment library Traffic Logging library Therefore, the interface design integrated library management system, it should also include every library operation interface (due to the reasons for building a database here include only Chinese books database, the database of publishers and readers library interface). Chinese books database also includes database management of Chinese books are Title, call number, the original final issue, the post office issued a number)
    2012-12-09 17:50:53下载
    积分:1
  • Exe4_1
    1.设计一个简单的学生管理系统(StudentManager)。主要功能包括: (1)学生信息的录入。主要包括:学号(no)、姓名(name)、年龄(age)、性别(gender)等; (2)学生信息的查询。根据学号、姓名、年龄和性别等查询学生的信息。注意:查询结果可能不唯一。 (3)学生信息的修改。根据学号查询到指定学生的信息,再用新的内容替换。 (4)学生信息的删除。根据学号删除指定学生的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_1包中。(1. Design a simple student management system (StudentManager). Key features include: (1) The entry of student information. Including: Student ID (no), name (name), aged (age), sex (gender) and the like (2) query the student information. According to school, name, age and sex inquiry student information. Note: query results may not be unique. (3) amend the student information. Query based on student number to the designated student information, and then replaced with new content. (4) delete student information. Designated students with information based on student number removed. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_1 package.)
    2020-12-09 21:39:18下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载