SSH
文章平均质量分 79
gcg198526
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ssh config
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation=&qu2010-03-26 13:45:14 · 111 阅读 · 0 评论 -
Struts Validator验证器使用指南
Struts Validator验证器使用指南 (根据Struts Validator Guide) 作者: David Winterfeldt大卫 James Turner詹姆斯 Rob Leland罗伯特 翻译: 侯思超 验证器: 从0.5版,验证器在一些form中就已经实现了,他最初包含在开发人员包中,后来核心代码挪到Jakarta Commons包中和Struts特别扩...原创 2009-12-27 23:58:06 · 140 阅读 · 0 评论 -
ajax
/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */ package com.gcg.struts.action; import java.io.IOException; import java.io.PrintWriter; import java.util....2010-04-02 15:15:49 · 119 阅读 · 0 评论 -
FFMPEG参数说明
ffmpeg.exe -i F:\歌.mp3 -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 f:\11.flv ffmpeg -i F:\01.wmv -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 f:\test.flv 使用-ss参数 作用(time_off set the start time offset...2010-04-07 00:31:33 · 154 阅读 · 0 评论 -
MENCODE编码
选 择编解码器及容器格式 编码使用的音频及视频编码器分别通过-oac 及 -ovc 选项指定 例如输入如下命令 mencoder -ovc help 可列出你机器上相应版本的MEncoder 所支持的所有视频编码。 下列选择也是可用的: 音频编码器: 音 频编码器名称 描述 mp3lame 通过LAME 编码为VB...2010-04-07 02:07:51 · 332 阅读 · 0 评论 -
FFMPEG截图
-ss time_off set the start time offset 使用-ss参数,可以从指定的时间开始处理转换任务.如: ffmpeg -i test2.asf -y -f image2 -ss 08.010 -t 0.001 -s 352x240 b.jpg 那么从任意一帧截图的问题也就解决了.只要-ss后的时间参数是随机产生,并且在视频的有效时间内,就可以了. 另外,...2010-04-07 02:57:34 · 350 阅读 · 0 评论 -
VIDEO DEMO
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sp2010-04-08 12:15:24 · 258 阅读 · 0 评论 -
Spring Aop-Annotation-Schema-based
package com.gcg.spring.aoptest; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.aspectj.lang.annotation.Pointcut; import org.springframework.ster...2010-04-22 02:50:31 · 152 阅读 · 0 评论
分享