会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
sunleecn
2011年12月1日
svn命令在linux下的使用
摘要: 本文链接: http://www.php-oa.com/2008/03/12/svnminglingzailinuxxiadeshiyong.html1、将文件checkout到本地目录svn checkout path(path是服务器上的目录) 例如:svn checkout svn://192.168.1.1/pro/domain 简写:svn co2、往版本库中添加新的文件svn ...
阅读全文
posted @ 2011-12-01 18:36 sunleecn
阅读(202)
评论(0)
推荐(0)
编辑
Git使用指南
摘要: 1.创建目录$ git config --global user.name "Your Name Comes Here"$ git config --global user.email you@yourdomain.example.com$ git config --list 查看相关信息$ git init如果作为 Server 存在,那么可以忽略工作目录,以纯代码仓库形式存在。$ git --...
阅读全文
posted @ 2011-12-01 17:06 sunleecn
阅读(758)
评论(0)
推荐(0)
编辑
Linux / Unix Command: ImageMagick
摘要: NAMEImageMagick - commandline utilities to create, edit, or convert imagesSYNOPSISanimate [ options ... ] file [ [ options ... ] file ... ]composite [ options ... ] image composite [ mask ] compositedconjure [ options ] script.msl [ [ options ] script.msl ]convert [ [ options ... ] [ input_file ...
阅读全文
posted @ 2011-12-01 12:46 sunleecn
阅读(664)
评论(0)
推荐(0)
编辑
picture2video and video2picture using mplayer and ffmpeg
摘要: video2picturemplayer –vo png videname.avipicture2videoffmpeg -f image2 -i image%d.jpg video.mpgconvert *.jpg movie.mpgmencoder mf://*.jpg -mf fps=20:type=jpg -o output.avi -ovc lavcvideo2videoffmpeg -i input.avi -s 640x480 -b 5000k output.avi; % resize the input avi file to 640x480 with 5000k bitera
阅读全文
posted @ 2011-12-01 12:43 sunleecn
阅读(278)
评论(0)
推荐(0)
编辑
导航
博客园
首页
新随笔
新文章
联系
订阅
管理