10 2012 档案
摘要:public class UpLoadFile:System.Web.UI.Page { public UpLoadFile() { // // TODO: 在此处添加构造函数逻辑 // } /// <summary> /// 文件上传 /// </summary> /// <param name="UpFile">上传控件</param> /// <param...
阅读全文
摘要:1判断是否为ajaxRequest 在http请求头中查找是否包含X-Requested-With,并且值为XMLHttpRequestC# Codestring sheader = Request.header["X-Requested-With"];bool isAjaxRequest = (sheade != null && sheader == "XMLHttpRequest") ? true : false;2判断层是否隐藏if($("#divname").length>0) { alert("
阅读全文
摘要:右击文件(夹)==》选择TortoisenSvn=》Relocate=》填写新svn地址取消dev小窗=》1删除当前项目的签名文件licenses.licx=》2打当前版本的补丁“LC.exe”已退出,代码为 -1。签名的事
阅读全文