随笔分类 -  学习中

上一页 1 2 3 4 5 6 7 8 9 下一页

学习中...
摘要:OpenWrt开发必备软件模块——系统总线ubus_ubus模块_404技术社区 (404bugs.com) 阅读全文

posted @ 2023-05-11 13:32 lydstory 阅读(26) 评论(0) 推荐(0)

摘要:## 这是数字1,不是字母lls -1## NF表示总列数,因此 ${NF} 表示最后一列## 因为只有1列,所以 $0 和 ${NF} 等同ls | awk '{print $0}'ls | awk '{print ${NF}}'## ls -l 则有9列ls -l | awk '{print $ 阅读全文

posted @ 2023-05-06 11:27 lydstory 阅读(172) 评论(0) 推荐(0)

摘要:xDSL CPE 晶片组领导厂商诚致科技 (TrendChip Technologies) 今天发表新一代 ADSL2+ 11n 无线网路闸道器,以 TC3162U ADSL 晶片为核心,配合 TC2206 符合电信市场的10/100M Fast Ethernet 交换器及符合电信规格需求的软体,搭 阅读全文

posted @ 2023-04-27 01:19 lydstory 阅读(37) 评论(0) 推荐(0)

摘要:znxt 阅读全文

posted @ 2023-04-22 01:36 lydstory 阅读(332) 评论(0) 推荐(0)

摘要:SSHFS(SSH Filesystem)是一种通过普通ssh连接来挂载和与远程服务器或工作站上的目录和文件交互的文件系统客户端。 sshfs -p 1822 \testg@192.168.110.223:/home/test/compile/slave/Project/images \/root/ 阅读全文

posted @ 2023-04-21 14:52 lydstory 阅读(54) 评论(0) 推荐(0)

摘要:1645 clear 1646 ls 1647 git log 1648 git reset --hard 2fa374ec100caf3cc1e9de14cf157ebf5c1e60f7 1649 git pull 1650 make 1651 history 删除src 重新 git reset 阅读全文

posted @ 2023-04-14 20:38 lydstory 阅读(18) 评论(0) 推荐(0)

摘要:ls -latr ls -latr ls -latr ls -latr ls -latr 文件按时间排序 阅读全文

posted @ 2023-04-13 17:13 lydstory 阅读(16) 评论(0) 推荐(0)

摘要:bosa 的校准参数 bosa 的校准参数 bosa 的校准参数 阅读全文

posted @ 2023-04-12 20:13 lydstory 阅读(165) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/railzen/article/details/126939632 tftp -p -l Thu_Jan__1_11h32m17s1970.csv 192.168.1.2 上传文件 阅读全文

posted @ 2023-04-11 14:57 lydstory 阅读(27) 评论(0) 推荐(0)

摘要:先下载最新代码 改动文件覆盖 cp 文件到~/file/ git add添加文件 git commit提交本地 建立分支 git diff .c git status -uno git add git commit git checkout -b issue-lyd git push origin 阅读全文

posted @ 2023-04-11 09:20 lydstory 阅读(66) 评论(0) 推荐(0)

摘要:dbus[12630]: arguments to dbus_message_new_method_call() were incorrect, assertion "_dbus_check_is_valid_member (method)" failed in file dbus-message. 阅读全文

posted @ 2023-04-10 14:15 lydstory 阅读(129) 评论(0) 推荐(0)

摘要:(142条消息) 利用dbus-send在命令行下给程序发送消息,调用其相应的函数_dbs_send_method_sync_vaqeteart的博客-CSDN博客V gdbus call -y -d com.abc.igd1 -o /com/abc/igd1/Config/SubDeviceInf 阅读全文

posted @ 2023-04-10 14:10 lydstory 阅读(41) 评论(0) 推荐(0)

摘要:一、数据类型1、基本数据类型Name Code in D-Bus Data Type in glib Data Type in libdbus-C++BYTE ‘y’ guchar unsigned charBOOLEAN ‘b’ gboolean boolINT16 ‘n’ gint16 sign 阅读全文

posted @ 2023-04-10 13:24 lydstory 阅读(179) 评论(0) 推荐(0)

摘要:如何在gdbus上发送一个二维数组? - 问答 - 腾讯云开发者社区-腾讯云 (tencent.com) 阅读全文

posted @ 2023-04-09 16:12 lydstory 阅读(15) 评论(0) 推荐(0)

摘要:基于c语言的bluez广播_11616714的技术博客_51CTO博客 阅读全文

posted @ 2023-04-08 17:53 lydstory 阅读(66) 评论(0) 推荐(0)

摘要:git rm -r --cached test_i.o git rm --f obj_config_subdevices.h 阅读全文

posted @ 2023-04-07 17:10 lydstory 阅读(13) 评论(0) 推荐(0)

摘要:High-level D-Bus Support: GIO Reference Manual (gnome.org) 阅读全文

posted @ 2023-04-07 13:23 lydstory 阅读(25) 评论(0) 推荐(0)

摘要:dbus 中的session 和service 区别是什么bus和service的区别A “bus” is a “communication world/space”. You can have several buses running simultaneously on the same com 阅读全文

posted @ 2023-04-07 10:31 lydstory 阅读(112) 评论(0) 推荐(0)

摘要:GVariant *value1, *value2, *value3, *value4; value1 = g_variant_new ("y", 200); value2 = g_variant_new ("b", TRUE); value3 = g_variant_new ("d", 37.5) 阅读全文

posted @ 2023-04-06 21:08 lydstory 阅读(64) 评论(0) 推荐(0)

摘要:#include <stdio.h> #include <glib.h> #include <stdlib.h> #include <string.h> int main (void) { g_autoptr(GVariant) sessions = NULL; sessions = g_varia 阅读全文

posted @ 2023-04-06 20:47 lydstory 阅读(37) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 下一页

导航