[DIOCP视频]-DIOCPFileServer视频

简介: 本次视频简单讲解了DiocpFileServer + 客户端使用接口方式,通信方面可以方便的在DiocpBlockTcpClient和IdTcpClient组件之间切换。 + 添加单独的EXE客户端(MyBean插件依然可以直接使用)   下载地址(Diocp共享视频下载) http://pan.

本次视频简单讲解了DiocpFileServer

+ 客户端使用接口方式,通信方面可以方便的在DiocpBlockTcpClient和IdTcpClient组件之间切换。

+ 添加单独的EXE客户端(MyBean插件依然可以直接使用)

 

下载地址(Diocp共享视频下载)

http://pan.baidu.com/s/1bnrWjkN

 

 

diocp|mybean官方网站: 主域名: www.diocp.org (备用域名:diocp.wedelphi.com)

diocp|mybean官方论坛: http://delphi.net.cn

目录
相关文章
|
9月前
|
存储 算法 前端开发
[C++基础]-stack和queue
[C++基础]-stack和queue
|
C++
C++ 中cout<<endl的实现
话说像下面的语句,应该大家都明白这是通过重载operator
1019 0
1048. Find Coins (25)
#include #include #include #include using namespace std; map ma; int main(){ int n, m, t; cin >> n ...
888 0
|
机器学习/深度学习 人工智能 Java
[LeetCode]--73. Set Matrix Zeroes
Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. click to show follow up. Follow up: Did you use extra space? A straight forward solution us
995 0
(case when length(p.name)>25 then concat(substring(p.name,1,12),'...') else p.name end) as projectName
SELECT DISTINCT pw.project_id as projectId , (case when length(p.name)>25 then concat(substring(p.
1091 0
|
算法 C++
STL算法find,find_if,find_if_not,sort,fill,for_each,count,adjacent_find,random_shuffle,prev_permutation
 1find查找 #include<iostream> #include<vector> #include<algorithm> #include<list> #include<set> #include<string>   usingnamespacestd;
1390 0
[LeetCode]--405. Convert a Number to Hexadecimal
Given an integer, write an algorithm to convert it to hexadecimal. For negative integer, two’s complement method is used. Note: All letters in hexadecimal (a-f) must be in lowercase. The
968 0

热门文章

最新文章