摘要: 1.下载(下载地址) https://github.com/MicrosoftArchive/redis/releases 2.直接运行redis redis-server redis.windows.conf 3.注册成windows服务 redis-server --service-instal 阅读全文
posted @ 2020-10-19 16:56 一柒微笑 阅读(1180) 评论(0) 推荐(0) 编辑
摘要: 一、 将java jar包和下载的WinSW.NET4.exe放在同一个文件夹目录下 二、 重命名WinSW.NET4.exe为shiro.exe 三、编辑shiro.xml文件 <configuration> <id>shiro</id> <name>shiro</name> <descripti 阅读全文
posted @ 2020-10-19 16:30 一柒微笑 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 1.下载官方驱动PROWinx64.exe https://downloadcenter.intel.com/zh-cn/download/23073 2.解压程序(可用winrar) 3.把文件夹拷贝到安装好的系统中 4.启动系统按F8,选择禁用驱动程序签名强制 5.设备管理器更新驱动程序软件 6 阅读全文
posted @ 2020-10-19 16:21 一柒微笑 阅读(20150) 评论(0) 推荐(0) 编辑
摘要: 一、安装步骤 1.使用管理员身份运行安装程序,配置环境变量到bin目录 2.使用管理员身份运行cmd,删除默认注册的服务 sc delete postgresql-9.5 3.删除data目录,重新初始化数据库 initdb -–locale=C –E UTF-8 data 4.重新创建数据库服务 阅读全文
posted @ 2020-10-19 16:08 一柒微笑 阅读(403) 评论(0) 推荐(0) 编辑