码迷,mamicode.com
首页 >  
搜索关键字:mount yum install    ( 58060个结果
ubuntu 安装php环境/apache/php/mysql
比windows下真是方便很多,爱上ubuntu1:首先安装apache:打开终端(ctrl+Alt+t),输入命令:sudo apt-get install apache2即可安装,安装完后,打开浏览器,在地址栏输入:localhost或者http://127.0.0.1看到It works,表示...
分类:数据库   时间:2014-05-20 02:24:54    阅读次数:394
我的C3P0的一些配置心得
将Mysql添加到Windows系统服务中:1.、 安装服务。在Windows2000下,安装完成后,并没有把MySQL安装成服务,我们必须执行下面的语句把MySQL注册为服务:installdir\mysql\bin\mysqld-nt –-install。Windows98下没有返利网服务的概念...
分类:其他好文   时间:2014-05-19 20:34:34    阅读次数:219
Ubuntu(Linux) + mono + xsp4 + nginx +asp.net MVC3 部署
折腾了一下,尝试用Linux,部署mvc3。分别用过 centos 和 ubuntu ,用ubuntu是比较容易部署的。操作步骤如下:一、终端分别如下操作sudo su ->输入密码apt-get install nginx apt-get install mono apt-get install....
分类:Web程序   时间:2014-05-19 11:02:12    阅读次数:647
geoserver 安装 sql server 插件
Did you download and install the sql server plugin as well?http://downloads.sourceforge.net/project/geoserver/GeoServer%20Extensions/2.1.3/geoserver-2...
分类:数据库   时间:2014-05-19 09:13:32    阅读次数:422
linux SVN 服务搭建
SVN 客户端下载地址:http://tortoisesvn.net/downloads.htmlTips: 如果使用的是CenteOS 或 RedHat 请使用yum命令,其它如Debian、Ubuntu 就请使用apt-get命令。这里使用yum。使用RPM软件包管理,检查SVN是否已存在。St...
分类:系统相关   时间:2014-05-19 08:29:28    阅读次数:474
php -- 配置与安装
1.php与apache安装路径2.安装Apache服务 httpd -k install开启关闭重启服务 http -k start/stop/restart3.php.ini-development重命名为 php.ini4.配置Apache的httpd.conf,关联php解析器。在最后添加L...
分类:Web程序   时间:2014-05-19 08:02:47    阅读次数:529
Installing the Eclipse Plugin for ADT
http://developer.android.com/sdk/installing/installing-adt.html Download the ADT Plugin Start Eclipse, then select Help > Install New Software. Click ...
分类:系统相关   时间:2014-05-19 07:58:09    阅读次数:343
The J-Link hardware debugging Eclipse plug-in
QuicklinksIf you already know what are the features of the new plug-in and just want to know how to install/use it, you can directly skip to:J-Link in...
分类:系统相关   时间:2014-05-17 14:32:55    阅读次数:890
centOS 6下安装java、tomcat
centOS6下安装javacentOS默认有java的运行环境(gcj),安装sun的jdk前先卸载gcj。卸载gcj:#java-version<-查看当前gcjjava的版本号(我这里得到的是1.4.2)#yum-yremovejava-1.4.2-gcj-compat<-卸载gcj(y参数表示在y/n提问时均回答y)#chmoda+xjdk-6u14-linux-i586-rm..
分类:编程语言   时间:2014-05-16 02:17:23    阅读次数:489
我的LaTex 简历(未用他人模板)
第一步先安装LaTex,这里我装的是texlive,在ubuntu下可以使用以下命令来安装 sudo apt-get install texlive 然后安装一个编辑器,ubuntu下有很多LaTex编辑器,比如texmaker、texstudio等,我先安装了texmaker,但因为快捷键冲突问题导致texmaker基本无法使用,百度知道提问无果,索性换了texstudio,对比发现其实...
分类:其他好文   时间:2014-05-15 23:14:15    阅读次数:555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!