摘要: 安装和使用花生壳(linux)一、安装说明(以CentOS 5为例)1、安装必要的开发包[root@localhost ~]# yum install gcc gcc-c++ autoconf automake2、下载phddns-2.0.2.16556.tar.gz到某一个目录[root@localhost ~]# wget http://download.oray.com/peanuthull/phddns-2.0.2.16556.tar.gz3、解压所有文件[root@localhost ~]# tar zxvf phddns-2.0.2.16556.tar.gz4、进入目录并编译[ro 阅读全文
posted @ 2013-04-15 17:33 ouuy 阅读(458) 评论(0) 推荐(0) 编辑
摘要: NERD_tree 在windows中显示乱码编辑NERD_tree.vim,找到这句calls:initVariable("g:NERDTreeDirArrows",!s:running_windows)把那个"!"去掉试试 阅读全文
posted @ 2013-03-28 10:26 ouuy 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 打开终端,终端窗口打开之后,立即在提示符后面输入下列命令:gconftool --recursive-unset /apps/panel(注意:每个斜杠 “/” 后面没有空格)接下来输入下列命令:rm -rf ~/.gconf/apps/panel最后还需要执行:pkill gnome-panel接下来,Ubuntu 默认的上下两栏面板就会恢复默认值,出现顶部+底部各一面板的默认布局 阅读全文
posted @ 2013-03-16 21:30 ouuy 阅读(335) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install mtd-toolssudo modprobe -v mtdsudo modprobe -v jffs2sudo modprobe -v mtdram total_size=100000 erase_size=256sudo modprobe -v mtdcharsudo modprobe -v mtdblocksudo dd if=rootfs.jffs2 of=/dev/mtd0sudo mount -t jffs2 /dev/mtdblock0 /mnt 阅读全文
posted @ 2013-03-14 16:26 ouuy 阅读(523) 评论(0) 推荐(0) 编辑
摘要: export GST_PLUGIN_PATH=/usr/lib/gstreamer-0.10 export GST_PLUGIN_SCANNER=/usr/libexec/gstreamer-0.10/gst-plugin-scanner 阅读全文
posted @ 2013-02-17 18:00 ouuy 阅读(992) 评论(0) 推荐(0) 编辑
摘要: gst-launch filesrc location=/home/root/111.mp4 ! decodebin2 name=dec ! queue ! ffmpegcolorspace ! v4l2sink overlay-left=0 overlay-top=0 dec. ! queue ! volume volume=0.9 ! alsasink 阅读全文
posted @ 2012-12-10 09:19 ouuy 阅读(376) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;//using System.Linq;using System.Text;using System.ComponentModel;using System.Windows.Forms;using System.Runtime.InteropServices;namespace DataboundRTB{ [ClassInterface(ClassInterfaceType.AutoDispatch), DefaultBindingProperty("Rtf"), Descripti 阅读全文
posted @ 2012-11-16 16:40 ouuy 阅读(814) 评论(0) 推荐(0) 编辑
摘要: https://github.com/vgod/vimrc 阅读全文
posted @ 2012-11-13 22:34 ouuy 阅读(130) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <string.h>#include <linux/i2c.h>#include <linux/i2c-dev.h>#define DAC3100_DEV "/dev/i2c-2"#define DAC3100_ADDR 0x18static unsigned char 阅读全文
posted @ 2012-10-25 18:20 ouuy 阅读(1550) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install gawksudo apt-get install byacc 阅读全文
posted @ 2012-09-18 18:02 ouuy 阅读(253) 评论(0) 推荐(0) 编辑