会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
397
398
399
400
401
402
403
404
405
···
619
下一页
2020年8月10日
AddResourceFont 信息
摘要: https://www.it610.com/article/2704980.htm
阅读全文
posted @ 2020-08-10 14:25 lydstory
阅读(81)
评论(0)
推荐(0)
临时字体
摘要: https://www.cnblogs.com/hgy413/archive/2011/09/16/3693591.html
阅读全文
posted @ 2020-08-10 13:42 lydstory
阅读(138)
评论(0)
推荐(0)
linux pause
摘要: int pause(void); 作用:使调用进程(线程)进入休眠状态(就是挂起);直到接收到信号且信号函数成功返回 pause函数才会返回 返回值:始终返回-1
阅读全文
posted @ 2020-08-10 11:09 lydstory
阅读(312)
评论(0)
推荐(0)
makefile find cpp
摘要: ####################################### ELF=main DEBUG=-g LIB= -lpthread -lrt -lstdc++ ####################################### CC=g++ $(DEBUG) $(LIB)
阅读全文
posted @ 2020-08-10 08:49 lydstory
阅读(248)
评论(0)
推荐(0)
DSkin C#
摘要: DSkin C#界面库
阅读全文
posted @ 2020-08-10 08:07 lydstory
阅读(286)
评论(0)
推荐(0)
libxls
摘要: https://www.linuxidc.com/Linux/2017-02/141053.htm
阅读全文
posted @ 2020-08-10 07:45 lydstory
阅读(101)
评论(0)
推荐(0)
2020年8月8日
Broadcom
摘要: 博通公司
阅读全文
posted @ 2020-08-08 17:38 lydstory
阅读(170)
评论(0)
推荐(0)
jtapi
摘要: https://www.it610.com/article/2542981.htm
阅读全文
posted @ 2020-08-08 17:05 lydstory
阅读(81)
评论(0)
推荐(0)
2020年8月7日
g++编译报错原因分析cannot allocate an object of abstract type“XXX ”
摘要: 原因分析: 通过查看代码发现C++程序在创建一个类的对象时报错了错误类型是Cannot allocate an object of abstract type“XXX”原因是我的类继承自一个基类,该基类中的函数存在纯虚函数,而我的类中没有重载全部纯虚函数。 解决方法:在基类中申明的虚函数,在派生类中
阅读全文
posted @ 2020-08-07 15:03 lydstory
阅读(606)
评论(0)
推荐(0)
pthread_create传递参数
摘要: CIniFile thini("./preconfig.ini"); string strip=""; string strport=""; strip=thini.readStr("server","ip"); strport=thini.readStr("server","port"); str
阅读全文
posted @ 2020-08-07 12:50 lydstory
阅读(477)
评论(0)
推荐(0)
上一页
1
···
397
398
399
400
401
402
403
404
405
···
619
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告