码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
来来来,个人blog第一弹——WordPress的Linux运行环境
基本上就是安装Lamp一、准备Linux这里用的centos6.5二、安装Apacheyuminstallhttpd三、安装mysql+建库yuminstallmysql-server mysql_secure_installation mysqladmin-urootpasswordroot mysql-uroot-proot mysql>createdatabasewordpress;四、安装phpyuminstallphp5 yuminst..
分类:系统相关   时间:2014-09-23 10:26:34    阅读次数:268
Solr 4 Study notes (part1)
Installation:Jetty:Modifysolr.xml<?xmlversion=”1.0”?><!DOCTYPEConfigurePUBLIC”-//Jetty//Configurer//EN”http://www.eclipse.org/jetty/configure.dtd><Configureclass=”org.eclipse.jetty.webapp.WebAppContext”><Setname=”contextPath”>..
分类:其他好文   时间:2014-09-18 19:06:45    阅读次数:198
POJ 1328 Radar Installation(贪心)
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, l...
分类:其他好文   时间:2014-09-18 14:53:34    阅读次数:213
INF 右键安装驱动以及卸载
INF 右键安装驱动以及卸载之前写过一篇文章是关于INF文件详解的,大家可以参看INF文件详解,这次写的是关于INF右键安装,这样比较方便。卸载的话也是一句话,可以大大减少安装时间;先将INF文件内容贴上来:; OsnDf.inf ; ; Installation file (.inf) for Infocore Corporation OsnDiskCopy driver. ; ; (c) Co...
分类:其他好文   时间:2014-09-18 14:52:54    阅读次数:238
mysql 5.5 中的示例数据库 employees
http://dev.mysql.com/doc/employee/en/employees-installation.html
分类:数据库   时间:2014-09-17 23:12:32    阅读次数:307
Installation error: INSTALL_FAILED_MEDIA_UNAVAILAB
报错如下: [2012-06-21 12:56:17 - xmobile17] Installation error: INSTALL_FAILED_MEDIA_UNAVAILABLE [2012-06-21 12:56:17 - xmobile17] Please check logcat output for more details. [2012-06-21 12:56:18...
分类:其他好文   时间:2014-09-16 19:17:01    阅读次数:183
第五篇、 WebSphere8.5的安装
一、前言 WebSphere Application Server 是IBM企业级应用服务器,与WAS6,WAS7相比较而言 WAS8发生了很大的改变,其安装介质和以前截然不同,该篇章中对于不同的安装过程有了详细的描述,内容可能有点长,但基本都是一些流程性的东西.二、Installation ...
分类:Web程序   时间:2014-09-16 10:40:50    阅读次数:306
(转) How to install eclipse in ubuntu 12.04
源地址:http://www.krizna.com/ubuntu/install-eclipse-in-ubuntu-12-04/Eclipse installation in ubuntu 12.04 is very simple . you can install eclipse using “...
分类:系统相关   时间:2014-09-15 02:12:57    阅读次数:265
ubuntu错误解决E: Sub-process /usr/bin/dpkg returned an error code (1)
在用apt-get安装软件时出现了类似于 install-info: No dir file specified; try –help for more information.dpkg:处理 gettext (–configure)时出错: 子进程 post-installation script...
分类:其他好文   时间:2014-09-13 14:33:45    阅读次数:227
Android Studio -- Installation and useage
下载安装AndroidStudioAndroidStudio中文社区1.InstallAndroidStudioDownloadAndroidStudioandLaunchthedownloadedEXEfile.NeedsJDK6orgreater.>javac-version2.AddingSDKPackagesAndroidSDKManger:Tools>Android>SDKManager(FromAndroidStudio)3.RecommendedPackages..
分类:移动开发   时间:2014-09-12 15:22:25    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!