2008年12月10日
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--//SingleMdf为数据库名称 --①设置数据库为可更新状态 use master go sp_configure 'allow updates',1 go reconfigure with ov... 阅读全文
posted @ 2008-12-10 18:09 一路前行 阅读(838) 评论(0) 推荐(0)
摘要: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> 阅读全文
posted @ 2008-12-10 16:43 一路前行 阅读(234) 评论(0) 推荐(0)
摘要: Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->//1.文件夹创建、移动、删除--------- //创建文件夹 Directory.CreateDirectory(Server.MapPath("a")); Directory.Create... 阅读全文
posted @ 2008-12-10 00:17 一路前行 阅读(2294) 评论(2) 推荐(0)