上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: find(1): -newerXY reference Compares the timestamp of the current file with reference. The reference argument is normally the name of a file (and one 阅读全文
posted @ 2020-07-09 10:17 SolidMango 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 在shell脚本中,a56爆大奖在线娱乐们想要实现多进程高并发,最简单的方法是把命令丢到后台去,如果量不大的话,没问题。 但是如果有几百个进程同一时间丢到后台去就很恐怖了,对于服务器资源的消耗非常大,甚至导致宕机。 那有没有好的解决方案呢? 当然有! 一、基础知识1.文件描述符文件描述符(缩写fd)在形式上是一个非负 阅读全文
posted @ 2020-07-08 19:47 SolidMango 阅读(1567) 评论(0) 推荐(0) 编辑
摘要: QOpenGLWidget 揭秘 From QWidget to QOpenGLWidget xxxGL() Functions How to render? QWidget Review QOpenGLWidget ApplicationQOpenGLWidget Exploration Simp 阅读全文
posted @ 2020-07-05 19:40 SolidMango 阅读(6205) 评论(0) 推荐(1) 编辑
摘要: 小括号,圆括号() 1、单小括号 () 命令组。括号中的命令将会新开一个子shell顺序执行,a56爆大奖在线娱乐括号中的变量不能够被脚本余下的部分使用。括号中多个命令之间用分号隔开,最后一个命令可以没有分号,各命令和括号之间不必有空格。 命令替换。等同于`cmd`,shell扫描一遍命令行,发现了$(cmd)结构 阅读全文
posted @ 2020-06-20 10:18 SolidMango 阅读(956) 评论(0) 推荐(0) 编辑
摘要: shell中判断语句if中-z 和 -n [ -a FILE ] 如果 FILE 存在则为真。 [ -b FILE ] 如果 FILE 存在且是一个块特殊文件则为真。 [ -c FILE ] 如果 FILE 存在且是一个字特殊文件则为真。 [ -d FILE ] 如果 FILE 存在且是一个目录则为 阅读全文
posted @ 2020-06-20 10:07 SolidMango 阅读(18434) 评论(0) 推荐(1) 编辑
摘要: 25.4 TUI-specific CommandsThe TUI has specific commands to control the text windows. These commands are always available, even when GDB is not in the 阅读全文
posted @ 2020-06-19 10:21 SolidMango 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 调试代码的时候,只能看到下一行,每次使用list非常烦,不知道当前代码的context http://beej.us/guide/bggdb/#compiling 简单来说就是在以往的gdb开始的时候添加一个-tui选项.有的版本已经有gdbtui这个程序了 在linux自带的终端里是正常显示的,但 阅读全文
posted @ 2020-06-09 09:22 SolidMango 阅读(1315) 评论(0) 推荐(0) 编辑
摘要: linux shell命令行选项与参数用法详解 在bash中,可以用以下三种方式来处理命令行参数 -直接处理:使用$1, $2, ..., $n进行解析, 适合小脚本 -getopts:单个字符选项的情况(如:-n 10 -f file.txt等选项),能处理绝大多数的情况 -getopt:可以处理 阅读全文
posted @ 2020-06-08 19:08 SolidMango 阅读(3943) 评论(0) 推荐(1) 编辑
摘要: What are the differences between Perl, Python, AWK and sed In order of appearance, the languages are sed, awk, perl, python. The sed program is a stre 阅读全文
posted @ 2020-05-29 22:41 SolidMango 阅读(210) 评论(0) 推荐(0) 编辑
摘要: What is the difference between sed and awk sed is a stream editor. It works with streams of characters on a per-line basis. It has a primitive program 阅读全文
posted @ 2020-05-24 10:49 SolidMango 阅读(198) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页