摘要: netstat -ano | findstr ":69" 阅读全文
posted @ 2021-11-08 23:50 xmydis 阅读(12) 评论(0) 推荐(0)
摘要: https://www.greenxf.com/soft/257389.html 阅读全文
posted @ 2021-11-08 22:09 xmydis 阅读(33) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/u012218838/article/details/52212691 阅读全文
posted @ 2021-11-08 21:13 xmydis 阅读(642) 评论(0) 推荐(0)
摘要: https://github.com/maheshhari/TFTP-server 阅读全文
posted @ 2021-11-08 17:16 xmydis 阅读(164) 评论(0) 推荐(0)
摘要: tftp 协议不复杂,在mfc 中写一个就可以了,20个同时下载不成问题evpp 可以通过共享内存通信 阅读全文
posted @ 2021-11-08 17:05 xmydis 阅读(38) 评论(0) 推荐(0)
摘要: #include<windows.h> #include<process.h> void Start(void *arg) { while(1) Sleep(1); return; } int main() { _beginthread(Start,0,NULL); return 0; } 编译链接 阅读全文
posted @ 2021-11-08 14:59 xmydis 阅读(34) 评论(0) 推荐(0)
摘要: // Test2003.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <windows.h> #include <iostream> using namespace std; int _tmain(int argc, _TCHAR* arg 阅读全文
posted @ 2021-11-08 13:18 xmydis 阅读(20) 评论(0) 推荐(0)
摘要: https://img-blog.csdn.net/20170731222530057?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdTAxNDYyOTYwMQ==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA== 阅读全文
posted @ 2021-11-08 12:04 xmydis 阅读(56) 评论(0) 推荐(0)
摘要: locate *.so 阅读全文
posted @ 2021-11-08 10:00 xmydis 阅读(36) 评论(0) 推荐(0)