Redis的安装 下载Redis 官网地址: http://download.redis.io/releases/ 根据自己需求选相对应的版本 2.把下载好的安装包传到虚拟机Linux里去 安装虚拟机和Linux请参考本人前面的博客 通过远程管理工具,将压缩包拷贝到Linux服务器中的opt目录下, ...
分类:
其他好文 时间:
2020-01-27 23:31:20
阅读次数:
85
参考链接: https://www.cnblogs.com/chinarbolg/p/9601452.html luainterface下载(推荐用1.5.3): http://files.luaforge.net/releases/luainterface/luainterface 0.准备 下载 ...
Redis单机版安装配置 1.1 Redis下载 * 官网地址:http://redis.io/ * 中文官网地址:http://www.redis.cn/ * 下载地址:http://download.redis.io/releases/ 1.2 Redis安装环境 Redis没有官方的Windo ...
分类:
其他好文 时间:
2020-01-26 13:12:20
阅读次数:
71
下载安装 1. 进入 目录 cd /usr/local 2. 离线下载 https://redis.io/download 3. 在线下载 wget http://download.redis.io/releases/redis 5.0.7.tar.gz 4. 解压 tar xzf redis 5. ...
分类:
其他好文 时间:
2020-01-25 16:57:15
阅读次数:
95
参考:1.下载OSG库OSG源码http://www.openscenegraph.org/index.php/download-section/stable-releaseshttps://github.com/openscenegraph/OpenSceneGraph/releases第三方依赖... ...
分类:
其他好文 时间:
2020-01-23 14:08:36
阅读次数:
126
下载Jsonviewer2.dll,https://github.com/zbeboy/Jsonviewer2/releases 把Jsonviewer2.dll复制到C:\Program Files\Notepad++\plugins ...
分类:
Web程序 时间:
2020-01-23 12:32:58
阅读次数:
120
首先需要下载包。网址https://github.com/esp8266/arduino-esp8266fs-plugin/releases 我下载的是最新的包。 下载下来之后是个jar包,需要放到arduino根目录的tools文件夹中。 不要放错位置。放错位置的话,你的arduino IDE是无 ...
分类:
Web程序 时间:
2020-01-23 12:30:11
阅读次数:
438
## 服务端(CentOS64) # 1.下载文件 wget https://github.com/fatedier/frp/releases/download/v0.31.1/frp_0.31.1_linux_amd64.tar.gz tar -zxvf frp_0.31.1_linux_amd6 ...
分类:
其他好文 时间:
2020-01-23 00:02:25
阅读次数:
102
1. github 下载 zip (或 msi) 安装包,并解压到指定目录: https://github.com/microsoftarchive/redis https://github.com/microsoftarchive/redis/releases 2. 修改 redis.window ...
MyBatis Generator(MBG)的使用 MBG可以根据数据表生成对应的model、xml映射文件、mapper接口,只是简单的生成,还需要根据需求修改。 1、下载jar包 https://github.com/mybatis/generator/releases 解压后有3个jar包,只 ...
分类:
移动开发 时间:
2020-01-22 11:13:45
阅读次数:
93