1.安装mngodb模块 wget http://pecl.php.net/get/mongodb-1.2.4.tgz tar zxf mongodb-1.2.4.tgz cd mongodb-1.2.4 /application/php/bin/phpize ./configure --with-php-config=/application/php/bin/php-config make make install Installing shared extensions: /applicat
Eclipse 安装最新SVN插件 下载地址 下载最新的Eclipse,我使用的是eclipse-jee-kepler-SR2-win32-x86_64.zip(Eclipse IDE for Java EE Developers)版如果没有安装的请到此地址下载:eclipse.org/downloads/ 如果没有安装的请到这里下载安装:http://eclipse.org/downloads/ 1.下载最新的Eclipse,我的版本是3.7.2 indigo(Eclipse IDE for
最近一直在学习ssh框架,为了更方便hibernate的使用,所以在eclipse下载hibernate插件,安装插件有两种方法 第一种:本地安装 1).插件的官网下载地址:http://tools.jboss.org/downloads/,选择你要安装的插件,如图所示: 2).打开eclipse->help->Install New Software->Add 3).选择你需要要安装的插件.不要勾选更新,否则需要联网下载,然后一直next就好了! 第二种:在线安装: Help >
1.MongoDB 安装 官网提供了三个版本下载: - MongoDB for Windows 64-bit 适合 64 位的 Windows Server 2008 R2, Windows 7 , 及最新版本的 Window 系统. - MongoDB for Windows 32-bit 适合 32 位的 Window 系统及最新的 Windows Vista. 32 位系统上 MongoDB 的数据库最大为 2GB. - MongoDB for Windows 64-bit Legacy
windows 安装 mongodb 下载 首先到官网下载合适的安装包,下载地址为 https://www.mongodb.com/download-center MongoDB for Windows 64-bit 适合 64 位的 Windows Server 2008 R2, Windows 7 , 及最新版本的 Window 系统. MongoDB for Windows 32-bit 适合 32 位的 Window 系统及最新的 Windows Vista. 32 位系统上 Mongo
Windows 7 64位安装MongoDB 官网tutorial: https://docs.mongodb.com/v3.0/tutorial/install-mongodb-on-windows/ 一.获得MongoDB Community Edition 1.确定需要安装哪种MongoDB? 查看自己的Windows是什么版本,下载对应的MongoDB版本. 可以通过cmd命令查看系统版本和多少位: wmic os get caption wmic os get osa