Chinaunix首页 | 论坛 | 博客
  • 博客访问: 12468948
  • 博文数量: 1293
  • 博客积分: 13501
  • 博客等级: 上将
  • 技术积分: 17974
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-08 18:11
文章分类

全部博文(1293)

文章存档

2019年(1)

2018年(1)

2016年(118)

2015年(257)

2014年(128)

2013年(222)

2012年(229)

2011年(337)

发布时间:2015-12-01 20:01:04

1,基本输出代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{    class Program    {        static void Main(string[] args)        {       .........【阅读全文】

阅读(1747) | 评论(0) | 转发(0)

发布时间:2015-01-08 14:18:22

实践证明,DirectoryInfo.GetFiles是不能GetFiles("*.jpg|*.png");这样来过滤文件的。 而确实又需要过滤,只取出这两种文件时该如何处理? if (!System.IO.Directory.Exists(folderPath) || dataGridView1.Rows.Count == 0)     return; Hashtable htImages = new Hashtable(); DirectoryInfo folde.........【阅读全文】

阅读(6470) | 评论(0) | 转发(1)

发布时间:2014-08-22 15:27:00

private void CopyDir(string srcPath, string aimPath)         {            try            {.........【阅读全文】

阅读(1974) | 评论(0) | 转发(0)

发布时间:2014-01-18 18:11:31

public void SetPath(string pathValue)        {            string pathlist;            pathlist = En.........【阅读全文】

阅读(3873) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:29

学无止境啊,到我的博客看看吧

回复  |  举报

lixinhai062016-12-01 16:14

大牛

回复  |  举报

dyli20002015-04-02 23:14

meng1623338942:有好多我要学习的东西啊、】

互相学习

回复  |  举报

dyli20002015-04-02 23:14

华冠一锅3:博客不错,交个朋友

好说好说

回复  |  举报

华冠一锅32015-04-02 13:12

博客不错,交个朋友

回复  |  举报
留言热议
请登录后留言。

登录 注册