摘要: C#中是没有类的多重继承这个概念.要使用多重继承必须要通过接口Interface来完成, 一。接口类 interface getTable{ DataTable Getdatatable(string str); } 二。业务类 class getTableA:getTable{ public vi 阅读全文
posted @ 2016-11-07 16:40 ■乐 阅读(544) 评论(0) 推荐(0) 编辑
摘要: string filePath = context.Server.MapPath("~/" + uploadFolder+"/"+file_name);//路径 System.IO.FileInfo fileInfo = new System.IO.FileInfo(filePath); if (f 阅读全文
posted @ 2016-10-27 11:04 ■乐 阅读(1815) 评论(0) 推荐(0) 编辑
摘要: 400 - 错误的请求。 ·401 - 访问被拒绝。IIS 定义了许多不同的 401 错误,它们指明更为具体的错误原因。这些具体的错误代码在浏览器中显示,但不在 IIS 日志中显示: ·401.1 - 登录失败。 ·401.2 - 服务器配置导致登录失败。 ·401.3 - 由于 ACL 对资源的限 阅读全文
posted @ 2016-09-02 17:04 ■乐 阅读(534) 评论(0) 推荐(0) 编辑
摘要: php代码 一。php <?php header("Content-Type:text/html;charset=UTF-8"); $u=$_POST['zdupdate'];$p=$_POST['pid'];$a=$_POST["afid"];$d=$_POST["dtime"]; require 阅读全文
posted @ 2016-08-22 16:03 ■乐 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-27 10:59 ■乐 阅读(325) 评论(0) 推荐(0) 编辑