文章列表
var timer = null;
var offset = 5000;
var index = 0;
//大图交替轮换
function slideImage(i){
var id = 'image_'+ target[i];
$('#'+ id)
.animate({opacity: 1}, 800, function(){
$(this).find('.word').animate({height: 'show'}, 'slow');
}).show()
.siblings( ...
package com.a.a;
public class PageBean {
private int nowpage;//当前页码
private int yemashuliang;//页码数量
private int pagesize;//每页显示数量
private int shouye;//首页
private int weiye;//尾页页码
private int shangyiye;//上一页页码
private int xiayiye;//下一页页码
private int kaishiye;// 显示页码的开始页
private ...
package com.a.a;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* MD5加密算法
*/
public class Md5Encrypt {
/**
* 对字符串进行MD5加密
* @param text 明文
* @return 密文
*/
public static String md5(String text) {
MessageDiges ...
package com.zzzz;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
* 用于myEclipse8的注册
*/
public class MyEclipseGen{
private static final String LL = "Decompiling this copyrighted software is a violation of both your license agreem ...