2006年4月18日
摘要: web.config中: 返回错误信息的方法: 此方法为初始调用的方法为了判断错误返回错误信息Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> //执行上传操作 /**//// /// ... 阅读全文
posted @ 2006-04-18 18:49 Gary.han 阅读(4182) 评论(1) 推荐(1)
摘要: 是文件的路径+文件名称 WindowsMedia播放器Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> Flash播放器Code highlighting pr... 阅读全文
posted @ 2006-04-18 18:08 Gary.han 阅读(899) 评论(1) 推荐(0)
摘要: 通用动态生成静态HTML页方法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> /**//// /// 动态生成HTML页--韩国际(2006-04-18) /// /// **用于替换HT... 阅读全文
posted @ 2006-04-18 16:53 Gary.han 阅读(634) 评论(0) 推荐(0)
摘要: SERVER2003服务器控件验证失效解决办法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->首先看:aspnet_client\system_web\1_1_4322\WebUIValidation.js是否存在如果不存在:你只要把文件夹“C:\I... 阅读全文
posted @ 2006-04-18 16:16 Gary.han 阅读(374) 评论(0) 推荐(0)
摘要: 简单SQL语句ORACLE写法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--1 SQL语句中去掉字段内容两边的空格。 rtrim(ltrim(' demo '))--截去字符串前的某个字符 ltrim('1112121','1'... 阅读全文
posted @ 2006-04-18 14:17 Gary.han 阅读(288) 评论(0) 推荐(0)