嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Gearman 的C#开发API和一个简单自带demo,vs2008.
.
├── Gearman C# API和示例_GearmanSharp-master.zip
├── GearmanSharp-master
│ ├── CHANGES.txt
│ ├── ExampleClient
│ │ ├── ExampleClient.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── ExampleWorker
│ │ ├── ExampleWorker.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── GearmanSharp
│ │ ├── Configuration
│ │ │ ├── ClusterConfigurationElement.cs
│ │ │ ├── ClustersConfigurationElementCollection.cs
│ │ │ ├── GearmanConfigurationSection.cs
│ │ │ ├── ServerConfigurationElement.cs
│ │ │ └── ServersConfigurationElementCollection.cs
│ │ ├── Examples
│ │ │ └── Example.cs
│ │ ├── Exceptions
│ │ │ ├── GearmanApiException.cs
│ │ │ ├── GearmanConnectionException.cs
│ │ │ ├── GearmanException.cs
│ │ │ ├── GearmanFunctionInternalException.cs
│ │ │ ├── GearmanServerException.cs
│ │ │ └── NoServerAvailableException.cs
│ │ ├── Extensions.cs
│ │ ├── GearmanClient.cs
│ │ ├── GearmanClientProtocol.cs
│ │ ├── GearmanConnection.cs
│ │ ├── GearmanConnectionFactory.cs
│ │ ├── GearmanConnectionManager.cs
│ │ ├── GearmanJob.cs
│ │ ├── GearmanJobInfo.cs
│ │ ├── GearmanJobPriority.cs
│ │ ├── GearmanJobRequest.cs
│ │ ├── GearmanJobStatus.cs
│ │ ├── GearmanProtocol.cs
│ │ ├── GearmanSharp.csproj
│ │ ├── GearmanThreadedWorker.cs
│ │ ├── GearmanWorker.cs
│ │ ├── GearmanWorkerProtocol.cs
│ │ ├── IGearmanClient.cs
│ │ ├── IGearmanConnection.cs
│ │ ├── IGearmanConnectionFactory.cs
│ │ ├── IGearmanJob.cs
│ │ ├── ISocket.cs
│ │ ├── Packets
│ │ │ ├── Packet.cs
│ │ │ ├── PacketType.cs
│ │ │ ├── RequestPacket.cs
│ │ │ └── ResponsePacket.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Serializers.cs
│ │ ├── SocketAdapter.cs
│ │ ├── Util.cs
│ │ └── docs
│ │ └── protocol.txt
│ ├── GearmanSharp.Tests
│ │ ├── App.config
│ │ ├── ConfigurationTests.cs
│ │ ├── GearmanClientTests.cs
│ │ ├── GearmanConnectionTests.cs
│ │ ├── GearmanSharp.Tests.csproj
│ │ ├── GearmanWorkerTests.cs
│ │ ├── Helpers.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestConfiguration.config
│ │ └── UtilTests.cs
│ ├── GearmanSharp.sln
│ ├── LICENSE.txt
│ ├── README.txt
│ ├── TODO.txt
│ └── lib
│ ├── Newtonsoft.Json.License.txt
│ ├── Newtonsoft.Json.dll
│ ├── Newtonsoft.Json.xml
│ ├── Rhino.Mocks.License.txt
│ ├── Rhino.Mocks.dll
│ ├── nunit.framework.License.txt
│ └── nunit.framework.dll
└── LixyNews.suo
15 directories, 72 files