码迷,mamicode.com
首页 >  
搜索关键字:installation    ( 1730个结果
Ubuntu环境下的Redis 配置与C++使用入门
Redis是一个高性能的key-value数据库。 Redisedis的出现,很大程度补偿了memcached这类key/value存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了Java,C/C++,C#,PHP,JavaScript,Perl,Object-C,Python,Ruby,Erlang等客户端,使用很方便。 本文将通过介绍Ubuntu环境下的Redis 配置,介绍C++入门使用的方式,帮助读者快速上手Redis。 Installation Download, ex...
分类:编程语言   时间:2014-07-24 23:12:23    阅读次数:271
Hercules Emulator installation and configuration
Release date: 23 July, 2014Contents1. Hercules Emulator Overview2. Hardware and SoftwarePrerequisites2.1 Hareware Prerequisites2.2 Software Prerequisi...
分类:其他好文   时间:2014-07-23 16:44:11    阅读次数:470
Proxy settings in TortoiseSVN and command line svn client
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:其他好文   时间:2014-07-23 15:15:56    阅读次数:292
Teamcenter10 step-by-step installation in Linux env-Teamcenter 4 tier RichClient Installation
Introduction In this post, we will introduce OTW(over the web) mode to install Teamcenter 4-tier rich client and also use WAM tool to generate it. To ...
分类:系统相关   时间:2014-07-23 15:11:06    阅读次数:978
Android开发过程中遇到的问题集合(—)
1. Re-installation failed due to different application signatures. 将原来的软件包删除掉,然后重新安装一次就好了。在命令行上运行:adb uninstall ,这里的package_name也就是AndroidManifest.xml里面元素package属性的数据值。例如:adb uninstall org.andriod.de...
分类:移动开发   时间:2014-07-22 22:39:13    阅读次数:302
php程序调试: xdebug的配置
如何在phpeclipse中像调试Java程序一样调试php呢? XDebug的版本很多,打开http://xdebug.org/index.php,把网站仔细看一下,你会发现有句“If you don't know which one you need, please refer to the custom installation instructions.”,非常好,打开这个页面,按照要求...
分类:Web程序   时间:2014-07-19 23:17:35    阅读次数:270
Highcharts指南
摘要Highcharts图表控件是目前使用最为广泛的图表控件。本文将从零开始逐步为你介绍Highcharts图表控件。通过本文,你将学会如何配置Highcharts以及动态生成Highchart图表。目录前言(Preface)安装(Installation)如何设置参数(How to set up ...
分类:其他好文   时间:2014-07-18 19:22:21    阅读次数:239
Teamcenter10 step-by-step installation in Linux env-Teamcenter WebTier Installation
Introduction Actually, in the last post Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation, we have finished both 2-ti...
分类:Web程序   时间:2014-07-18 12:12:38    阅读次数:1909
oracle 数据库安装环境,要求大汇总
?? Oracle Database (RDBMS) on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Require...
分类:数据库   时间:2014-07-18 11:03:07    阅读次数:482
Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation
Introduction In the post, we will start to deploy two-tier Teamcenter env step by step. We will use the following two Teamcenter installation tools wh...
分类:系统相关   时间:2014-07-17 13:09:01    阅读次数:1536
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!