码迷,mamicode.com
首页 >  
搜索关键字:make install    ( 49881个结果
在centos (linux) 搭建 eclipse c++开发分环境
网上说得很多,很烦,操作了很多,总有错误,但解决方案很简单。步骤就下面几步就OK了安装gcc 、g++yum install gccyum install gcc-c++安装jdk,配置jdk的环境(网上很多,就不用多说了)下载软件:eclipse: http://www.eclipse.org/d...
分类:编程语言   时间:2014-05-01 12:00:29    阅读次数:368
[笔记]--在Ubuntu系统用Python连接Mysql数据库
环境:Ubuntu11.10,Python2.7,Mysql5.0.95在Ubuntu终端输入命令安装Python的Mysql模块sudo apt-get install python-mysqldb就这么简单;运行一下脚本:#!/usr/bin/python#-*-coding=utf-8##im...
分类:数据库   时间:2014-05-01 10:54:23    阅读次数:474
分布式消息系统Jafka入门指南之二
分布式消息系统Jafka入门指南之二作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszs三、Jafka的目录结构1、安装tree命令$ sudo yum install tree2、查看目录$ tree -L 1 . ?..?? bin ?..?? conf ?..?? data ?..?? lib ?..?? LICENSE ?..?? logs ?..?...
分类:其他好文   时间:2014-04-29 13:38:21    阅读次数:448
Use UMDH to identify memory leak problem
We sometimes got memory leak problem, and we need to find the leaked memory, Here is a useful tool from MS, UMDH, it is included in WinDBG install package. Here is a introduction on how to UMDH to identify memory leak problems...
分类:其他好文   时间:2014-04-29 13:38:21    阅读次数:374
This Android SDK requires Developer Toolkit version 22.6.2 or above
question:  This Android SDK requires Developer Toolkit version 22.6.2 or above please update ADT to the latest version answer: 1.Start Eclipse, then select Help > Install New Software.... 2....
分类:移动开发   时间:2014-04-29 13:18:20    阅读次数:454
Timus 1104. Don’t Ask Woman about Her Age题解
Mrs Little likes digits most of all. Every year she tries to make the best number of the year. She tries to become more and more intelligent and every year studies a new digit. And the number she make...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
Ruby On Rails 4 hello world,Ruby On Rails上手
有机会再试一试Rails了,只是原来接触的是2,现在已然变成了4,似乎现在的安装比原来会快些。。 Rails 4 安装 针对于安装了RVM gem install rails 没有的话应该主 sudo gem install rails 安装RVM可以用 \curl -L https://get.rvm.io | bash -s stabl...
分类:其他好文   时间:2014-04-28 10:38:41    阅读次数:392
【我所认知的BIOS】—> uEFI AHCI Driver(5) — 第一个protocol终于要开始安装了
文章对EFI_DRIVER_BINDING_PROTOCOL的每个 成员的讲解是重点。它是我们遇到的第一个uEFI里面的protocol所以我都尽量把它讲的够细。这一篇文章开始就真正进入到install protocol的函数里面去了。拭目以待吧~...
分类:移动开发   时间:2014-04-28 10:11:42    阅读次数:386
彻底解决CHECK_NRPE: Error - Could not complete SSL handshake.
出现“CHECK_NRPE: Error - Could not complete SSL handshake.”的错误。       问题解决的步骤:    1. 确保openssh , openssl, openssl-devel版本一致。 在centOS 上,可以运行: yum install openssl openssl-devel     2. nagios监控端的允许地址和...
分类:其他好文   时间:2014-04-27 22:18:19    阅读次数:988
Timus 1404. Easy to Hack! 有一个密码问题
When Vito Maretti writes an important letter he encrypts it. His method is not very reliable but it’s enough to make any detective understand nothing in that letter. Sheriff doesn’t like such state ...
分类:其他好文   时间:2014-04-27 21:45:00    阅读次数:459
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!