01 2023 档案

摘要:三种方式实现vector的自定义排序 方法1:重载运算符 #include <vector> #include <algorithm> #include <functional> using namespace std; struct TItem { int m_i32Type; int m_i32 阅读全文
posted @ 2023-01-25 17:32 萧海~ 阅读(496) 评论(0) 推荐(0) 编辑
摘要:功能:客户端可以向服务器发送get,post等请求,而服务器端可以接收这些请求,并返回给客户端消息。 客户端: #coding=utf-8 import http.client from urllib import request, parse def send_get(url,path,data) 阅读全文
posted @ 2023-01-23 15:20 萧海~ 阅读(966) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2023-01-09 14:42 萧海~ 阅读(0) 评论(0) 推荐(0) 编辑