资源简介
快速检索关键字并提取出来
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Collections;
namespace CheckZhiFu
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
System.IO.StreamReader st;//文件读取器
st = new StreamReader(“10690关键字.txt“ System.Text.Encoding.UTF8);
string wholeTxt = st.ReadToEnd();
st.Close();
this.richTextBox2.Text = wholeTxt;
}
private void Checkebtn_Click(object sender EventArgs e)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5612 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties\Resources.resx
文件 249 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties\Settings.settings
文件 1376 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties\AssemblyInfo.cs
文件 2870 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties\Resources.Designer.cs
文件 1095 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties\Settings.Designer.cs
文件 3766 2012-05-30 16:11 CheckZhiFu\CheckZhiFu\CheckZhiFu.csproj
文件 490 2007-07-21 01:33 CheckZhiFu\CheckZhiFu\bin\Debug\CheckZhiFu.vshost.exe.manifest
文件 14328 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\bin\Debug\CheckZhiFu.vshost.exe
文件 7625 2012-05-31 17:37 CheckZhiFu\CheckZhiFu\bin\Debug\10690关键字.txt
文件 103936 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\bin\Debug\CheckZhiFu.exe
文件 22016 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\bin\Debug\CheckZhiFu.pdb
文件 93420 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.Form1.resources
文件 180 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.Properties.Resources.resources
文件 847 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.csproj.GenerateResource.Cache
文件 22016 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.pdb
文件 103936 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.exe
文件 841 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\obj\Debug\CheckZhiFu.csproj.FileListAbsolute.txt
文件 491 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Program.cs
文件 6840 2012-06-01 10:45 CheckZhiFu\CheckZhiFu\Form1.Designer.cs
文件 145398 2012-06-01 10:45 CheckZhiFu\CheckZhiFu\Form1.resx
文件 1811 2012-06-05 14:40 CheckZhiFu\CheckZhiFu\Form1.cs
文件 920 2012-05-30 15:49 CheckZhiFu\CheckZhiFu.sln
..A..H. 15360 2012-06-05 14:40 CheckZhiFu\CheckZhiFu.suo
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\obj\Debug\TempPE
目录 0 2012-05-31 10:18 CheckZhiFu\CheckZhiFu\obj\Debug\Refactor
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\bin\Debug
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\obj\Debug
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\Properties
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\bin
目录 0 2012-05-30 15:49 CheckZhiFu\CheckZhiFu\obj
............此处省略5个文件信息
评论
共有 条评论