资源列表
Lab - Chapter 3
- it is java coding for student(i. Use a reference data type and understand the composition/aggregation used in the class. ii. Apply and used appropriate access modifier inside the class. iii. Use reference this and overloading constructor.)
Lab - Chapter 1
- This is Java exercise(Question 1: You have been assigned to write a program to perform an arithmetic addition and subtraction for two (2) integer numbers key-in by the user. The program should only accept the number key-in by the user as a posit
51CTO下载-jsp网上购物系统
- 基于jsp的购物车开发系统,非常有利于初学者的学习和使用。(Shopping cart development system based on JSP)
StudyNetty
- My first study of using Netty, this is just an execise.
Charpter10Web
- myeclipse写的,简单用jsp做的留言板,可以简单的注册和留言,有管理员授权功能等,暂时没说明(jsp web,that can leave a message and log in, and view the online users)
本地搭建源码的好工具
- 直接打开工具即可搭建本地网页方面快捷
Calculator
- 简易计算器,实现四则运算功能,仅供参考,欢迎补充(Simple calculator, the realization of the four arithmetic functions, for reference only.)
163JSP网上订餐系统(毕业设计)
- 基于JSP的网上订餐系统,SQL 2005 JSP 网上订餐系统,附带完整源码与数据库(jsp online reservation system source code integrity error-free version)
record
- 能够实现在网页录音,并且到处wav文件,可以再页面听录音,也可以下载到本地。(It can realize recording on the web page, and everywhere WAV files, you can listen to the tape again, or you can download it to the local)
html5-3d-wave
- 一个3d波纹效果的html/JS实现,来源见解压缩(A html/JS implementation of 3D ripple effect. The source is decompressed.)
RSAtest
- 使用java实现RSA算法, 使用java实现RSA算法(use Java implements RSA)
main
- 题目描述 令Pi表示第i个素数。现任给两个正整数M <= N <= 10000,请输出PM到PN的所有素数。 输入描述: 输入在一行中给出M和N,其间以空格分隔。 输出描述: 输出从PM到PN的所有素数,每10个数字占1行,其间以空格分隔,但行末不得有多余空格。 输入例子: 5 27 输出例子: 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79