Wesley13 Wesley13
3年前
Redis 环境搭建
redis3.0.5下载地址(http://download.redis.io/releases/redis3.0.5.tar.gz(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdownload.redis.io%2Freleases%2Fredis3.0.5.tar.gz)
Stella981 Stella981
3年前
CentOS 7 Redis 内网 安装 卸载
\不能连接外网,安装Redis服务器的过程https://redis.io/download(官网下载安装包,最新版)  或者直接命令行下载 wgethttp://download.redis.io/releases/redis5.0.4.tar.gzredis\.tar.gz放在安装目录/usr/local/redis/  
Stella981 Stella981
3年前
Python压缩和解压缩实践
工作需要,将已经打好的war包解压出来,重新压缩WEBINF中的classes文件夹到WEBINF.zip那就只好从实际出发,用代码来了解一下python的压缩解压缩了。!/usr/bin/env python encoding: utf8"""@version: 1.0@autho
Stella981 Stella981
3年前
Prometheus 安装和配置
Prometheus的安装和配置Linux环境下下载二进制分发包,解压后就安装完了。1\.启动解压后,在解压后的路径内执行命令./premetheus即可以使用默认配置启动Prometheus应用。默认使用的是同目录下的prometheus.yml文件可以通过浏览器访问http:
Wesley13 Wesley13
3年前
activiti
1、解压到tomcat把activiti5.18.0\\wars\\activitiexplorer.war在tomcat7的webapps目录下解压为 activitiexplorer!(https://static.oschina.net/uploads/space/2017/0908/140821_iXro_
Wesley13 Wesley13
3年前
Mysql环境搭建之解压方式安装
转自:http://www.cnblogs.com/wangfengming/articles/7880595.html一.MySQL服务安装1.下载: 地址:http:
Wesley13 Wesley13
3年前
MySQL基本命令总结
一.基本命令1.启动服务windows:netstartmysqllinux:servicemysqldstartmac:/usr/local/mysql/supportfiles/mysql.serverstart(gz解压包方式安装,路径按照解压安装时的目录
Wesley13 Wesley13
3年前
C#解压或压缩文件夹
C解压或压缩文件夹最近要做一个项目涉及到C中压缩与解压缩的问题的解决方法,大家分享。这里主要解决文件夹包含文件夹的解压缩问题。1)下载SharpZipLib.dll,在http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies(https
Wesley13 Wesley13
3年前
mysql8.0安装
之前写过低版本的安装,现在需要用到8.0以上版本做个解压版本安装记录1、解压安装包!(https://oscimg.oschina.net/oscnet/up8342f5a8ac1cd1017202feaa464bd40102c.png)2、创建选项文件在解压目录里面创建my.ini文件!(https://oscimg.osch
Stella981 Stella981
3年前
CentOS7 SVN安装及配置
 研发这边要管理文档,觉得SVN管理文档相关还是很不错的;之前项目代码用Git管理。在安装svn之前,先把svn相关依赖包安装好:一、安装1、aprwgethttp://apache.fayea.com/apr/apr1.5.2.tar.gztarzxvfapr1.5.2.tar.gzcdapr1.