资源列表
SimpleThread
- java通过继承类Thread构造线程体,经典实例-java panel' s establishment, the classic example of
jstest
- css分层,简单实现 ie 文本框下拉。。。。。。。。 -css layers, ie simple implementation of the drop-down text box. . . . . . . .
Xiangmu8dian1
- 使用Runnable接口的方法实现多线程 直接运行即可-Runnable interface methods using multi-threading
DialogDemo$4
- 第三部分代码主演是实现一种简单对话框的功能,这只是一个小型的-The third part of the code is to achieve a simple dialog box starring feature, this is only a small
move-div
- 移动层加层排序(自己看了很多相似的代码,经过反复的修改和精简总结出来的代码,DVI层可以任意移动,点击不同的层带层切换功能。而且扩展性好。)-Read a lot like their own code, after repeated changes and streamline summed up the code, DVI layer can move, click on the different layers with layer switching. And good scalabil
adjs
- 一个很酷的js广告翻转代码,网站开发中经常要用到的js图片翻转代码,带有超链接,显示序号-A cool flip code js advertising, Web site development often use pictures to flip the js code, with a hyperlink, display serial number
Employee
- 连接数据库已经连接到数据库...import java.sql.* public class Employee { public static void main(String args[])-Connect to the database is already connected to the database ... import java.sql .* public class Employee {public static void main (String args
demo
- 运行参数形式来完成一个简单登陆:输入:java LoginDemo 用户名 密码 如果用户名是abc,密码是123,如果正确则显示登陆成功,否则显示登陆失败-Operating parameters to complete a simple login form: input: java LoginDemo user name password if the user name is abc, password is 123, if the right shows the landing s
bypass-leech-protection-PHP
- Bypass leach protection
AA
- 一个java应用程序,,看了你不会后悔,对你学习或有有很大的帮助-A Java applications, and look you won t regret it, study to you or have a lot of help
maoPao
- 冒泡排序法,附带说明,使用foreach遍历比较前后数组。-Bubble sort, incidentally, before and after using foreach to traverse an array.
跳数计算
- 按用户输入的数值边界,计算个位数非3的数值之和。 具体要求:当用户输入跳数计算边界值时,提示语句为:"请输入跳数计算的边界值:"。 (1)计算个位数非3的数值之和: 从1~用户输入的计算边界获取个位数不等于3的数值。 将这些数值进行累加计算。 (2)输出结果: 在控制台打印:"1~" + 用户输入的跳数计算边界值 + ",跳过个位数字是3的数字之和:" + 求和结果。