资源简介
下载连接存放在txt文件中,客户端开启多线程下载这些文件
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Text;
using System.Windows.Forms;
using Gac;
namespace Demo
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
DownLoadFile dlf = new DownLoadFile();
private void btnTest_Click(object sender EventArgs e)
{
string[] lines = File.ReadAllLines(“华军软件.txt“);
for (int i = 0; i < lines.Length; i++)
{
string[] line = lines[i].Split(new string[] { “|“ } StringSplitOptions.RemoveEmptyEntries);
if (line.Length == 2)
{
string pat
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-07-08 18:02 Demo\
文件 3755 2017-07-08 15:05 Demo\Demo.csproj
文件 6539 2017-07-08 17:18 Demo\Form1.Designer.cs
文件 3963 2017-07-08 18:02 Demo\Form1.cs
文件 5817 2017-07-08 17:18 Demo\Form1.resx
文件 465 2017-07-08 14:58 Demo\Program.cs
目录 0 2017-07-08 17:43 Demo\Properties\
文件 1316 2017-07-08 14:58 Demo\Properties\AssemblyInfo.cs
文件 2821 2017-07-08 14:58 Demo\Properties\Resources.Designer.cs
文件 5612 2017-07-08 14:58 Demo\Properties\Resources.resx
文件 1091 2017-07-08 14:58 Demo\Properties\Settings.Designer.cs
文件 249 2017-07-08 14:58 Demo\Properties\Settings.settings
目录 0 2017-07-08 17:43 Demo\bin\
目录 0 2017-07-08 17:43 Demo\bin\Debug\
文件 11776 2017-07-08 18:02 Demo\bin\Debug\Demo.exe
文件 22016 2017-07-08 18:02 Demo\bin\Debug\Demo.pdb
文件 21680 2017-07-08 18:01 Demo\bin\Debug\Demo.vshost.exe
文件 490 2016-07-16 19:44 Demo\bin\Debug\Demo.vshost.exe.manifest
文件 14848 2017-07-08 18:02 Demo\bin\Debug\DownLoadFile.dll
文件 36352 2017-07-08 18:02 Demo\bin\Debug\DownLoadFile.pdb
文件 4045 2017-07-06 02:47 Demo\bin\Debug\华军软件.txt
目录 0 2017-07-08 17:43 Demo\obj\
目录 0 2017-07-08 18:02 Demo\obj\Debug\
文件 180 2017-07-08 18:02 Demo\obj\Debug\Demo.Form1.resources
文件 180 2017-07-08 18:02 Demo\obj\Debug\Demo.Properties.Resources.resources
文件 1448 2017-07-08 18:01 Demo\obj\Debug\Demo.csproj.FileListAbsolute.txt
文件 847 2017-07-08 17:18 Demo\obj\Debug\Demo.csproj.GenerateResource.Cache
文件 7053 2017-07-08 18:02 Demo\obj\Debug\Demo.csprojResolveAssemblyReference.cache
文件 11776 2017-07-08 18:02 Demo\obj\Debug\Demo.exe
文件 22016 2017-07-08 18:02 Demo\obj\Debug\Demo.pdb
文件 1230 2017-07-08 17:17 Demo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略25个文件信息
相关资源
- pop3lib类库 +(这个不错) 附完整
- ztree应用
- 模拟器命令C#封装
- 工作上
- MongoDB
- wpf gridsplit 布局
- Jsonp跨域登录 (同步登录 同步退出)
- 随机线条拼图
- C# 批量重命名文件名
- winds服务,发送邮件且禁用违法规则的
- RTX IM API 调用
- android mvp 入门级 实例源码下载14550
- C# 远程关闭重启计算机 实例源码下载
- nVelocity 模板引擎
- MCC
- c#代码
- COM口访问
- joystick,百分比可以读
- 单线程IP地址扫描
- winform调用webservice
- camera
- ModbusMonitor VS2010 winform Csharp 开发的一
- TCPFILE C#TCP多线程异步传输 C#开发的服
- cSharpUART c#编写串口通讯代码 多线程实
- STM32F030C8T6-FreeRTOS FreeRTOS移植到STM32F
- Visual C#中的多线程编程
- C# VS2013 串口接收事件 通过委托跨线程
- c# Winform 弹出式等待窗口,多线程
- WPF 开发的一个简单的倒计时功能
- C#多线程解决界面卡死问题的完美解决
评论
共有 条评论