随笔分类 -  c++语言

上一页 1 2 3 4 5 6 ··· 25 下一页

c++语言
python socks5
摘要:LixiaofengLix/py-socks5-server: A simple SOCKS5 server implemented in Python, supporting TCP and UDP proxy. (github.com) 阅读全文

posted @ 2024-09-27 07:15 lydstory 阅读(8) 评论(0) 推荐(0) 编辑

Linode云服务器
摘要:【长期有效】Linode云服务器免费送100美元试用金,随便开机器用 没错,全球知名云服务器商家linode免费送你100美元账户余额,方便你随便开机器测试使用,而且这个活动是长期有效的,不过仅限新用户才能享受这个活动,当然这个赠送的余额是有有效期的,60天后自动过期不管你是否使用完了100美元。 阅读全文

posted @ 2024-09-25 16:18 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

linux内核 down_interruptible() 函数
摘要:down_interruptible() 函数返回一个整型值,如果成功获取了信号量,则返回0,否则在收到中断信号后,将返回-EINTR static struct semaphore msg_sem; 阅读全文

posted @ 2024-08-23 09:23 lydstory 阅读(113) 评论(0) 推荐(0) 编辑

wxwidget开发的软件
摘要:我们熟知的FileZilla这款软件的界面就是用它开发的。 阅读全文

posted @ 2024-08-22 09:56 lydstory 阅读(36) 评论(0) 推荐(0) 编辑

wxWidgets使用
摘要:类似于MFC的MESSAGE_MAP,wxWidgets使用EVENT_TABLE语法糖实现对事件处理函数的回调。具体的实现方法是,在h文件的类声明里添加宏 wxDECLARE_EVENT_TABLE() 并在cpp文件里面添加对应事件处理函数的列表: wxBEGIN_EVENT_TABLE(... 阅读全文

posted @ 2024-08-21 17:34 lydstory 阅读(57) 评论(0) 推荐(0) 编辑

ocx 控件
摘要:ocx 控件 ocx 控件 ocx 控件 pdf 网页 阅读全文

posted @ 2024-08-17 15:41 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

lmbench编译问题解决
摘要:步骤一、#tar -zxvf lmbench3.tar.gz#cd lmbench3#make 此时会报错: make[2]: *** 没有规则可以创建“bk.ver”需要的目标“../SCCS/s.ChangeSet”。 停止。 make[2]:正在离开目录 `/home/hero/lmbench 阅读全文

posted @ 2024-08-15 06:31 lydstory 阅读(66) 评论(0) 推荐(0) 编辑

c语言转换char字符数组为大写小写
摘要:#include <string.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include <ctype.h> #include <sys/stat.h> void getdate(char *datestr,char 阅读全文

posted @ 2024-08-14 14:28 lydstory 阅读(14) 评论(0) 推荐(0) 编辑

c语言替换字符串 Replace the first ‘oldstr‘ with ‘newstr‘ in ‘srcstr‘
摘要:#include <string.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include <ctype.h> #include <sys/stat.h> void getdate(char *datestr,char 阅读全文

posted @ 2024-08-14 13:57 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

linux获取系统日期时间格式
摘要:#include <string.h> #include <stdlib.h> #include <stdio.h> #include <time.h> #include <ctype.h> #include <sys/stat.h> void getdate(char *datestr,char 阅读全文

posted @ 2024-08-14 07:14 lydstory 阅读(13) 评论(0) 推荐(0) 编辑

航班信息
摘要:apache: html展示 c语言:输出html 60秒刷新一次 20分钟浏览器重启一次 旅客服务系统:晚上停机 几点 几分 指定座位 有没有票... 阅读全文

posted @ 2024-08-02 19:15 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

c语言去掉字符串左右两边的空格
摘要:#include <iostream> using namespace std; #include <string.h> #include <stdio.h> /*去掉右边的空格*/ char* rtrim(char* str) { int len = 0; int i = 0; len = str 阅读全文

posted @ 2024-07-31 22:07 lydstory 阅读(27) 评论(0) 推荐(0) 编辑

powershell 111
摘要:ConvertTo-JsonInvoke-WebRequest -UseBasicParsing $url -ContentType "application/json" -Method POST -Body $text 阅读全文

posted @ 2024-07-16 21:46 lydstory 阅读(7) 评论(0) 推荐(0) 编辑

四元数 指针
摘要:四元数 指针、四元数 指针 四元数 指针 四元数 指针 阅读全文

posted @ 2024-06-30 20:22 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

c++ 10进制转2进制
摘要:#include <iostream> using namespace std; void fun(int n) { if (n == 0) { cout << 0; return; } int binary[32]; // 存储二进制数的数组 int i = 0; while (n > 0) { 阅读全文

posted @ 2024-06-29 09:58 lydstory 阅读(11) 评论(0) 推荐(0) 编辑

Kinect for windows sdk
摘要:一、官方指导 To Create an Unmanaged Application follow these steps for implementing an unmanaged application. 1. include <NuiApi.h> in your source code 2. f 阅读全文

posted @ 2024-06-28 16:50 lydstory 阅读(25) 评论(0) 推荐(0) 编辑

圆刚视频采集卡
摘要:https://www.avermedia.cn/ 阅读全文

posted @ 2024-06-28 14:34 lydstory 阅读(9) 评论(0) 推荐(0) 编辑

strlcpy实现
摘要:#include <iostream> using namespace std; size_t strlcpy(char *dst, const char *src, size_t siz) { char *d = dst; const char *s = src; size_t n = siz; 阅读全文

posted @ 2024-06-28 10:43 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

disk_everything文件查找
摘要:disk_everything文件查找软件 阅读全文

posted @ 2024-06-27 11:16 lydstory 阅读(5) 评论(0) 推荐(0) 编辑

openssl 与证书
摘要:openssl 与证书 openssl 与证书 openssl 与证书 openssl 与证书 阅读全文

posted @ 2024-06-26 21:38 lydstory 阅读(4) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 25 下一页

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示