上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1、string string.Replace(string oldValue,string newValue)返回一个新的字符串,其中当前示例中出现的所有指定字符串都替换另一个指定字符串错误:总是习惯性的不接收返回的新的字符串 阅读全文
posted @ 2015-03-11 13:05 德玛西亚冲锋 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 示例代码1、筛选的下拉当状态 全部 ... 阅读全文
posted @ 2015-03-11 11:45 德玛西亚冲锋 阅读(889) 评论(0) 推荐(0) 编辑
摘要: 1.JAVASCRIPT引用时,使用的字符语言不一致.比如:.xxx.js文件内部使用的是GB2312的格式,外面调用使用的是UTF-8,所以文件内部部分特殊字符因为格式不一致,出现乱码,造成此原因.2.JAVASCRIPT输出HTML字符时,前后标记不匹配.这种比较常见,往往在输出字符串时,出现单... 阅读全文
posted @ 2015-03-10 13:39 德玛西亚冲锋 阅读(131) 评论(0) 推荐(0) 编辑
摘要: C#转义字符c#里 @ 表示的是:1、在C#中,"c:\\temp"表示路径是c:\temp; 而@"c:\temp"就表示c:\temp; 所以,@的作用就应该是忽略转义字符的作用. 2、如果字符串中有",则写成"";如:string aa=@"{ name:""name""}";3、在strin... 阅读全文
posted @ 2015-03-10 12:50 德玛西亚冲锋 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 1、.net 中JSON对象格式模板// JSON键值对格式:'key':'value' public static string FORMAT_KEYVALUE = "\"{0}\":\"{1}\""; // JSON键值对格式:'key':'value'public static strin... 阅读全文
posted @ 2015-03-10 12:26 德玛西亚冲锋 阅读(416) 评论(0) 推荐(0) 编辑
摘要: installer integrity checkhas failed. Common causes include incomplete download and damaged mediacontact the installer's author to obtain a new copy.mo... 阅读全文
posted @ 2015-03-09 16:27 德玛西亚冲锋 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 解决方案:IIS服务器管理-default web site 绑定-选择使用的IP-编辑-IP地址:全部未匹配 阅读全文
posted @ 2015-03-09 09:43 德玛西亚冲锋 阅读(867) 评论(0) 推荐(0) 编辑
摘要: 无法在web服务器上启动调试,服务器不支持对ASP.NET 或ATL Server应用程序进行调试。a>.DCOM配置里的属性灰色不可用的解决方法, 1>.管理工具->组件服务-计算机-电脑-iis admin server (详情查看) appid= iis admin server A9E696... 阅读全文
posted @ 2015-03-09 09:42 德玛西亚冲锋 阅读(621) 评论(0) 推荐(0) 编辑
摘要: $("#userDep").find("option:selected").text() 阅读全文
posted @ 2015-03-04 12:38 德玛西亚冲锋 阅读(670) 评论(0) 推荐(0) 编辑
摘要: #adiv p { text-align: left; text-indent: 2em; line-height:25px; font-family:微软雅黑; font-... 阅读全文
posted @ 2015-03-04 11:05 德玛西亚冲锋 阅读(356) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页