天生舞男

我喜欢谦虚的学习各种...,希望自己能坚持一辈子,因为即使一张卫生巾也是有它的作用.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年10月9日

摘要: using System;using System.Collections.Generic;using System.Text;using System.Reflection;using System.Windows.Forms; namespace ReflectionTextBox{ class Program { static void Main(string[] ... 阅读全文

posted @ 2005-10-09 14:01 天生舞男 阅读(348) 评论(0) 推荐(0) 编辑

摘要: fileNum = 0;//该变量不要放到方法体,不然每次递归都变成0 public int GetFileNum(string srcPath) { try { // 根据源目录的路径得到源目录中包含文件和目录路径的一个字符串数组 string[] fileList =... 阅读全文

posted @ 2005-10-09 13:05 天生舞男 阅读(309) 评论(0) 推荐(0) 编辑

摘要: 1.关注中央公务员报考2.关注IT讲师3.狠抓证书 阅读全文

posted @ 2005-10-09 11:18 天生舞男 阅读(181) 评论(0) 推荐(0) 编辑

摘要: string convertString = sourceString.Replace(" ", "").ToLower(); 阅读全文

posted @ 2005-10-09 11:14 天生舞男 阅读(292) 评论(0) 推荐(0) 编辑