上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 42 下一页

2021年1月6日

Windows API 获取网卡的MAC地址,GetAdaptersInfo function (iphlpapi.h)

摘要: https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getadaptersinfo 要调用两次。 第一次调用失败,但是可以获取所需的buffer大小,按所获得的大小分配空间。 第二次获得一个链表,每个节点指向 阅读全文

posted @ 2021-01-06 18:15 liujx2019 阅读(1269) 评论(0) 推荐(0) 编辑

RedHat 修改etc/resolv.com 添加DNS,重启网络,文件就被重置了

摘要: RedHat5.5的/etc/resolv.conf文件被复写的解决 [日期:2013-06-08] 来源:Linux社区 作者:wangyublues [字体:大 中 小] 公司RedHat5.5系统,配置了/etc/resolv.conf文件后重启网络服务,此文件内容就被复写了。经过查看红帽官方 阅读全文

posted @ 2021-01-06 17:51 liujx2019 阅读(370) 评论(0) 推荐(0) 编辑

build httpd 报警 configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure –with-crypto

摘要: 出处: https://www.entblog.net/2554.html 最新版の apache2-2.4.28-1vl7.src.rpm が存在していたので 早速、リビルドすると以下のWARNINGが表示する状態でした 1 configure: WARNING: Your APR does no 阅读全文

posted @ 2021-01-06 14:30 liujx2019 阅读(117) 评论(0) 推荐(0) 编辑

2020年12月29日

画 流程图 的开源软件 drawio

摘要: drawio https://github.com/jgraph/drawio-desktop/releases/tag/v13.9.9 阅读全文

posted @ 2020-12-29 09:22 liujx2019 阅读(397) 评论(0) 推荐(0) 编辑

英语 "the same with" and "the same as"

摘要: https://forum.wordreference.com/threads/the-same-with-and-the-same-as.1323516/ 阅读全文

posted @ 2020-12-29 09:18 liujx2019 阅读(187) 评论(0) 推荐(0) 编辑

2020年12月24日

Qt 获取当前程序的路径 QDir::currentPath()

摘要: https://forum.qt.io/topic/29374/how-to-get-current-working-directory-in-a-qt-application/3 阅读全文

posted @ 2020-12-24 18:00 liujx2019 阅读(1142) 评论(0) 推荐(0) 编辑

无符号字符型 与 扩展ASCII码表

摘要: In C++ we have seen there is character type data called char. Sometimes we have seen unsigned char also. So here we will see what is basically the uns 阅读全文

posted @ 2020-12-24 17:59 liujx2019 阅读(303) 评论(0) 推荐(0) 编辑

extern (C++) MSDN

摘要: https://docs.microsoft.com/en-us/cpp/cpp/extern-cpp?view=msvc-160 阅读全文

posted @ 2020-12-24 17:55 liujx2019 阅读(87) 评论(0) 推荐(0) 编辑

Windows 加密函数 只能用于本机同一个用户名密码

摘要: CryptProtectData CryptUnprotectData 阅读全文

posted @ 2020-12-24 17:53 liujx2019 阅读(91) 评论(0) 推荐(0) 编辑

2020年12月23日

[编译错误:warning C4005]ws2def.h(91): warning C4005: “AF_IPX”: 宏重定义 winsock.h(460) : 参见“AF_IPX”的前一个定义

摘要: By taotaoyouarebaby 出处:https://blog.csdn.net/taotaoyouarebaby/article/details/25156861 【问题】 ws2def.h(91): warning C4005: “AF_IPX”: 宏重定义; winsock2.h(46 阅读全文

posted @ 2020-12-23 17:52 liujx2019 阅读(588) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 42 下一页

导航