上一页 1 ··· 397 398 399 400 401 402 403 404 405 ··· 619 下一页

2020年8月10日

摘要: 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)
摘要: int pause(void); 作用:使调用进程(线程)进入休眠状态(就是挂起);直到接收到信号且信号函数成功返回 pause函数才会返回 返回值:始终返回-1 阅读全文
posted @ 2020-08-10 11:09 lydstory 阅读(312) 评论(0) 推荐(0)
摘要: ####################################### ELF=main DEBUG=-g LIB= -lpthread -lrt -lstdc++ ####################################### CC=g++ $(DEBUG) $(LIB) 阅读全文
posted @ 2020-08-10 08:49 lydstory 阅读(248) 评论(0) 推荐(0)
摘要: DSkin C#界面库 阅读全文
posted @ 2020-08-10 08:07 lydstory 阅读(286) 评论(0) 推荐(0)
摘要: https://www.linuxidc.com/Linux/2017-02/141053.htm 阅读全文
posted @ 2020-08-10 07:45 lydstory 阅读(101) 评论(0) 推荐(0)

2020年8月8日

摘要: 博通公司 阅读全文
posted @ 2020-08-08 17:38 lydstory 阅读(170) 评论(0) 推荐(0)
摘要: https://www.it610.com/article/2542981.htm 阅读全文
posted @ 2020-08-08 17:05 lydstory 阅读(81) 评论(0) 推荐(0)

2020年8月7日

摘要: 原因分析: 通过查看代码发现C++程序在创建一个类的对象时报错了错误类型是Cannot allocate an object of abstract type“XXX”原因是我的类继承自一个基类,该基类中的函数存在纯虚函数,而我的类中没有重载全部纯虚函数。 解决方法:在基类中申明的虚函数,在派生类中 阅读全文
posted @ 2020-08-07 15:03 lydstory 阅读(606) 评论(0) 推荐(0)
摘要: 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 下一页

导航