摘要: 需要调用的 Controller类上加上验证类名 using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using WebApplication1.A 阅读全文
posted @ 2017-10-30 16:55 hi..... 阅读(157) 评论(0) 推荐(0) 编辑
摘要: /// /// HTTP消息拦截器 /// public class RequestHandler : DelegatingHandler { /// /// 拦截请求 /// /// 请求 /// 用于发送取消操作信号 /// protect... 阅读全文
posted @ 2017-10-30 16:52 hi..... 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 控制台应用程序 启动选项->命令行参数" 指定为任意字符串,如: "/cxxx" 命令行编译:csc service1.cs cmd 命令行状态 service1.exe /xxx EditPlus 阅读全文
posted @ 2017-10-30 11:27 hi..... 阅读(187) 评论(0) 推荐(0) 编辑