• Joined on 2024-10-11
fly6516 pushed to master at CodeSandBox/sql-judge 2025-01-09 07:36:17 +00:00
9f09737b72 feat(api): 添加 SQL 查询执行功能
54730ca312 Initial commit from Create Next App
fly6516 created repository CodeSandBox/sql-judge 2025-01-09 07:35:47 +00:00
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:54:30 +00:00
2fb3a08fbf refactor(main): 优化 DNS响应解析函数
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:49:19 +00:00
7243851f9e refactor(main): 优化 DNS 查询报文构建函数
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:37:52 +00:00
84cb0c5854 refactor(main): 优化校验和函数的代码可读性- 为关键变量和操作添加了注释,解释了它们的作用
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:30:18 +00:00
62df3394e5 feat(main): 添加本地发送端口功能
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:11:37 +00:00
aa143115d5 refactor(main.py): 优化 UDP 头部构造代码
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:04:23 +00:00
41d46dc492 refactor(main): 优化 ICMP报文构造函数的注释- 增加了对 ICMP 报文构造过程的详细注释
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-08 06:00:24 +00:00
55ab04e18c refactor(main): 优化 IP头部构造函数的代码结构和注释
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 19:32:32 +00:00
a0d3d8363f docs(代码解释): 更新网络通信软件的代码解释文档
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 09:07:03 +00:00
047ff93932 feat(README): 更新功能描述并添加IP报文发送说明
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 09:06:05 +00:00
773858452e feat(main): 添加 IP 报文发送功能
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 07:53:49 +00:00
fdcc058c40 feat(README): 更新项目功能说明并添加DNS报文支持
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 07:49:52 +00:00
bb61cd787c feat(main): 添加 DNS 查询功能- 实现了构建 DNS 查询报文和解析响应报文的逻辑
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 07:40:02 +00:00
8d385e54e2 refactor(main): 优化代码结构并添加注释
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-07 06:36:58 +00:00
2f202448f7 feat(ICMP): 添加 ICMP 报文的 RTT 计算功能
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-06 07:36:21 +00:00
4c8d4db8fc style:优化 UDP 头部格式的注释
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-06 07:31:50 +00:00
1e7ce614d4 refactor(main): 优化 UDP 和 TCP 报文构造函数的代码可读性
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-06 07:12:18 +00:00
d8b3158747 docs: 添加项目文档和 MIT
fly6516 pushed to master at fly6516s_Educatio.../Python-web-communicate 2025-01-06 07:08:05 +00:00
71a8e81f68 docs: 添加原理解释和校验和计算文档