- 浏览: 52637 次
- 性别:
- 来自: 北京
最新评论
文章列表
public static boolean valPass(Object value) {
if( null == value ){
return false;
}else{
String passWord = (String) value;
if(passWord.matches("\\w+")){
String regex = "^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z]).*$";
return ( passWord.length()>=8 && pass ...
http://blog.jobbole.com/82527/
var ss_id = $('#ss_id','#userForm').val() // form
var nscode = $('input[id=NSCODE]').val();//全局
//var status = $("#STATUS").find("option:selected").text();
var status = $('select[id=STATUS]').val();
String[] arr = instockParam.split("\\^");
package org.sidao.common;
import java.text.DateFormat;
import java.text.DecimalFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class DateFilter {
private static final String DATEFORMAT = "yyyy-MM-dd";
...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script src=&quo ...
#!/usr/bin/python # Filename: backup_ver1.pyimport osimport time# 1. The files and directories to be backed up are specified in a list.source = ['/home/swaroop/byte', '/home/swaroop/bin']# If you are using Windows, use source = [r'C:\Documents', r'D:\Work'] or something like that # 2. The backup mus ...
【转】Ext JS 4.0在eclipse/myeclipse中使用spket插件设置自动提示的方法
网上很多关于安装Ext JS自动提示插件的方法,但是发现在Ext JS3.0以上的版本中没有提示。
在eclipse中安装spket的方法:
1、下载spket-1.6.4.1.zip压缩包,解压把 ...
1. 一次选择多张图片 上传。
2. ext +swfload + struts2
3.ide:myeclipse + tomcat
4.解压导入,即可以运行
5.文章出处http://yourgame.javaeye.com
package cn.bj.util;
/*******************************************************************************
* keyBean 类实现了RSA Data Security, Inc.在提交给IETF 的RFC1321中的keyBean message-digest
* 算法。
******************************************************************************/
pub ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>index.html</title>
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" conte ...