会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
359
360
361
362
363
364
365
366
367
···
619
下一页
2021年1月28日
万类霜天竞寂寥
摘要: 半天一天一晚一分一秒熬啊熬万类霜天竞寂寥 愁啊愁
阅读全文
posted @ 2021-01-28 13:17 lydstory
阅读(32)
评论(0)
推荐(0)
文件内容txt 存入c++动态数组
摘要: dy<string> 存入动态数组 一次性数据 内存清理 分析
阅读全文
posted @ 2021-01-28 11:19 lydstory
阅读(105)
评论(0)
推荐(0)
cppunit
摘要: 单元测试 是否应该在程序中 象版本管理一样 必须使用那?
阅读全文
posted @ 2021-01-28 11:02 lydstory
阅读(38)
评论(0)
推荐(0)
2021年1月27日
for循环的goto必须放在for内部
摘要: #include <stdio.h> #include <iostream> using namespace std; int main() { int q = 0; for(q =0; q < 3; q++) { if(q==0) { cout<<"11111"<<endl; goto label
阅读全文
posted @ 2021-01-27 20:33 lydstory
阅读(328)
评论(0)
推荐(0)
2021年1月26日
error: expected ';', ',' or ')' before '&' token 解决方法
摘要: 1、常规的解决方法:用指针来取代引用,在主函数中传进来地址; 2、将代码扩展名保存成.cpp文件 为什么? 我们可以认为,c不认引用传递,但是c++支持引用传递啊! 【转】:https://blog.csdn.net/donoot/article/details/80155918 https://b
阅读全文
posted @ 2021-01-26 20:01 lydstory
阅读(2190)
评论(0)
推荐(0)
网络分析仪
摘要: 网络分析仪
阅读全文
posted @ 2021-01-26 13:25 lydstory
阅读(72)
评论(0)
推荐(0)
socket tcp udp
摘要: https://blog.csdn.net/dengmei1032/article/details/101283646
阅读全文
posted @ 2021-01-26 13:07 lydstory
阅读(56)
评论(0)
推荐(0)
2021年1月25日
atoi stdlib.h close unistd.h
摘要: ‘close’ was not declared in this scope ‘read’ was not declared in this scope ‘sysconf’ was not declared in this scope 没有包含头文件 unistd.h 造成的。 加上' #inclu
阅读全文
posted @ 2021-01-25 20:25 lydstory
阅读(63)
评论(0)
推荐(0)
libnet
摘要: 建锋:(C)libnet-发送arp/tcp/icmp数据包建锋:可用开源libnet,简单点。
阅读全文
posted @ 2021-01-25 20:01 lydstory
阅读(84)
评论(0)
推荐(0)
制作.so makefile
摘要: CC = gcc C++ = g++ LINK = g++ LIBS = #must add -fPIC option CCFLAGS = $(COMPILER_FLAGS) -c -g -fPIC C++FLAGS = $(COMPILER_FLAGS) -fpermissive -std=c++
阅读全文
posted @ 2021-01-25 11:10 lydstory
阅读(106)
评论(0)
推荐(0)
上一页
1
···
359
360
361
362
363
364
365
366
367
···
619
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告