10 2016 档案

摘要:import java.sql.*;public class Test { public static void main(String[] args) { Connection con = null; Statement sta = null; ResultSet res = null; try 阅读全文
posted @ 2016-10-28 15:30 苦海无涯、苦尽甘来 阅读(294) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <!--getElementById('idName'),是通过元素中的id名字来获取,而不是name,一定要注意--> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <form 阅读全文
posted @ 2016-10-24 17:50 苦海无涯、苦尽甘来 阅读(221) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <title>浏览器对象</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <script> <!--创建对 阅读全文
posted @ 2016-10-21 17:40 苦海无涯、苦尽甘来 阅读(98) 评论(0) 推荐(0)