一些常用的Linux的命令记录
Common Command
- 查看当前系统的版本
1 |
|
- 查看当前所安装的软件
1 |
|
- 查看某软件安装路径
dpkg -L | grep ftp
查看ftp的位置
一些常用的Linux的命令记录
1 |
|
1 |
|
dpkg -L | grep ftp
查看ftp的位置
1 |
|
1 |
|
bat中的一些语法学习,用于MicroStation多人编译
%SystemRoot% === C:(%windir% 同样)
%ProgramFiles% === C:Files
%USERPROFILE% === C:and
Settings(子目录有“桌面”,“开始菜单”,“收藏夹”等)
%APPDATA% === C:and SettingsData
%TEMP% === C:11~1(%TEM% 同样)
%APPDATA% === C:and SettingsData
%OS% === Windows_NT (系统)
%Path% === %SystemRoot%;%SystemRoot%;%SystemRoot%(原本的设置)
%HOMEDRIVE% === C: (系统盘)
%HOMEPATH% === and Settings :: 枚举当前的环境变量
OSG中采用四元数表示旋转:osg::Quat(angle to rotate, rotate around axis);
///***
///Q quaternion * P quaternion means that first conduct a rotation
P,Second conduct a rotation Q, means a fusion about two rotations with a
multiplication operation ///***
The osg coordinate definition as left-hand coordinate which is right-front-up(x-y-z) and the OpenGL coordinate definition also as left-hand coordinate which is right-up-behind(x-y-z), z axis is pointer to outside the screen The OSG default viewport is along down direction, so heading is rotate to be equal to the y positive direction, rotate axis is x axis
Here, i'm trying to sequeeze a normal video to a n times faster. But, i found that there are many ways to relize this, such as
1 |
|
Directly download the binary executable file from the official page. Move
to the bin folder and run the ./ffmpeg
in command line.
For example the "ffmpeg-master-latest-win64-gpl-shared" file.