摘要: /// <summary> /// 获取指定路径所指定文件或目录名称 /// 如:C:\windows\test/ 为test ; C:\windows\test\A.doc\ 为A.doc /// </summary> /// <param name="Path">路径</param> /// <returns></returns... 阅读全文
posted @ 2009-05-27 15:40 起源 阅读(457) 评论(1) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;namespace LicenseReg{ class StringDeal { /// <summary> /// 分解串 /// </summary> /// <param name="Str">串</param> //... 阅读全文
posted @ 2009-05-27 13:52 起源 阅读(280) 评论(0) 推荐(0)