码迷,mamicode.com
首页 >  
搜索关键字:install    ( 40475个结果
How To Manually Install Oracle Java on Ubuntu
IntroductionJava is a programming technology originally developed by Sun Microsystems and later acquired by Oracle. Oracle Java is a proprietary imple...
分类:数据库   时间:2014-05-25 23:20:27    阅读次数:450
centos下编译c++
前提条件是已经安装了g++要是没有安装,就yum install g++1,编写Hello.cpp1>vim2>#include int main(){ printf("Hello,the world!"); return 0;}3>:w hello.cpp2,退出vim !q3,编译#g++ .....
分类:编程语言   时间:2014-05-25 22:19:17    阅读次数:468
linux下部署svn服务器
系统Linux debian 2.6.32-5-686 先安装svn工具:apt-get install subversion,耐心等待安装完成。安装完成后svn客户端、服务器都有了。 接者建立svn仓库目录svnadmin create truckroot@debian:/home/xzc...
分类:系统相关   时间:2014-05-25 19:07:48    阅读次数:494
ubuntu WPS 对话框 使用GTK主题的方法
sudo apt-get install gtk2-engines:i386sudo apt-get install gtk2-engines-murrine:i386
分类:其他好文   时间:2014-05-25 18:43:59    阅读次数:274
OPENWRT开始SFTP支持办法
root@OpenWrt:~# opkg updateroot@OpenWrt:~# opkg install vsftpd openssh-sftp-serverroot@OpenWrt:~# /etc/init.d/vsftpd enableroot@OpenWrt:~# /etc/init.d...
分类:其他好文   时间:2014-05-25 16:10:16    阅读次数:384
ubuntu下安装g++
主要来自ubuntu中文社区http://www.ubuntu.org.cn/support/documentation/doc/VMware首选,确认你已经安装了build-essential程序包: apt-get install build-essential确认你已经安装了内核头文件包: u...
分类:其他好文   时间:2014-05-25 12:40:10    阅读次数:299
Ubuntu 中软件的安装、卸载以及查看的方法总结
说明:由于图形化界面方法(如Add/Remove... 和Synaptic Package Manageer)比较简单,所以这里主要总结在终端通过命令行方式进行的软件包安装、卸载和删除的方法。一、Ubuntu中软件安装方法1、APT方式(1)普通安装:apt-get install softname...
分类:其他好文   时间:2014-05-25 12:29:55    阅读次数:256
Window下memcached安装与测试
1、下载Memercached For Windows:http://download.csdn.net/detail/bbirdsky/7395123 2、安装: 1>注意install.bat文件中binPath需要修改为memcached.exe所在的目录,displayName为服务名,不建议修改,如果修改后其它的bat文件也需要做相应的修改; 2>注意避免直接双击被杀毒软件给拦截,...
分类:Windows程序   时间:2014-05-25 07:30:50    阅读次数:422
Fail to install windows sdk for win7
隔了差不多三周没写博文了,感觉一写就停不下来呀!因为心里面积攒很多想说的话,很多自己在近段时间思考的小收获。不过还是先回归到这个问题上去吧!分三部分:对我自己遇到的题进行概述给出相应的解决办法附加上其他错误的解决方案!=====================================pa..
分类:Windows程序   时间:2014-05-25 05:36:41    阅读次数:431
How to change value of Read time out of Eclipse Update Manager?
issue:IhaveslowinternetconnectionandIcannotinstallanyplugin,becauseEclipse‘sUpdatemanagerthrowsmeexception:ava.net.SocketTimeoutException:Readtimedoutatjava.net.SocketInputStream.socketRead0(NativeMethod)atjava.net.SocketInputStream.read(UnknownSource)atja..
分类:系统相关   时间:2014-05-25 04:55:20    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!