qredis-server --service-install redis.windows.conf --loglevel verbose --service-name RedisServer6379qredis-server --service-uninstall redis.windows.co... ...
1.jdk安装 2.jmter安装 3.ant安装 下载apache-ant-1.10.6-bin.zip,直接解压就可使用,和jmeter类似 ant环境变量配置 新建系统变量:ANT_HOME,变量值为Ant的本地安装路径,如我的:D:\software\apache-ant-1.10.6 在系 ...
分类:
Web程序 时间:
2019-08-25 19:49:29
阅读次数:
125
实例一(不推荐) 1.Ant下载(https://ant.apache.org/bindownload.cgi),解压缩,配置环境变量(不配也可以,配了更方便一些)。 我这里下载的是apache-ant-1.10.5-bin.zip,在运行时需要Java8。(JDK8下载安装) Ant 环境变量配置 ...
分类:
其他好文 时间:
2019-08-23 10:38:59
阅读次数:
81
1.安装ant 1.下载地址:http://www.apache.org/dist/ant/binaries/具体下哪个根据你的jdk版本去下,不要高于jdk的版本,我的jdk版本是1.8.0,版本,下载了 apache-ant-1.10.6-bin.zip 2.解压文件 unzip apache- ...
分类:
其他好文 时间:
2019-08-19 19:12:06
阅读次数:
224
准备工作和上一篇相同即可,请准备好wordpress压缩包shell脚本如下:```#!/bin/bash##********************************************************************#Author:chenxu#QQ:314236848#Date:2019-05-15#FileName:myadmin.sh#URL:http://ww
分类:
其他好文 时间:
2019-05-20 10:26:04
阅读次数:
147
1.安装node.js 地址:https://nodejs.org/en/,安装lts稳定版本比较好,如果是前端开发,最好使用nvm版本管理工具来安装,完成之后打开cmd,node -v查看是否安装成功 2.安装ant 地址:https://ant.apache.org/bindownload.cg ...
分类:
其他好文 时间:
2019-03-24 09:53:00
阅读次数:
110
程序提示错误: 试加载 Oracle 客户端库时引发 BadImageFormatException。如果在安装 32 位 Oracle 客户端组件的情况下以 64 位模式运行,将出现此问题。 出现场景: VS2008 C/S应用程序通过ADO.NET连接Oracle数据库所产生。 解决概要: 安装 ...
分类:
数据库 时间:
2018-08-23 17:40:08
阅读次数:
192
异常现象: 使用react引用antd的库时报错 yarn add antd Trace: Error: connect ETIMEDOUT 114.55.80.225:80 at Object._errnoException (util.js:992:11) at _exceptionWithHo ...
分类:
其他好文 时间:
2018-08-07 18:01:23
阅读次数:
1455
环境:mac 1、github上下载 源码 项目地址:https://github.com/apache/zookeeper 2、安装 ant mac:brew update -> brew install ant ant -version 检查是否安装成功 3、cd zookeeper 文件夹, ...
分类:
其他好文 时间:
2018-07-21 20:36:15
阅读次数:
195