摘要: 从其他博客网站导入文章,便于其他博客网站的博客迁移至博客园。大家有什么好的建议? 阅读全文
posted @ 2004-02-09 23:20 dudu 阅读(793) 评论(3) 推荐(0) 编辑
摘要: Debug JavaScript in ASP.NET Apps 阅读全文
posted @ 2004-02-09 16:22 dudu 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: 使用Substring()时的正确写法: string tmpstr; if((tmpstr!=null)&&(tmpstr!="")) { if(tmpstr.Length>500) { tmpstr=tmpstr.Substring(0,500); } } 下列情况会触发Substring()产生异常 1、tmpstr=null 2、tmp... 阅读全文
posted @ 2004-02-09 11:56 dudu 阅读(10425) 评论(7) 推荐(0) 编辑