加载中
several ways playing a mp4 video using gst-launch

gst-launch-1.0 uridecodebin uri= file:///home/zuo/Videos/1490881276537.mp4 ! autovideosink gst-launch-1.0 filesrc location= /home/zuo/Videos/1490881276537.mp4 ! decodebin ! auto...

2018/05/07 13:18
102
一个优盘弹出测试脚本

这是我写的用于模拟测试优盘插拔的程序。 #!/bin/bash which sg_inq if [[ $? -eq 1 ]];then tar xf sg3_utils-1.42.tgz cd sg3_utils-1.42 ./configure make sudo make install cd - l......

2018/03/13 17:45
163
翻译:GtkPaned 的说明

Description GtkPaned has two panes, arranged either horizontally or vertically. The division between the two panes is adjustable by the user by dragging a handle. Gtkpaned空间包...

2018/03/13 10:15
293
遇到的git的奇怪现象

今天遇到两个怪事 1, 在机器A(162.80)上 zuo@zuo-ThinkStation-P300:~/now/dia$ git add dia_0.97.3.orig.tar.bz2 fatal: unable to deflate new object 7c41305ce14fa1c97c01cf4a34df990...

2018/03/02 17:02
1.2K
debian rules 等文件的解读

control文件是为包管理工具准备的,比如apt show命令的输出就来自于这个文件。 control 文件是 dh_make 命令为我们创建的。相对难理解的是Build-Depends 项, 列出了编译此软件包需要的软件包...

2018/03/01 15:11
2.4K
debian类操作系统的livecd安装盘的半路加载

在制作安装盘的时候,有这么一种需求:软件模块A不能集成进去、但是有时候没有有不行。那么怎么办呢? 因为只有在特定的条件下才需要软件模块A,那么我们可以在安装盘启动过程中检查这个条件...

2018/02/01 12:27
187
纪念Solaris

SLAB 分配器源于 Solaris 2.4 的分配算法。

2016/12/16 14:12
477

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部