搜索资源列表
13
- 这是一个基于特洛伊*的毕业论文,比较有参考价值,采用了线程注入技术和socket编程技术。可以进行一定程度的远程控制。-This is a Trojan horse-based dissertation, compare a reference value, using the thread implantation technique and socket programming. Can be a degree of remote control.
threadandsocket
- 线程同步与异步套接字,通过例子方便的理解这些知识-Thread synchronization with asynchronous socket, through the examples to facilitate understanding of the knowledge
Perl IRC Bot
- Perl IRC Bot use warnings; use POE::Component::IRC; use POE::Kernel; use POE::Session; use POE::Loop::Select; use POE::Resource::Aliases; use POE::Resource::Events; use POE::Resource::Extrefs; use POE::Resource::FileHandles; use POE::Resource::SIDs;
server
- 实现socket多客户端通信,每来一个客户端开一个线程,同时收到的数据写数据库。-Implement socket multi-client communication, each to a client open a thread, and you receive the data write to the .
TCP通讯
- 利用python3实现socket多线程通讯,可以直接使用,包括socket通讯以及socketserver通讯方式(Use python3 to implement socket multi-thread communication, you can use it directly)