自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 查询tomcat进程

ps -ef |grep tomcat

2012-09-10 11:48:13 763

原创 ios截屏

#import      CGRect screenRect = [[UIScreen mainScreen] bounds];     UIGraphicsBeginImageContext(screenRect.size);     CGContextRef ctx = UIGraphicsGetCurrentContext();     [[UIColor blac

2012-09-07 15:52:02 608

原创 ffmpeg 命令

图片生成mov ffmpeg -i 1/%d.jpg  -r 5.5   -vcodec mpeg4 1.mov  avi 生成jpg ffmpeg -i split.avi example.%d.jpg http://www.codeios.com/thread-9608-1-1.html   iOS https://github.com/jayrpar

2012-09-07 13:39:43 475

转载 ffmpeg

http://wenku.baidu.com/view/58109f2eb4daa58da0114a30.html

2012-09-07 10:46:01 407

转载 Converting Audio (mp3 etc) files to m4a with AVAssetExportSession

http://unlimapps.com/?p=41

2012-09-06 11:25:33 1385

原创 mp3 iphone

1)     MPMusicPlayerController *myPlayer =     [MPMusicPlayerControllerapplicationMusicPlayer];      [myPlayer setQueueWithQuery: [MPMediaQuerysongsQuery]];     [myPlayer play];      ///////

2012-09-04 12:27:41 724

Drupal分页代码

Drupal分页代码,模块开发中常能用到的。

2009-09-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除