04 2011 档案
摘要:删除用户表 1、select 'DROP TABLE '+name from sysobjects where type = 'U'删除视图 2、select 'DROP VIEW '+name from sysobjects where type = 'V' 删除存储过程 3、select 'DR
阅读全文
摘要:***********************************************************/using System;using System.IO;using System.Runtime.InteropServices;using System.Text;namesp
阅读全文
摘要:转载 。。。。。。 转载 。。。。。。 String.IndexOf 方法 (value, [startIndex], [count]) 报告指定字符在此实例中的第一个匹配项的索引。搜索从指定字符位置开始,并检查指定数量的字符位置。 参数 value 要查找的 Unicode 字符。 对 value
阅读全文
摘要:前台页面 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Tran
阅读全文