01 2020 档案
摘要:RESTORE database XJS_Mes with recovery RESTORE database 数据库名 with recovery 我是有一份数据库,想还再一份一样的出来换个名字,然后已有的那个数据库就一直显示:这个情况。
阅读全文
摘要:判断是文件还是文件夹: 删除文件: System.IO.File.Delete("文档的路径"); 获取指定目录下的所有文档名字: Directory.GetFiles("path"); 获取路径: Server.MapPath("../uploadFiles/DocRecordFiles"); /
阅读全文
摘要:理论知识:https://www.runoob.com/aspnet/aspnet-tutorial.html 建一个项目:https://blog.csdn.net/u012408847/article/details/80455003 自己动手做:https://www.cnblogs.com/
阅读全文