Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1455158
  • 博文数量: 596
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 173
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-06 15:50
个人简介

在线笔记

文章分类

全部博文(596)

文章存档

2016年(1)

2015年(104)

2014年(228)

2013年(226)

2012年(26)

2011年(11)

发布时间:2014-06-20 11:14:26

$ update-alternatives --config editorThere are 4 choices for the alternative editor (providing /usr/bin/editor).  Selection Path Priority Status------------------------------------------------------------ .........【阅读全文】

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

发布时间:2014-06-20 11:10:15

1. makedistclean2. svn update > f3. 整理file,这时候得到需要删除的文件4. 运行删除#!/bin/sh FILE=/home/cloudmind/work/spice-gtk-0.23/ffor file in `cat $FILE`do    echo $file    svn rm $file.........【阅读全文】

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

发布时间:2014-06-20 10:59:29

http://hi.baidu.com/7636553/item/8476a5cdd8b5bf13b67a2433写法一:----------------------------------------------------------------------------#!/bin/bash while read linedo.........【阅读全文】

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

发布时间:2014-06-20 10:38:11

1. sudo apt-get install libneon272. mv /usr/lib/libneon-gnutls.so.27 /usr/lib/libneon-gnutls.so.27-bak3. ln -s /usr/lib/libneon.so.27 /usr/lib/libneon-gnutls.so.27......【阅读全文】

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

发布时间:2014-06-18 23:22:48

// union_test.cpp : 定义控制台应用程序的入口点。///*结论:typedef std::map<int, desktop*> deskMap; 存放的是指针,也就是到时候指针指向的内存如果改变,则结果也改变typedef std::map<int, desktop> deskMap2; //存放的是数据,.........【阅读全文】

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

登录 注册