上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 627 下一页

2023年4月6日

摘要: GVariant * g_variant_new_boolean (gboolean value) { guchar v = value; return g_variant_new_from_trusted (G_VARIANT_TYPE_BOOLEAN, &v, 1); } typedef str 阅读全文
posted @ 2023-04-06 12:52 lydstory 阅读(68) 评论(0) 推荐(0)
摘要: PON(Passive Optical Network:无源光纤网络)。 PON(无源光网络)是指(光配线网)中不含有任何电子器件及电子电 阅读全文
posted @ 2023-04-06 11:39 lydstory 阅读(210) 评论(0) 推荐(0)
摘要: VLANMode = TAG UNTAG 阅读全文
posted @ 2023-04-06 11:00 lydstory 阅读(15) 评论(0) 推荐(0)
摘要: dot1X协议,或者叫做802.1X协议,是一种网络接入控制协议。它的特性,就是在局域网接入设备的端口这一级,验证用户身份并控制其访问权限。 所以,它的主要目的是为... 阅读全文
posted @ 2023-04-06 10:56 lydstory 阅读(260) 评论(0) 推荐(0)
摘要: 1、WDS是Wireless Distribution System的简称。 2、就是无线分布式系统,他的功能是在无线应用领域中帮助无线基站与无线基站之间进行联系通讯的系统。 3、WDS是Wireless Distribution System,即无线网络部署延展系统的简称,是指用多个无线网络相互联 阅读全文
posted @ 2023-04-06 10:55 lydstory 阅读(223) 评论(0) 推荐(0)
摘要: 增强型桥接模式 增强型桥接模式 增强型桥接模式 阅读全文
posted @ 2023-04-06 10:16 lydstory 阅读(520) 评论(0) 推荐(0)

2023年4月4日

摘要: 无线 1 有线 8 自动跃点 阅读全文
posted @ 2023-04-04 17:15 lydstory 阅读(53) 评论(0) 推荐(0)
摘要: /* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is 阅读全文
posted @ 2023-04-04 15:10 lydstory 阅读(42) 评论(0) 推荐(0)
摘要: 行工具dbus-send ,是freedesktoop提供的dbus包配套的命令客户端工具,可用于发送dbus消息。 GDbus GLib实现的dbus工具。较与 dbus-send,拥有更完整的功能。 dbus有两种消息总线 (message bus):system bus 和 session b 阅读全文
posted @ 2023-04-04 14:53 lydstory 阅读(574) 评论(0) 推荐(0)
摘要: /* test.c */ int main(int argc, char const *argv[]) { /* 1.创建一个 GMainLoop 结构体对象,作为一个主事件循环 */ GMainLoop *loop = g_main_loop_new(NULL, FALSE); /* 2.添加超时 阅读全文
posted @ 2023-04-04 14:17 lydstory 阅读(620) 评论(0) 推荐(0)
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 627 下一页

导航