11 2019 档案

摘要:https://blog.csdn.net/zqixiao_09/article/details/53056854 阅读全文
posted @ 2019-11-25 19:08 二虎 阅读(247) 评论(1) 推荐(0) 编辑
摘要:提示makedepend找不到解决方法:$ apt-cache search makedependxutils-dev - X Window System utility programs for development $ sudo apt-get install xutils-dev 编译时提示 阅读全文
posted @ 2019-11-20 09:46 二虎 阅读(1243) 评论(0) 推荐(0) 编辑
摘要:1、本地安全策略,本地策略-安全选项,需要修改成默认的值的修改方式:查找注册表浏览到 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA直接删除 LMCompatibilityLevel 键。确定删除后。2、运行secpol.msc命令。打 阅读全文
posted @ 2019-11-14 10:01 二虎 阅读(2376) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <stdlib.h>#include <sys/socket.h>#include <linux/netlink.h> #de 阅读全文
posted @ 2019-11-04 16:16 二虎 阅读(446) 评论(0) 推荐(0) 编辑