- 浏览: 71170 次
- 性别:
- 来自: 北京
最新评论
文章列表
package base.Test;
import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;
public class TestDBConnect {
publicstatic Connection con; public static TestDBConnect getConnection() throws SQLException{ try{ Class.forName("oracle.jdbc.driver.OracleDriver");// ...
- 2011-02-16 18:02
- 浏览 384
- 评论(0)
<html><head><script type="text/javascript">function getCookie(c_name){if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "=") if (c_start!=-1) { c_start=c_start + c_name.length+1 c_end=document.cookie.indexOf(";",c_start) if ( ...
- 2011-02-15 10:24
- 浏览 195
- 评论(0)
<!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ --><script language=javascript><!--document.write("<OBJECT id=/"dlgHelper/" CLASSID=/"clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b/" width=/"0px/" height=/"0px/"></OBJECT&g ...
- 2011-01-21 17:56
- 浏览 323
- 评论(0)
<!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ --><SCRIPT language=JavaScript>var lunarInfo=new Array(0x04bd8,0x04ae0,0x0a570,0x054d5,0x0d260,0x0d950,0x16554,0x056a0,0x09ad0,0x055d2,0x04ae0,0x0a5b6,0x0a4d0,0x0d250,0x1d255,0x0b540,0x0d6a0,0x0ada2,0x095b0,0x14977,0x04970,0x0a ...
- 2011-01-21 17:51
- 浏览 277
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd"><!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ --><html xmlns="http://www.w3.org/1999/xhtml"><head><meta h ...
- 2011-01-21 17:45
- 浏览 340
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!-- saved from url=(0022)http://blog.csdn.net/electroniXtar/ --><script>window.location.href="http://www.baidu.com";</script> ...
- 2011-01-21 15:16
- 浏览 358
- 评论(0)
<script>onload=function(){ var tbl = document.getElementById("tbl"); for(var i = 0; i < tbl.rows.length; i++){ tbl.rows[i].onclick =function(){ if(window.cur) window.cur.style.background = ""; this.style.background = "#CCC"; window.cur = this; } } } </script& ...
- 2011-01-20 10:29
- 浏览 1038
- 评论(0)
<style type="text/css">html,body {width:100%;height:100%;margin:0px;padding:0px;overflow:hidden;}#Main {position:absolute;bottom:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:1;}#ToolBar {position:absolute;bottom:0px;right:16px;width:100%;height:100px;text-align:center;BAC ...
- 2011-01-18 12:07
- 浏览 605
- 评论(0)
<input type="checkbox" name="arrsubid[]" onClick="add_words(this);" value="1" />1 <input type="checkbox" name="arrsubid[]" onClick="add_words(this);" value="2"/>2 <input type="checkbox" name=&quo ...
- 2011-01-18 12:03
- 浏览 426
- 评论(0)
xml.html
<html><head><script language="javascript" type="text/javascript">
function parseXML(){XmlDoc=new ActiveXObject("Microsoft.XmlDOM"); //初始化,给上述定义变量赋值 xml="x.xml";//需要读取的xml文件 XmlDoc.async = false;XmlDoc.load(xml);getvalue();}func ...
- 2011-01-18 12:01
- 浏览 402
- 评论(0)
<script>
function CKDateTime(){
//获取日期var bDate = document.getElementById("ss").value;
//定义验证正则表达式var ck = /^(?:(?!0000)[0-9]{4}-(?:(?:0[1-9]|1[0-2])-(?:0[1-9]|1[0-9]|2[0-8])|(?:0[13-9]|1[0-2])-(?:29|30)|(?:0[13578]|1[02])-31)|(?:[0-9]{2}(?:0[48]|[2468][048]|[13579][26])|(?:0[48]|[ ...
- 2011-01-18 11:57
- 浏览 519
- 评论(0)
<style>input{border:1px solid green;}</style><BODY><BR><BR><BR><form method="post" action="" enctype="multipart/form-data"><input type="text" id="txt" name="txt"> <input t ...
- 2011-01-18 11:55
- 浏览 231
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>test</title><script type="tex ...
- 2011-01-18 11:54
- 浏览 444
- 评论(0)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><style>div#green {background:#00FF00;width:100px;height:100px;}div#blue {background:#0000FF;width:100px;height:100px;}</style><Script Langu ...
- 2011-01-18 11:52
- 浏览 259
- 评论(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 ...
- 2011-01-18 11:51
- 浏览 427
- 评论(0)