Winform读取文档。然后创建,奇数行保存一个文档,偶数行保存一个文档
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
posted @
2014-07-08 17:23
死神的遗迹
阅读(198)
推荐(0) 编辑
树控件用法
摘要:http://www.oschina.net/code/snippet_197014_15251
阅读全文
posted @
2014-07-08 14:13
死神的遗迹
阅读(103)
推荐(0) 编辑
C# 判断文件夹是否为空
摘要://pbak是要检查是否为空的文件夹路径 if (Directory.GetDirectories(pbak).Length > 0 || Directory.GetFiles(pbak).Length > 0) { Response.Write(""); }
阅读全文
posted @
2014-07-04 15:40
死神的遗迹
阅读(5461)
推荐(0) 编辑
c# 操作Lrc歌词文件 的类
摘要:http://blog.csdn.net/www314599782/article/details/6400034
阅读全文
posted @
2014-07-01 17:33
死神的遗迹
阅读(135)
推荐(0) 编辑
C# 文件操作(读取文本/日志文件,读取文件列表,创建HTML,写入日志文件)
摘要:http://blog.sina.com.cn/s/blog_78efec150100ynvf.html
阅读全文
posted @
2014-07-01 17:29
死神的遗迹
阅读(205)
推荐(0) 编辑