- 浏览: 71151 次
- 性别:
- 来自: 北京
最新评论
文章列表
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-
19991224/loose.dtd"><html><body style='margin:0px; padding:0px' ><head><link rel="Shortcut Icon" href="favicon.ico"><link r ...
- 2011-01-18 11:19
- 浏览 324
- 评论(0)
<html> <head> <meta http-equiv= "Content-Type " content= "text/html; charset=gb2312 "> <meta name= "GENERATOR " content= "Microsoft FrontPage 4.0 "> <meta name= "ProgId " content= "FrontPage.Editor.Document "> & ...
- 2011-01-18 11:12
- 浏览 327
- 评论(0)
<html>
<META NAME="Author" CONTENT="theforever(碧海情天),赵亮">
<meta http-equiv="blog" content="blog.csdn.net/theforever">
<meta http-equiv="email" content="theforever@163.com">
<META NAME="Keywords" CONTE ...
- 2011-01-18 11:09
- 浏览 386
- 评论(0)
<!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><title>check box</title><meta http-equiv="Content-Type" ...
- 2010-12-31 19:01
- 浏览 929
- 评论(0)
分类: 数据库
<!-- 正文开始 -->
在MySql中,可以有选项可以选择该字段是否自增长。但在oracle 表中没有这个功能,要想字段自增长,通过“序列”和“触发器”来实现。原理如下:当要往字段A中插入记录时,通过触 ...
- 2010-12-31 12:59
- 浏览 340
- 评论(0)
//正则表达式数字验证 public boolean isNumber(String str) { java.util.regex.Pattern pattern=java.util.regex.Pattern.compile("[0-9]*"); java.util.regex.Matcher match=pattern.matcher(str); if(match.matches()==false) { return false; } else { return true; } }
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/zz ...
- 2010-12-20 13:19
- 浏览 475
- 评论(0)
package com.xjp.common.util;
import java.sql.Timestamp;import java.text.ParsePosition;import java.text.SimpleDateFormat;import java.util.Date;
import com.ttsoft.framework.util.DateUtil;
/*** Title:时间获取* Description:当前时间* Copyright: Copyright 2010* Company:* @author jiq* @version 1.0*/public class ...
- 2010-09-28 17:23
- 浏览 633
- 评论(0)
<!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><meta http-equiv="Content-Type" content="text/html; charset=gb231 ...
- 2010-09-08 18:31
- 浏览 347
- 评论(0)