摘要: 转自:http://blog.csdn.net/zhoufoxcn/article/details/2220533 感谢:柄棋先生 第一步:下载Log4Net 下载地址:http://logging.apache.org/log4net/download_log4net.cgi 把下载的 log4n 阅读全文
posted @ 2016-01-18 17:04 PrintY 阅读(337) 评论(0) 推荐(0) 编辑
摘要: $("#STATUS option[value=" + STATUS + "]").attr("selected", true);【select回绑】$("input[name=FundFlow][value=" + FundFlow + "]").attr("checked", true);【ch... 阅读全文
posted @ 2016-01-18 11:07 PrintY 阅读(264) 评论(0) 推荐(0) 编辑
摘要: var url = response + "?r" + Math.random();【完美解决修改src不更新图片】$('#loginimage').attr("src", url); 阅读全文
posted @ 2016-01-18 11:06 PrintY 阅读(338) 评论(0) 推荐(0) 编辑
摘要: var r = confirm("是否确认删除!");if (r == true) {location.href = "/Employees/Delete/" + id;}else { return; }'">删除Response.Write(""); 阅读全文
posted @ 2016-01-18 11:05 PrintY 阅读(627) 评论(0) 推荐(0) 编辑
摘要: Request.File["控件名称"].FileName 文件名称(没有路径) Request.File["控件名称"].SaveAs("路径名称"); 参考文档:http://blog.csdn.net/dcasc/article/details/9139477 阅读全文
posted @ 2016-01-18 11:04 PrintY 阅读(403) 评论(0) 推荐(0) 编辑
摘要: <div class="file-box"> <form action="/File/fileUpLoad" id="form1" name="form1" method="post" target="id_iframe"> <input type="text" id="input_text" na 阅读全文
posted @ 2016-01-18 11:03 PrintY 阅读(3609) 评论(0) 推荐(0) 编辑
摘要: 脚本: function bb(obj,name) { var aa = document.getElementsByName(name); for (var i = 0; i < aa.length; i++) { aa[i].checked = false; } obj.checked = tr 阅读全文
posted @ 2016-01-18 11:02 PrintY 阅读(1116) 评论(0) 推荐(0) 编辑