摘要: using System;using System.Collections.Generic; using System.Text;using System.Data.SqlClient;using System.Collections;using System.Data;using System.Configuration;using System.Web; /// <summary>... 阅读全文
posted @ 2009-11-23 15:53 sqgo 阅读(484) 评论(1) 推荐(0)
摘要: /////////////存储过程/////////////////////////////////////////////////////////////////////////////////////////////****** 对象: StoredProcedure [dbo].[sp_AllQuery] 脚本日期: 10/26/2009 11:27:26 ******/SET ANSI_N... 阅读全文
posted @ 2009-11-23 15:25 sqgo 阅读(228) 评论(0) 推荐(0)
摘要: JS小技巧收集每一项都是js中的小技巧,但十分的实用! 1.document.write(""); 输出语句 2.JS中的注释为// 3.传统的HTML文档顺序是:document->html->(head,body) 4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,document) 5.得到表单中元素的... 阅读全文
posted @ 2009-11-23 15:20 sqgo 阅读(250) 评论(0) 推荐(1)