资源列表
login-form-using-ajax
- ajax注册 自动后台校验用户名是否存在-ajax automatic background calibration user name if there are
Chat1
- 该网络聊天工具为单一的聊天工具,没有采用传统的客户端—服务器模式。在该聊天程序中,主要功能为像指定IP地址的客户端发送信息,并记录下时间。当被发送端正在使用该程序时,将发送端发送的信息显示出来,并显示出发送端的IP地址及时间等信息。-The Internet chat tool as a single chat tool does not use the traditional client- server model. The main function in the chat program
The-application-of-Ajax
- 安装JDK,配置环境变量,安装Tomcat、SQL Server并进行相应配置。创建数据库Ajax,然后使用sql目录下的ajaxbak文件还原数据库。为Eclipse安装MyEclipse插件。使用Eclipse导入项目ch09, 在src/config.properties中配置数据库连接信息, 然后部署项目、启动tomcat。 访问http://localhost:8080/ajax即可启动本程序。-Install the JDK, configure the environment
CollatzConjecture
- (1) 从控制台上输入一个自然数n ,然后,输出n 所产生的如上变化的序列; (2) (1)操作可以重复任意次,直到输入quit 为止。 -Entered from the console (1) a natural number n, then output n sequence of the above changes (2) (a) operation can be repeated any number of times, until you enter quit.
ArrayDemo
- (1) 声明数组 (2) 创建数组 (3) 初始化数组 (4) 输出数组 (5) 数组最大值、最小值及其索引 (6) 随机数组 (7) 从控制台接受任意个整数,以数组形式返回 (8) 数组到String 转化 (9) 扩张数组-(1) declare an array (2) create an array (3) initialize the array (4) the output array (5) an array of the m
Palindrome
- 判断回文串,如果是回文串,将此回文串打印出来,不是显示不是回文,忽略非字母和数字-To determine palindrome string is a palindrome string, this palindrome string print it out, instead of showing is not a palindrome, ignoring non-letters and numbers
jquery-form
- jquery form build example
jPaginate
- jquery pagination example build
jquery.bxGallery.min.js
- jquery Box example build
mmsend_receive
- 实现手机与计算机的彩信发送,代码是别人写的,转来的-MMS to send mobile phone and computer code is written by someone else, turn to
Test
- 实现窗口透明效果的功能类,直接使用即可,你懂得-Window transparency function class can be directly used
java4
- 实验目的:1.使用Java applet 来显示信息。 2.创建并使用方法。 3.使用Math类的方法。 问题描述:一个停车库3小时以内,最低收费为$2.00。如果超过3小时,每小时增加$0.5。 24小时以内,最高收费为$10.00。假定没有车会一次停24小时以上。编写一个applet,计算并显示昨天每个在停车库停车客户的停车费用。应在一个JtextField中输入每个客户的停车时数。程序应显示客户的费用,并计算昨天的收入总额,将结果显示在状态栏中。程序应使用cal