摘要: 转自:http://codingstandards.iteye.com/blog/831504 在脚本中type可用于检查命令或函数是否存在,存在返回0,表示成功;不存在返回正值,表示不成功。 用途说明 type命令用来显示指定命令的类型。一个命令的类型可以是如下之一 alias 别名 keywor 阅读全文
posted @ 2016-12-20 23:54 yuxi_o 阅读(3906) 评论(1) 推荐(0) 编辑
摘要: 转自:http://www.ruanyifeng.com/blog/2009/10/5_ways_to_search_for_files_using_the_terminal.html 在Linux中,有很多方法可以做到这一点。国外网站LinuxHaxor总结了五条命令,你可以看看自己知道几条。大多 阅读全文
posted @ 2016-12-20 23:38 yuxi_o 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 辅助函数 void av_dump_format(AVFormatContext *ic, int index, const char *url, int is_output); ic the context to analyze index index of the stream to dump 阅读全文
posted @ 2016-12-20 23:26 yuxi_o 阅读(1212) 评论(0) 推荐(0) 编辑
摘要: 转自:http://itlab.idcquan.com/linux/SHELL/727128.html 参考:https://linux.cn/article-8045-1.html 本文全面系统地介绍了shell脚本调试技术,包括使用echo, tee, trap等命令输出关键信息,跟踪变量的值, 阅读全文
posted @ 2016-12-20 23:14 yuxi_o 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 第一篇 1、《快速掌握PyQt5》第一章 PyQt5的起点 import sys from PyQt5.QtWidgets import QApplication, QLabel if __name__ == '__main__': app = QApplication(sys.argv) labe 阅读全文
posted @ 2016-12-20 22:53 yuxi_o 阅读(19119) 评论(0) 推荐(0) 编辑