摘要: 1 ‎‌ @using (Ajax.BeginForm("CancelOrder", "Admin", new AjaxOptions())) { @Html.AntiForgeryToken() @Html.HiddenFor(m => m.Token) ... 阅读全文
posted @ 2017-07-19 15:07 Microestc-zl 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 设置 C:\Program Files (x86)\Tencent\QQMusic\Plugins\Dfx\dfx_skin.txt 它的权限 允许程序读取执行 阅读全文
posted @ 2017-05-24 23:58 Microestc-zl 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 例子: public class IssArgs { public List<IssTabArgs> Tabs { get; set; } } public class IssTabArgs { public int Num { get; set; } public string Tab { get 阅读全文
posted @ 2017-04-29 21:51 Microestc-zl 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 所有的事件回调函数都有两个参数:event和ui,浏览器自有event对象,和经过封装的ui对象 ui.helper - 表示sortable元素的JQuery对象,通常是当前元素的克隆对象 ui.position - 表示相对当前对象,鼠标的坐标值对象{top,left} ui.offset - 阅读全文
posted @ 2017-04-13 00:45 Microestc-zl 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 思路;在ajax加载完成后重新加载 unobtrusive 一次 阅读全文
posted @ 2017-03-19 20:35 Microestc-zl 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 在所在的安装目录根目录下搜索实例 如 20cc4971 将文件夹全部删除。 一般默认安装在C盘,所以在C盘搜索实例文件夹,将其全部删除。 阅读全文
posted @ 2017-03-08 14:15 Microestc-zl 阅读(1250) 评论(0) 推荐(0) 编辑