登录
首页 » Java Develop » JAVA 的小项目,可以令

JAVA 的小项目,可以令

于 2022-05-30 发布 文件大小:4.43 kB
0 126
下载积分: 2 下载次数: 1

代码说明:

JAVA 的小项目,可以令-JAVA small projects can make

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

发表评论

0 个回复

  • believe so many friends in the time of the navigation is very troublesome proble...
    相信不少朋友在做导航条的时候感到很麻烦吧,因为每做一页,连接就要修改一次,页面多起来的时候简直就是折磨了。这种情况在使用js 的情况下会有所改善,因为每个连接都是一样的,并且以后有栏目修改,增加减少的时候会倍感方便。但使用手工修改的时候未免会出更多的麻烦,js 错一个字整个 js 都不能运行。 Html2js 就是在这种情况下产生的,可以直接把 html代码转换成 js代码 ,那么这样一来,无论作什么修改,在 html 里面做好,然后转换就是了。-believe so many friends in the time of the navigation is very troublesome problem, as do every one, it is necessary to connect the revisions, the increase in pages when it is a torment. In such circumstances the use js circumstances will improve, because each link is the same, and after the columns are amended by increasing the reduction will more conveniently. But the use of manual changes of time it will be more trouble, a word wrong js whole js can run. Html2js is under such circumstances, can be directly converted into html code js code, then this one, no matter what changes they do in html and then converting the grindstone.
    2023-02-01 01:45:04下载
    积分:1
  • 基本设计思路: 协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行...
    基本设计思路: 协同编辑开始,客户端只能进行插入或者删除操作。服务器端接收三个客户端的编辑操作,经过集中处理,生成一个操作序列返回各客户端,客户端执行该序列后将协同编辑结果显示出来。 使用说明: 在Jbuilder 9.0中新建工程“untitled2”; 将文件FrameTest_Client的IP地址改为本地地址; 运行FrameTest文件,启动服务器端; 运行FrameTest_Client文件,启动客户端(三个客户端); 分别点击三个客户端的菜单“文件”―>“连接服务端”; 点击服务器端的菜单“文件”―>“开始服务”; 用户可以开始在客户端协同编辑; 编辑结束,用户点击客户端的菜单“文件”―>“结束客户端”; 关闭服务器端需点击菜单“文件”―>“退出”; 协同编辑结束。
    2022-01-26 17:18:46下载
    积分:1
  • JAVA series of the calendar
    JAVA日历系列
    2023-06-18 04:50:03下载
    积分:1
  • 扫雷 minsweeper
    第2章 扫雷 esBITMAP10.BMP   .............BITMAP11.BMP   .............itmap2.bmp   .............BITMAP20.BMP 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-07-25 20:20:02下载
    积分:1
  • javascript source code part1
    javascript source code part1
    2022-08-13 16:22:30下载
    积分:1
  • 经过这段时间的大学生活体验,我深切感觉到如下几方面的基本信息十分重要:1 学生的档案管理,这是学生最基本的信息了,一个人没有档案是不可以的,如果有档案但是档案在...
    经过这段时间的大学生活体验,我深切感觉到如下几方面的基本信息十分重要:1 学生的档案管理,这是学生最基本的信息了,一个人没有档案是不可以的,如果有档案但是档案在管理过程中出错更始难以想象的。2 班级管理,这是学生在大学中生活的基本单位了,这当然是必部可少的了。3 课程管理,大学生在大学当然是学习来的,课程的管理有利于更加明确本系统的目的是为学校为学生服务。 4 成绩管理,学生在在校期间能体现出综合素质的最直观的指标莫过于成绩了,这个模块是最不可或缺的。-after a period of college life experience, I deeply feel that the following several aspects of the importance of basic information : a student file management, which is the most basic student information, a file is not impossible. But if there is a file in the file management process unimaginable mistakes start anew. Two class management, which is a university student living in the basic unit, which indeed it is less, the Ministry of. 3 curriculum management, college students in the university is of course to learn, Course management is conducive to more clearly the purpose of the system is to schools for the students. 4 performance management, the students at the school to reflect the overall quality of the most reliable indicators is the results, The module i
    2022-04-20 05:49:06下载
    积分:1
  • Rakiura JFern is a very light with the simulator Petri network framework, prepar...
    Rakiura JFern是一个非常轻型的带有模拟器的Petri网络框架,用Java编写,为Java开发者而设计-Rakiura JFern is a very light with the simulator Petri network framework, prepared with Java, Java developer and design
    2023-01-09 15:25:02下载
    积分:1
  • java写的聊天器 ChatClient.java 为客户端程序启动类,负责客户端的启动和退出。 Login.java 为客户端程序登录界面,负责用户...
    java写的聊天器 ChatClient.java 为客户端程序启动类,负责客户端的启动和退出。 Login.java 为客户端程序登录界面,负责用户帐号信息的验证与反馈。 Register.java 为客户端程序注册界面,负责用户帐号信息的注册验证与反馈。 ChatRoom.java 为客户端程序聊天室主界面,负责接收、发送聊天内容与服务器端的Connection.java 亲密合作。 Windowclose 为ChatRoom.java的内部类,负责监听聊天室界面的操作,当用户退出时返回给服务器信息。 Clock.java 为客户端程序的一个小程序,实现的一个石英钟功能。-chat of java
    2023-09-02 09:00:04下载
    积分:1
  • The message of the use of JSP+ JavaBean+ Access development, directly into the T...
    该留言本采用JSP+JavaBean+Access开发,直接放到Tomcat下就能运行,不用配置数据源。 含有UBB代码和UBB头像,采用正则表达式制作。 管理登陆加入验证码,数据库管理密码采用MD5加密。-The message of the use of JSP+ JavaBean+ Access development, directly into the Tomcat will be able to run under, do not configure the data source. Contain UBB code and UBB portrait, using regular expression production. Verification Code landing to join the management, database administration password using MD5 encryption.
    2022-05-27 02:00:06下载
    积分:1
  • java实现的固定资产管理系统相信对于初学者可以从中学到一点知识....!...
    用java实现的固定资产管理系统相信对于初学者可以从中学到一点知识....!-used to achieve the fixed assets management system believe beginners can learn from 1:00 knowledge ... . !
    2022-07-04 06:45:31下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载