2010年1月14日

Split()截取字符串真是好啊呵呵!

摘要: 今天的工作中涉及到了一个截取字符串的问题,一看到这个就想到了用Substring()、Remove()、IndexOf()配合起来肯定可以做出来的,但是这次这个比较特殊如:string str=”adfasgahba&2345324626&fgerehhadfg”;为了显示结果的方便我把&之间的字符 换成了数字,而想得到的结果是吧&之间的数字... 阅读全文

posted @ 2010-01-14 22:21 anlantan 阅读(5183) 评论(0) 推荐(0) 编辑

常用CMD命令

摘要: 引用:http://www.cnblogs.com/awangsong/archive/2008/11/11/1331339.html appwiz.cpl------------添加删除程序control userpasswords2--------用户帐户设置cleanmgr-------垃圾整理CMD--------------命令提示符可以当作是 Windows 的一个附件,Ping,Co... 阅读全文

posted @ 2010-01-14 11:46 anlantan 阅读(250) 评论(0) 推荐(0) 编辑

C#实现下载功能(好东东就应该保存学习)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;//导入命名空间using System.IO; namespace WebApplication2{ public partial... 阅读全文

posted @ 2010-01-14 11:36 anlantan 阅读(1304) 评论(1) 推荐(1) 编辑

导航