视频画面细腻,或快速释放、慢速播放视频。其实很easy。在使用图层time中间Enable Time remapping能够。快捷键ctrl+alt+T债券,我无法使用,我没有深究。在这一点上,在视频,其中在该层。你可以看到time remap该。选中time remap。将时间点拖动到想要精巧的画...
分类:
其他好文 时间:
2015-08-08 11:52:31
阅读次数:
169
1. standalone.xml中修改: enable-welcome-root="true" 改为 false <socket-binding name="http" port="80"/> 2. 在第一个项目中添加jboss-web.xml(和web.xml一个目录)。 <?xml version=‘1.0‘ encoding=‘UTF-...
分类:
其他好文 时间:
2015-08-08 10:37:23
阅读次数:
184
Nginx连接php安装php的依赖包yuminstallgccmakegd-devellibjpeg-devellibpng-devellibxml2-develbzip2-devellibcurl-
devel-y编译安装php./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--with-
bz2--with-curl--enable-ftp--enable-sockets--d..
分类:
其他好文 时间:
2015-08-08 06:50:04
阅读次数:
130
今天要把一个站点搬到一台Red Hat 4.1.2-42系统上,在配置rewrite的时候,发现apache没有mod_rewrite,可能是当初编译apache的时候没有带上 --enable-rewrite选项。重新编译mod_rewrite.so:在apache的源码安装目录中寻找mod_re...
分类:
Web程序 时间:
2015-08-08 01:16:08
阅读次数:
117
httpd2.4编译安装请参考:http://adelazhu.blog.51cto.com/9455045/1682264其中httpd2.4预编译时已安装了--enable-ssl模块,所以不需要像httpd2.2单独安装mod_ssl。./configure--prefix=/usr/local/httpd24--sysconfdir=/etc/httpd24--enable-so--enable-ssl--enable-cgi--enab..
分类:
Web程序 时间:
2015-08-07 20:25:18
阅读次数:
199
我的gvim配置文件,先存着,以后继续修改
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set nu!
colorscheme torte
syntax enable
syntax on
set showmatch
file...
分类:
系统相关 时间:
2015-08-07 20:16:30
阅读次数:
160
apache-2.2.22编译安装笔记一、静态编译在使用./configure编译的时候,即没有使用--enable-mods-shared=[module]或者--enable-[module]=shared这2个中的一个,那么所有的默认模块为静态。何谓静态?其实就是编译的时候所有的模块自己编译进...
分类:
Web程序 时间:
2015-08-06 10:49:30
阅读次数:
147
1、下载php源码git clone https://github.com/php/php-src.git2,创建扩展cd php-src/ext/./ext_skel --extname=php_hello3、修改config.m4PHP_ARG_ENABLE(php_hello, whether...
分类:
Web程序 时间:
2015-08-06 00:19:18
阅读次数:
185
打开下面的文件,将其内部的ENABLE置为true,然后在重启文件就OK了。
sudo gedit /etc/default/sysstat, 将 ENABLED=“false“ 改为ENABLED=“true“
sudo /etc/init.d/sysstat restart...
分类:
其他好文 时间:
2015-08-05 16:27:34
阅读次数:
130