摘要:                    
虽然英文不怎么 样,但为了锻炼自己还是努力学习英文。平时看一些codeproject英文文章的时候也顺便翻译了一下翻译的比较差,但也是自己学习的过程=================================================介绍:Microsoft .net framwork 1.0到2.0的升级中更好的支持了FTP,这些天我不得不去靠那些适合我需要得类库,但有一点很确定,使用.net framework中的类是件非常高兴的事。代码中没有去专门的写出可以重用的类,但是你却可以很容易的去使用那些代码段去完成你确切需要的功能。因此代码中的每一个函数(包括上传,下载,删除等等)                阅读全文
            
        随笔档案-2007年08月
[通用类库]去除HTML的类
2007-08-23 10:03 by 水随风, 299 阅读, 收藏,
摘要:                    
1usingSystem;2usingSystem.Data;3usingSystem.Configuration;4usingSystem.Web;5usingSystem.Text.RegularExpressions;6usingSystem.Web.Security;7usingSystem.Web.UI;8usingSystem.Web.UI.WebControls;9usingSystem.Web.UI.WebControls.WebParts;10usingSystem.Web.UI.HtmlControls;1112/**////summary13///Summarydes                阅读全文
            
        [问题解决]dropdownlist中插入空格
2007-08-23 09:58 by 水随风, 365 阅读, 收藏,
摘要:                    
当我要实现无限级分类按级别显示各级的时候,我输入html代码" "不能转成空格,现我找到了一个解决方法:就是在前加上一个这样的代码System.Web.HttpUtility.HtmlDecode(" ") ,就能顺利的完成转化。例如:无法转化:liTmp = new ListItem();  liTmp.Text = " "+row["A_n...                阅读全文
            
        [通用类库]对字符串的处理
2007-08-23 09:45 by 水随风, 401 阅读, 收藏,
摘要:                    
1usingSystem;2usingSystem.Web.UI;3usingSystem.Text;4usingSystem.Text.RegularExpressions;5namespacePhenix.Web6{7/**////summary8///StringHelper的摘要说明。9////summary10publicclassStringHelper11{12编码解码#region编码解码13/**////summary14///编码15////summary16///paramname="str"/param17///returns/return                阅读全文
            
        
                    
                
浙公网安备 33010602011771号