随笔 - 192,  文章 - 0,  评论 - 2,  阅读 - 25万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
01 2019 档案
meson 中调用shell script
摘要:meson 中有时需要调用其他脚本语言,加之对meson build system接口和原理不熟悉,无奈只有静心学习meson 官方文档,终于皇天不负有心人让我找到了; run_command() 只需将自己要执行的脚本放入run_command()中即可。用法如下 run_command('com 阅读全文
posted @ 2019-01-29 09:33 Malphite 阅读(1323) 评论(0) 推荐(0) 编辑
linux 系统命令和方法
摘要:1、EXPORT EXPORT 依赖库 export LD_LIBRARY_PATH=/opt/export LD_LIBRARY_PATH=/usrlib/ 2、查看分区 cat /proc/mtd cat /proc/partitions 3、iperf iperf 测试网速=ipcam: ip 阅读全文
posted @ 2019-01-24 11:13 Malphite 阅读(180) 评论(0) 推荐(0) 编辑
scp 脚本
摘要:使用方法: 1、1234替换为ssh account 2、abcd替换为ssh passwd 示例:./scp.sh r ~/MOUNT 192.168.1.110/home/123.cpp 阅读全文
posted @ 2019-01-24 11:04 Malphite 阅读(988) 评论(0) 推荐(0) 编辑
Makefile 中 ifeq ifneq 等用法
摘要:(1)ifeq的用法 ifeq ($(变量名), 变量值 ) ........ else ifeq ($(..), ..) ......... else ......... endif (2)最近在学习makefile的过程中遇到需要用ifeq进行逻辑与判断,但是ifeq并没有像其他编程语言那样有 阅读全文
posted @ 2019-01-22 10:27 Malphite 阅读(15577) 评论(0) 推荐(0) 编辑
音视频学习网站
摘要:音视频学习网站 https://blog.csdn.net/smilestone322/column/info/stream-media-tec https://blog.csdn.net/cosmoslife/article/category/1134990 ffmpeg:https://www. 阅读全文
posted @ 2019-01-15 09:32 Malphite 阅读(475) 评论(0) 推荐(0) 编辑
123
摘要:http://www.cnblogs.com/wangguchangqing/p/5900426.html https://blog.csdn.net/yazhouren/article/details/38380789 https://www.jianshu.com/p/6c12643d702a 阅读全文
posted @ 2019-01-09 00:19 Malphite 阅读(156) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示