- 博客(24)
- 资源 (14)
- 收藏
- 关注

原创 centos 6.2 android ndk r7 移植 ffmpeg 0.8.11
参考:1、http://blog.youkuaiyun.com/cschengvdn/article/details/70084022、http://www.rosoo.net/bbs/forum.php?mod=viewthread&tid=9394一、准备编译 FFmpeg编写 mk 文件在 /root/ffmpeg/jni 目录中创建一个 Android.mk 文件,
2012-04-29 10:06:52
1572
转载 linux下测试磁盘的读写IO速度
http://blog.youkuaiyun.com/robbie1314520/article/details/7428507有时候我们在做维护的时候,总会遇到类似于IO特别高,但不能判定是IO瓶颈还是软件参数设置不当导致热盘的问题.这时候通常希望能知道磁盘的读写速度,来进行下一步的决策.下面是两种测试方法:(1)使用hdparm命令这是一个是用来获取ATA/IDE硬盘的参数的命令,
2014-01-26 20:51:22
512
转载 Running emulator after building Android from source
http://stackoverflow.com/questions/9022750/running-emulator-after-building-android-from-sourceout/host/linux-x86/bin/emulator -sysdir out/target/product/generic/ -system out/target/product/generic
2014-01-22 09:25:29
490
转载 Installing RPMforge
http://wiki.centos.org/AdditionalResources/Repositories/RPMForgeRPMforge is a collaboration of Dag and other packagers. They provide over 5000 packages for CentOS, including wine, vlc, mplayer, xmms
2014-01-17 11:05:00
472
原创 centos恢复 xp开机启动项
grub没有window启动项,在/boot/grub.conf中添加window启动项:title Windows rootnoverify (hd0,0) chainloader +1 上面的内容建议复制,自己写容易写错,注意rootnoverify (hd0,0) 是你window所在分区,一般C盘就是rootnoverify (hd0,0) 还有chainloader和+1 之间
2014-01-16 15:19:19
1359
原创 centos恢复 xp开机启动项
title Windows rootnoverify (hd0,0) chainloader +1 上面的内容建议复制,自己写容易写错,注意rootnoverify (hd0,0) 是你window所在分区,一般C盘就是rootnoverify (hd0,0) 还有chainloader和+1 之间有个空格将timeout 时间改长点,能够方便看到开机启动项
2014-01-16 11:12:03
167
转载 CentOS 6.2安装Python2.7.3 (python 升级后ibut出现问题,升级后python like to python2.6 OK)
首先查看当前系统中的python版本1、安装开发工具yum groupinstall "Development tools"2、安装其它需要的包yum install zlib-devel bzip2-devel openssl-devel ncurses-devel3、下载并解压缩 Python2.7.3wget http://python.o
2013-12-31 10:57:35
783
转载 linux下添加 五笔输入法
ibus下用法在终端中执行如下操作 wgethttp://www.xiit.cn/wp-content/uploads/2011/03/vissible-ibus.tar.gztar -zxvf vissible-ibus.tar.gz在root环境下运行:cp vissible.db /usr/share/ibus-table/tablescp vissi
2013-12-21 17:25:21
581
转载 centos python2.6 升级到python2.7后 ibus不可用
http://blog.sina.com.cn/s/blog_7321b867010112jg.htmlhttp://blog.youkuaiyun.com/cherylnatsu/article/details/8249238http://blog.sina.com.cn/s/blog_a29d3a8701019qtf.html
2013-05-16 09:02:47
1026
原创 ffmpeg 入门教程编译通过版 tutorial03.c(ffmpeg 0.8.11)
// tutorial03.c// A pedagogical video player that will stream through every video frame as fast as it can// and play audio (out of sync).//// Code based on FFplay, Copyright (c) 2003 Fabrice B
2013-01-18 17:33:19
861
原创 ffmpeg 入门教程编译通过版 tutorial02.c(ffmpeg 0.8.11)
// tutorial02.c// A pedagogical video player that will stream through every video frame as fast as it can.//// Code based on FFplay, Copyright (c) 2003 Fabrice Bellard, // and a tutorial by Ma
2013-01-15 15:11:20
857
原创 ffmpeg 入门教程编译通过版 tutorial01.c(ffmpeg 0.8.11)
// tutorial01.c// Code based on a tutorial by Martin Bohme (boehme@inb.uni-luebeckREMOVETHIS.de)// Tested on Gentoo, CVS version 5/01/07 compiled with GCC 4.1.1// A small sample program that sho
2013-01-15 15:01:01
818
转载 Linux下安装QQ2012
源:http://hi.baidu.com/zhangyuanyushiwu/blog/item/ea4ae13fd5908120baa16798.html+-----------------------------------------------------------------------+wineqq2012 for linux下载:下载1 下载2+--------
2012-08-19 13:35:51
536
转载 RTSP协议学习
http://zhaostudy2.blog.163.com/blog/static/135350205201091305381/
2012-06-27 08:46:38
481
原创 ffmpeg 出现 CODEC_TYPE_VIDEO undefined错误的解决办法
我用的ffmpeg0.8.11 在调试别人的基于ffmpeg的程序时出现标题中的错误。解决办法:将CODEC_TYPE_VIDEO改为AVMEDIA_TYPE_VIDEO。如何让eclipse支持utf-8 和gb3212window >>preference >>general >>workspace >> text file encoding默认就是UTF-8的,可以选择更
2012-05-09 14:24:49
4924
1
转载 Linux下Android开发真机调试---ibus
原文http://yishanhe.net/linux-android-debug-on-real-phones/配置文件因为linux这样的系统都是默认以非root身份在运行的,要使用usb调试。所以这里要通过配置文件并修改权限lsusb结果的形式如下Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 r
2012-05-08 15:21:09
906
转载 Android: R cannot be resolved to a variable
http://hi.baidu.com/mycollection/blog/item/0f53842f8a5f7b251f3089c5.htmlAndroid开发过程中,碰到R cannot be resolved to a variable的报错信息,好像没有很确定的错误原因,一般来说,我总结出几个可能的解决方法,希望试过以后管用。。。 1. 检查Android 的S
2012-04-26 16:18:39
427
转载 一个使用FFmpeg库读取3gp视频的例子-Android中使用FFmpeg媒体库(三)
http://www.cnblogs.com/doandroid/archive/2011/11/09/2242558.html
2012-04-25 13:49:56
518
转载 live555 出现Unable to determine our source address: This computer has an invalid IP address: 0x0 解决方案
http://www.cppblog.com/fwxjj/archive/2009/12/17/103377.htmlIndeed, this problem isn't a vlc bug, but one of its dependency as live555.There are two ways to fix the problem, as it will appear if yo
2012-04-16 15:18:08
4854
转载 如何通过Linux(centos6.2)系统下iptables防火墙开启/关闭指定端口方法
http://www.itokit.com/2012/0317/73346.html一般情况下iptables已经包含在Linux发行版中.运行iptables --version来查看系统是否安装iptables 启动iptablesservice iptables startiptables --list //*查看iptables规则集*//下面是
2012-04-12 16:03:26
4034
原创 centos No package 'glib-2.0' found解决办法
在root 下运行 yum install libgnomeui-devel
2012-04-11 18:23:58
14384
1
转载 centos安装g++
http://netyum.blog.163.com/blog/static/141750220108254375204/有時在編譯時會出現 “env: g++: No such file or directory” 的錯誤,是告訴我們沒有g++。但如果使用yum install g++是沒有作用的。在CentOS中要下yum install gcc-c++
2012-04-11 14:42:01
1414
转载 centos环境yum安装ffmpeg方法
转载:http://www.puppeter.cn/?p=1131建立yum源文件# cat /etc/yum.repos.d/ffmpeg.repo[dag]name=Dag RPM Repository for Red Hat Enterprise Linuxbaseurl=http://apt.sw.be/redhat/el\$releasever/en/\$
2012-04-09 15:07:42
122
原创 Android adb push Read-only file system
android 2.2 通过adb push 向 android 的sdcard复制文件,道先将
2011-07-13 18:03:52
82
TortoiseSVN-1.6.10.19898-win32-svn-1.6.12.msi
2011-09-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人