自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (2)
  • 收藏
  • 关注

转载 三种扫描局域网ip方案

<br />from: http://wooden-baby.javaeye.com/blog/351912<br />使用java线程扫描局域网ip简单方案 <br />java 快速扫描局域网 ip 之二级嵌套类 <br />方案一 : <br />import java.io.BufferedReader; <br />import java.io.IOException; <br />import java.io.InputStreamReader; <br />import java.net.In

2010-09-02 21:37:00 3064

struts2登录权限验证(带数据库)

struts2登录权限验证,角色权限带数据库 简单的例子。

2010-09-10

strutslogin 源码

基于struts的登录小程序! package com.handson.struts.dto; public class User { private int id; private String name; private String code; private String password; private int type; private java.sql.Date birthday; public String getCode() { return code; } public void setCode(String code) { this.code = code; } public java.sql.Date getBirthday() { return birthday; } public void setBirthday(java.sql.Date date) { this.birthday = date; } public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getPassword() { return password; } public void setPassword(String password) { this.password = password; } public int getType() { return type; } public void setType(int type) { this.type = type; } }

2010-08-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除