码迷,mamicode.com
首页 >  
搜索关键字:make install    ( 49881个结果
轻松建立Silverlight开发环境
创建Silverlight 4开发环境,微软提供最简单的方法是使用Web Platform Installer,进行“一键安装”,下载安装后,Web Platform Installer会自动检测哪些软件你已经安装如果需要安装新的Developer Tools,只需要选中该项目,下面“Install...
分类:Web程序   时间:2014-06-29 14:16:44    阅读次数:419
FreeSWITCH 1.2.5.3 Step by Step Install
Ubuntu:apt-get -y install build-essential automake autoconf git-core wget libtoolapt-get -y install libncurses5-dev libtiff-dev libjpeg-dev zlib1g-dev...
分类:其他好文   时间:2014-06-07 02:50:29    阅读次数:266
text label overlap probelm
常见的解决方法有三种:1. 使用wordcloud#install.packages(c("wordcloud","tm"),repos="http://cran.r-project.org")library(wordcloud)library(tm)wordcloud("May our child...
分类:其他好文   时间:2014-06-07 02:47:09    阅读次数:348
Java Swing
Global cursor:To change the cursor in a application wide fashion, you have to access the Glass Pane and set its cursor, and then make the glass pane v...
分类:编程语言   时间:2014-05-30 11:18:29    阅读次数:284
poj 1003:Hangover(水题,数学模拟)
HangoverTime Limit:1000MSMemory Limit:10000KTotal Submissions:99450Accepted:48213DescriptionHow far can you make a stack of cards overhang a table? If...
分类:其他好文   时间:2014-05-30 09:32:59    阅读次数:338
Centos6.3不能使用yum install安装gcc编辑器解决办法
mv/var/lib/rpm/__db*/tmprpm--rebuilddbyumcleanall
分类:其他好文   时间:2014-05-30 09:19:30    阅读次数:167
OpenStack IceHouse 部署 - 1 - 架构说明
参考架构Architecture from OpenStack Install GuideReference Architecture Network Isolation在本次部署中,我们采用了OpenStack中新的网络管理组件(neutron),具体参见安装指导。右图为该网络部署结构的示意,分为...
分类:其他好文   时间:2014-05-29 11:48:19    阅读次数:289
在默认安装openjdk的linux系统中安装独立jdk
安装独立jdk过程就不讲来,不会到百度之就可以了。下面讲更改默认到jdk1、更新参数使配置生效update-alternatives --install /usr/bin/java java /***/bin/java 300update-alternatives --install /usr/bi...
分类:系统相关   时间:2014-05-29 08:24:05    阅读次数:359
php5.3.3安装mongo扩展
/usr/bin/phpize./configure --with-php-config=/usr/bin/php-configmake && make install/usr/sbin/apachectl stop/usr/sbin/apachectl start需要升级pear。命令是pear ...
分类:Web程序   时间:2014-05-28 16:29:58    阅读次数:408
配置使用;yum安装slatstack的master,minion<at>centos6_x86_64
使用:#######################################配置:#######################################安装:服务端安装:[root@OperMainManager about_saltstack]# yum -y install yu...
分类:其他好文   时间:2014-05-28 10:05:15    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!