lxg

导航

 
上一页 1 2 3 4 5 6 7 ··· 10 下一页

2021年7月26日

摘要: 引自:https://blog.csdn.net/y1196645376/article/details/51455273 //测试 #pragma once#include "Reflex.h"#include "Object.h" class A : public Object{ DECLARE 阅读全文
posted @ 2021-07-26 16:11 lxg_7105 阅读(76) 评论(0) 推荐(0) 编辑
 
摘要: 测试如下: # 将类名转换为字符串 #define TRANS(name) #name #include "ObjectReflect.h" //测试类1class MyObject1{public: MyObject1(); ~MyObject1(); void TestFunc();privat 阅读全文
posted @ 2021-07-26 14:56 lxg_7105 阅读(102) 评论(0) 推荐(0) 编辑
 

2021年7月18日

摘要: class Request; //职责链接口 class Chain { protected: Chain* chain; public: Chain(Chain* chain = nullptr); virtual ~Chain() = 0; void setChain(Chain* chain) 阅读全文
posted @ 2021-07-18 21:57 lxg_7105 阅读(41) 评论(0) 推荐(0) 编辑
 

2021年7月16日

摘要: 阅读全文
posted @ 2021-07-16 17:56 lxg_7105 阅读(53) 评论(0) 推荐(0) 编辑
 

2021年6月7日

摘要: 引自:https://www.cnblogs.com/xiesong/p/5761352.html 最后重启电脑!!! 阅读全文
posted @ 2021-06-07 16:15 lxg_7105 阅读(109) 评论(0) 推荐(0) 编辑
 

2021年4月15日

摘要: 引自:https://www.cnblogs.com/kanite/p/8299147.html 阅读全文
posted @ 2021-04-15 10:32 lxg_7105 阅读(80) 评论(0) 推荐(0) 编辑
 

2021年4月1日

摘要: 转自:https://waleon.blog.csdn.net/article/details/105071540?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Edefaul 阅读全文
posted @ 2021-04-01 17:11 lxg_7105 阅读(432) 评论(0) 推荐(0) 编辑
 

2021年3月31日

摘要: 阅读全文
posted @ 2021-03-31 16:25 lxg_7105 阅读(45) 评论(0) 推荐(0) 编辑
 

2021年3月29日

摘要: 转自:https://blog.csdn.net/nicholas_dlut/article/details/80990289 实现linux下守护进程,根据进程名字获取PID(进程号),调用kill(pid, SIGKILL); 后期实现window和linux下的守护进程 阅读全文
posted @ 2021-03-29 11:36 lxg_7105 阅读(265) 评论(0) 推荐(0) 编辑
 

2021年3月5日

摘要: 转自:https://blog.csdn.net/sinat_38606329/article/details/107410150 阅读全文
posted @ 2021-03-05 17:23 lxg_7105 阅读(249) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 7 ··· 10 下一页