资源简介
C# 批量数据上传客户端例子源码 FastDFS
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Collections;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using FastDFS.Client.Common;
using FastDFS.Client.Config;
namespace FastDFS.Client
{
///
/// 链接管理池
///
public sealed class ConnectionManager
{
#region 私有字段
private static List _listTrackers = new List();
#endregion
#region 公共静态字段
public static Dictionary TrackerPools = new Dictionary();
public static Dictionary StorePools = new Dictionary();
#endregion
#region 公共静态方法
public static bool Initialize(List trackers)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-07-15 07:36 FastDFS.Client-master\
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\
文件 481 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\App.config
文件 2884 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\FastDFS.Client.Demo.csproj
文件 1505 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\Program.cs
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\Properties\
文件 1326 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\Properties\AssemblyInfo.cs
文件 141215 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.Demo\test.jpg
文件 2634 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client.sln
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\
文件 1053 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\Connection.cs
文件 2251 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\Consts.cs
文件 371 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\FDFSConfig.cs
文件 195 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\FDFSException.cs
文件 1752 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\FDFSHeader.cs
文件 1796 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\FDFSRequest.cs
文件 3533 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\Pool.cs
文件 204 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\StorageNode.cs
文件 4236 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Common\Util.cs
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Config\
文件 443 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Config\FastDFSConfig.cs
文件 278 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Config\FastDFSServer.cs
文件 1079 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Config\FastDfsConfigurationSectionHandler.cs
文件 306 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Config\FastDfsManager.cs
文件 2318 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\ConnectionManager.cs
文件 4400 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\FastDFS.Client.csproj
文件 7363 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\FastDFSClient.cs
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Properties\
文件 626 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Properties\AssemblyInfo.cs
目录 0 2014-07-15 07:36 FastDFS.Client-master\FastDFS.Client\Storage\
............此处省略23个文件信息
- 上一篇:SmartAdmin 公司网站
- 下一篇:C# cms 内容管理系统 完整
相关资源
- C#联通网络宽带测试 拨号
- C#百度指数抓取方法(2012年版本已失
- C# 隐藏某个磁盘分区
- C# 读取并编辑window系统的右键菜单
- C#自定义屏保(不断滚动的文字)
- C#winform打印指定区域 -控件拖动 -设置
- C#使用Hook进行改键
- 提供C#调用系统API函数弹出或收起光驱
- 通过C#自带的头文件(类)获取Windo
- C#获取电脑CPU以及内存使用率
- 利用uu云打码平台的lib实现的c#打码平
- tf-idf一种计算方法
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 动态抓取IPC#实现
- XXTEA算法的C#实现和JS实现,可以互相
- C# 飞行棋 游戏源码(面向对象入门)
- 基于WinPcap的C# ARP欺骗软件().rar
- 疯子ftp上传工具源码传送数据到服务
- C#网络应用编程 矩阵并行计算练习
- 《C#版Ftp软件源码》
-
C# 播放铃声(AxWindowsMediaPla
yer)最新 - C# 把图片显示成椭圆形状
- C# 水平交错效果显示图像
- winform 浮雕效果的图像
- c# 底片效果显示图像就像旧式相机的
- 积木效果显示图像
- C# 隐形窗体 (没有边框,没有标题栏
- browerPhotoC#网页截图(不打开网页)
- C# 模拟时钟(自绘Graphics)
评论
共有 条评论