- 博客(4)
- 收藏
- 关注
原创 SOCKET 多线程双向通信
Server.c#include <stdio.h>#include <winsock2.h>#include <process.h>#include <pthread.h>#pragma comment (lib, "ws2_32.lib") //加载 ws2_32.dllvoid *sendmess(){ printf("server send ...\n"); SOCKET server = socket(AF_INET,SO..
2022-05-11 16:13:51 795
原创 go-cqhttp + flask 在Ubuntu 上部署
一:go-cqhttp 下载go-cqhttp 帮助中心https://docs.go-cqhttp.org/我的是ubuntu18 64bitsudo dpkg -i xxx.debdpkg -i --instdir=/dest/dir/path xxx.deb //在指定位置安装运行./go-cqhttp我选择了0Http 通信device.json 改成了安卓二:Flaskpip 安装 两个库flask gevent...
2022-04-05 23:40:53 2930
原创 Acwing 寒假每日一题自律打卡
#include<bits/stdc++.h>using namespace std;int f1(string s){ int num = 0; for(int i=s.length()-1;i>=0;i--) { num = num + pow(2,s.length()-1-i)*(s[i]-'0'); } return num;}int f2(string s){ int num = 0; ...
2022-01-02 08:49:43 584
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人