摘要: 播放标准输入视频 cat ftest.mp4 | mplayer -zoom -x 320 -y 240 -vo x11 -cache 3000 - > /dev/null cat test.mp4 将文件内容输出到标准输出,然后通过管道 | 传递给 mplayer,其中 -zoom -x 320 阅读全文
posted @ 2025-01-16 20:08 *^VV^* 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1MPa = 1000KPa = 1000000Pa 1bar = 0.1Mpa 1MPa相当于100米水压 1bar相当于10米水压 阅读全文
posted @ 2025-01-08 08:04 *^VV^* 阅读(90) 评论(0) 推荐(0) 编辑
摘要: /************proto.h********************/ #ifndef __PROTO_H__#define __PROTO_H__ #define FORMAT "%ld\n"#define MINIDLEPROCNUM 5#define MAXIDLEPROCNUM 阅读全文
posted @ 2025-01-07 10:37 *^VV^* 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1、打开多个文件 vim * -p 2、文件切换 g+t依次切换 阅读全文
posted @ 2024-12-26 20:55 *^VV^* 阅读(24) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <setjmp.h> static jmp_buf env; void d(void){ fprintf(stdout,"%s\n",__func__); fprintf(stdout,"d end\n"); 阅读全文
posted @ 2024-11-12 09:55 *^VV^* 阅读(23) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <time.h> #define STRLENTH 1024 int main(int argc, char **argv){ in 阅读全文
posted @ 2024-11-12 09:19 *^VV^* 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 1、SC选中整条line 2、SN选中整个net 3、SL鼠标左键拖动选择经过的线和器件 4、PCB元器件搜索JC 阅读全文
posted @ 2024-10-24 14:58 *^VV^* 阅读(78) 评论(0) 推荐(0) 编辑
摘要: QColorDialog cdg; int windowWidth = cdg.geometry().width(); int windowHeight = cdg.geometry().height(); cdg.move((screenWidth-windowWidth)/2+150 ,(scr 阅读全文
posted @ 2024-09-13 08:44 *^VV^* 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Mplayer常用命令 loadfile name //加载媒体文件namevolume 100 1 //设置音量,中间位音量的大小0-100mute 1/0 //静音开关pause //播放/暂停get_time_length //获取播放文件的长度,以秒为单位seek value //定位,va 阅读全文
posted @ 2024-09-13 08:33 *^VV^* 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include "widget.h" #include <QHBoxLayout> #include <QListWidgetItem> Widget::Widget(QWidget *parent) : QWidget(parent) { resize(600,400); p_ListWidge 阅读全文
posted @ 2024-09-12 10:07 *^VV^* 阅读(52) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示