最近打算搭建交叉编译平台。自己曾经的一篇日志用来借鉴。 先来说我是怎么得到gcc4.4和g++的 去packages.debian.org 上自己下载gcc4.4和g++二进制包。当然了用apt好呀,可惜俺不会在http代理认证下用。用sudo dpkg -i 安装*deb,要按我如下的排列顺序安装
分类:
其他好文 时间:
2016-02-03 16:34:07
阅读次数:
165
【先贴出解决方案(基于Ubuntu)】: 使用dpkg -i *.deb 的时候出现依赖没有安装 使用apt-get -f -y install 解决依赖问题后再执行dpkg安装deb包 =====================1.下面是遇到的依赖没有安装=====================
分类:
其他好文 时间:
2016-02-03 11:47:55
阅读次数:
6676
分为获取java自身的一些环境变量和和操作系统相关的环境变量。 获取JVM相关的一些变量 在运行时设置一个环境变量 debug 为 true: java -Ddebug=true YourClass在程序中设置一个环境变量 debug 为 true: System.setProperty( "deb
分类:
编程语言 时间:
2016-01-28 10:39:47
阅读次数:
153
deb格式的搜狗输入法,搜狗拼音官网可以下载到 http://pinyin.sogou.com/linux/?r=pinyin (64位) 2、使用deb安装工具gdebi,这个工具能解决所有依赖问题 #sudo apt-get install gdebi 3、直接安装 #gdebi ~/sogou
分类:
系统相关 时间:
2016-01-28 10:37:17
阅读次数:
204
To see all the files the package installed onto your system, do this:dpkg-query -L To see the files a .deb file will installdpkg-deb -c To see the fil...
分类:
系统相关 时间:
2016-01-26 23:35:48
阅读次数:
283
sudo vi /etc/apt/sources.list加入如下内容即可:deb http://mirrors.163.com/debian/ jessie main non-free contribdeb http://mirrors.163.com/debian/ jessie-updates...
分类:
其他好文 时间:
2016-01-26 15:04:53
阅读次数:
168
root@kali:~# cat /etc/apt/sources.list # Regular Repositories deb http://http.kali.org/kali sana main non-free contrib deb http://security.kali.org/ka...
分类:
其他好文 时间:
2016-01-25 20:57:30
阅读次数:
200
中国开源软件中心更新服务器(北京光环新网服务器),包含其他开源镜像:deb http://mirrors.oss.org.cn/ubuntu/ vivid main restricted universe multiversedeb http://mirrors.oss.org.cn/ubuntu/...
分类:
其他好文 时间:
2016-01-25 14:54:12
阅读次数:
335
用kruskal算法,利用w[i]给r[i]间接排序,从而r[i]可以按照边大小保存序号,同时要判断是否在一个集合里面#include #include #include using namespace std;#define sf scanf#define pf printf#define deb...
分类:
其他好文 时间:
2016-01-24 11:36:05
阅读次数:
131
在Debian wheezy中更新svn至Subversion1.7的详细步骤记录:1.在/etc/apt/sources.list中增加以下仓库:deb http://opensource.wandisco.com/debian/ wheezy svn172.使用以下命令从http://opens...
分类:
其他好文 时间:
2016-01-22 21:08:12
阅读次数:
189