上一页 1 2 3 4 5 6 ··· 61 下一页
摘要: install file:bundle/plugins/test1_1.0.0.202305060959.jar 阅读全文
posted @ 2023-05-06 10:07 MoonXu 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1. 新安装的程序运行时找不到动态库,若共享库安装到了/lib或/usr/lib 那么需要执行以下ldconfig, ldconfig的作用是在默认搜索路径/lib和/usr/lib 和动态库配置文件/etc/ld.so.conf所列的目录下搜索出动态链接库。 2. 若共享库安装到了/usr/loc 阅读全文
posted @ 2023-04-20 17:36 MoonXu 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1、订阅参数 1. -c 设定‘clean session’为无效状态,这样一直保持订阅状态,即便是已经失去连接,如果再次连接仍旧能够接收的断开期间发送的消息。2. -d 打印debug信息3. -h 指定要连接的域名 默认为localhost4. -i 指定clientId5. -I 指定clie 阅读全文
posted @ 2023-04-20 17:16 MoonXu 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 1. >mosquitto.exe -c mosquitto.conf #开启服务器 2. >mosquitto_sub.exe -v -t topic1 #订阅 3. >mosquitto_pub.exe -t topic1 -m "hello" #发布 mosquitto_sub.exe -h 阅读全文
posted @ 2023-04-19 13:25 MoonXu 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/421109780?ivk_sa=1024320u 阅读全文
posted @ 2023-04-19 10:51 MoonXu 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1 -Wl,--start-group,-Wl,--end-group,让包含在这两者间的静态库顺序可以随意 -Wl,--start-group libX3.a libX2.a libX1.a -Wl,--end-group 2 -Wl,-Bstatic指定链接静态库,使用-Wl,-Bdynamic 阅读全文
posted @ 2023-04-17 11:17 MoonXu 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1 .PHONY.PHONY:clean #定义伪目标 rm 1.txt2. 条件分支ifeqifeq ($(CC),gcc) $(CC) -o foo $(objects) $(libs_for_gcc)else $(CC) -o foo $(objects) $(normal_libs)endi 阅读全文
posted @ 2023-04-17 10:38 MoonXu 阅读(10) 评论(0) 推荐(0) 编辑
摘要: grep查找当前文件夹的所有文件,不递归查找 grep -s EEP_MFG_MAC1 ./* 阅读全文
posted @ 2023-03-31 18:43 MoonXu 阅读(6) 评论(0) 推荐(0) 编辑
摘要: nslookup 域名 阅读全文
posted @ 2023-03-30 17:30 MoonXu 阅读(4) 评论(0) 推荐(0) 编辑
摘要: OpenResty 阅读全文
posted @ 2023-03-28 17:34 MoonXu 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 61 下一页