Chinaunix首页 | 论坛 | 博客
  • 博客访问: 143278
  • 博文数量: 35
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 260
  • 用 户 组: 普通用户
  • 注册时间: 2014-11-16 22:30
文章分类

全部博文(35)

文章存档

2016年(2)

2015年(24)

2014年(9)

我的朋友

发布时间:2015-02-10 14:43:32

 vim之AutoComplPop和OmniCppComplete的安装和使用分类: c/c++编程 linux编程2014-02-19 20:10 3650人阅读 评论(8) 收藏 举报在coding过程中,有了变量或函数的自动弹出功能,可以极大的提高编码的效率和准确率,这里介绍的AutoComplPop和OmniCppCom.........【阅读全文】

阅读(2858) | 评论(0) | 转发(0)

发布时间:2015-02-10 14:42:50

daf......【阅读全文】

阅读(1626) | 评论(0) | 转发(0)

发布时间:2015-02-06 14:30:13

Linux 配置双机SSH信任http://www.cnblogs.com/mchina/archive/2013/03/15/2956017.html一、实现原理使用一种被称为"公私钥"认证的方式来进行ssh登录。"公私钥"认证方式简单的解释是:首先在客户端上创建一对公私钥(公钥文件:~/.ssh/id_rsa.pub;私钥文件:~/.ssh/id_rsa),然后把.........【阅读全文】

阅读(1338) | 评论(0) | 转发(0)

发布时间:2015-02-05 16:48:14

/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */#include <alsa/asoundlib.h>#include <getopt.h>#include <math.h>#include <pthread.h>#include <stdio.h>#.........【阅读全文】

阅读(1267) | 评论(0) | 转发(0)

发布时间:2015-01-29 18:02:23

http://my.oschina.net/u/918218/blog/97611在ubuntu10.04下 GStreamer开发环境搭建  一 安装gstreamer1 下载gstreamer源码http://gstreamer.freedesktop.org/src/gstreamer/我下的是gstreamer-0.10.35.tar.gz2 进入目录,解压./configureadministrator@ubuntu:~/下载/gstre.........【阅读全文】

阅读(2482) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册