摘要:
之前可能有个补丁要装,用于 Windows Server 2003 的 Windows PowerShell 1.0 本地化安装程序包 (KB926140) WindowsServer2003-KB926140-v5-x86-CHS.EXE我的sql server 2008 express是visual studio 2010自带的,所以当然它没有management studio ,自己下了一个安装,不过无法安装SQL Server 2008 Management Studio Express。提示未选择功能。刚从网上找到解决方案,本人测试通过,再次分享:VS2010自带的SQL Serve 阅读全文
摘要:
protected void Button1_Click(object sender, EventArgs e) { string path = ""; string physicsPath = Server.MapPath(Request.ApplicationPath); //将当前虚拟根路径转为实际物理路径 string toFindDirectoryName = "ss"; //要查找的文件夹名 FindDirectory(physicsPath + "\\", toFindDirectoryName, out path);. 阅读全文