微软专家

援引事类,扬搉古今,举要删芜,言辩而理切--QQ276605216

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理
  39 Posts :: 1 Stories :: 35 Comments :: 1 Trackbacks

公告

昵称:Anders' Yan
园龄:5年
粉丝:0
关注:0

搜索

 
 

常用链接

我的标签

最新评论

阅读排行榜

评论排行榜

推荐排行榜

08 2008 档案

摘要: public class MyTemplate:ITemplate{ private string strColumnName; private DataControlRowType dcrtColumnType; public MyTemplate(string strColumnName, DataControlRowType dcrtColumnType) { this.strColu...阅读全文
posted @ 2008-08-20 18:40 Anders' Yan 阅读(2393) | 评论 (1) 编辑

摘要: using System.IO; namespace ConsoleApplication1{ class Program { static void Main (string[] args) { string path = @"D:\SkinData\the_asphalt_world"; string[] files = Directory.GetFiles(path); foreach ...阅读全文
posted @ 2008-08-01 10:46 Anders' Yan 阅读(90) | 评论 (4) 编辑