步骤一: https://sourceforge.net/projects/ta-lib/files/ta-lib/0.4.0/ta-lib-0.4.0-msvc.zip/download?use_mirror=nchc 下载ta-lib,并解压到C:\ta-lib 因为TA-Lib的python库需要先安装ta-lib. 步骤二: https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 下载 Microsoft V
今天是出道以来第一次安装JDK1.3,大学的时候接触的也已是JDK1.4,而且是在Red Hat Enterprise Linux Server release 6.6上,安装JDK1.3是由于软件组一个项目使用的一个老版本的WebLogic的原因,由于各种原因一直没有升级. 在安装过程中遇到了 /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory错误. ./j2sdk-1_3_1_20-linux-i586.bin
Development Guidelines开发指南This page is intended for developers of Zipline, people who want to contribute to the Zipline codebase or documentation, or people who want to install from source and make local changes to their copy of Zipline.这个页面是为Zipline
Apache JMeter安装说明 1. 安装环境要求: Java版本 JMeter要求充分满足JVM1.3或更高. 操作系统 JMeter可以在当前任何一个已经部署了Java的操作系统上运行. l Unix(Solaris,Linux,etc) l Windows(98,NT,2000,XP) l Open VMS Alpha 7.3+ 2. 安装步骤: l 安装环境:Windows XP l
在其他版本的mysqldb里面时间查询有问题最后确定还是在 1.2.5 版本下来解决,需要解决的问题就是这个:"Cannot open include file: 'config-win.h': No such file or directory" while installing mysql-python上面是在 1.2.4 版本上的,后来在 1.2.5 上面应该是解决的.但实际上,1.2.5 在Windows 64 位环境下还是有问题的,原因见后面的说明.安装步骤如下:1.安装 M
.intel驱动下载地址:https://sourceforge.net/projects/e1000/files/ixgbe%20stable/ .编译安装步骤 yum install kernel-devel kernel-headers gcc make cd /usr/src ln -s kernels/-.el6.x86_64/ linux $ tar xvfvz ixgbe-3.23.2.tar.gz$ cd ixgbe-3.23.2/src$ make第三步: 检查Ixgbe驱动编
安装和配置Oozie Oozie用于Hadoop的工作流配置: 参考链接: <Install and Configure Apache Oozie Workflow Scheduler for CDH 4.X on RHEL/CentOS 6/5> http://www.tecmint.com/install-apache-oozie-for-cdh-in-centos/ (亲测可用) <How to Install Latest MySQL 5.7.9 on RHEL/CentOS
yum install -y apr-devel openssl-devel gcc 安装native cd /lxyy/tomcat7/bin tar zxvf tomcat-native.tar.gz cd tomcat-native--src/jni/native ./configure --with-apr=/usr/bin/apr-1-config --with-java-home=/usr/local/jdk --prefix=/usr/local/tomcat7/make make