上一页 1 2 3 4 5 6 ··· 111 下一页
摘要: tcp_server.cpp #include <WinSock2.h> #include <iostream> using namespace std; #pragma comment(lib,"ws2_32.lib") int main() { //初始化winsock 环境 WSADATA w 阅读全文
posted @ 2024-07-20 22:19 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: tcp_server.cpp #include <WinSock2.h> #include <iostream> using namespace std; //指定动态库的lib文件 #pragma comment(lib,"ws2_32.lib") int main() { //初始化winsoc 阅读全文
posted @ 2024-07-18 09:06 AngDH 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40659970/article/details/131223872 https://npmmirror.com/ 找到对应 nvm 文件夹settings.txt 文件,用管理员身份打开并更改 :加上两行代码保存。 node_mirror:http 阅读全文
posted @ 2024-07-17 10:16 AngDH 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-17 09:10 AngDH 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-17 08:54 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-16 22:57 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-16 22:52 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: index.js <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> 阅读全文
posted @ 2024-07-16 16:23 AngDH 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-15 23:58 AngDH 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-07-15 23:56 AngDH 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 111 下一页