摘要: USE [master]GO/****** Object: Database [BankSystem] Script Date: 11/20/2013 16:12:45 ******/CREATE DATABASE [BankSystem] ON PRIMARY ( NAME = N'BankSystem', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\BankSystem.mdf' , SIZE = 2304KB , MAXSIZE = 阅读全文
posted @ 2013-11-20 16:24 低调的小磁铁 阅读(519) 评论(0) 推荐(0) 编辑
摘要: var oHead = document.getElementsByTagName ( 'HEAD'). item (0); var oScript = document.createElement ( "script"); oScript.type = "text / javascript"; oScript.src = "test.js"; oHead.appendChild (oScript); 阅读全文
posted @ 2013-11-20 13:54 低调的小磁铁 阅读(194) 评论(0) 推荐(0) 编辑