java
ITmengxing
小萌新。
展开
-
redis安装,windows下安装redis
一.安装redis redis的windoms版只能到redis的github官网下载:https://github.com/microsoftarchive/redis/releases从下面选择自己需要的版本下载: 其中msi是安装版,zip是解压版下载zip到本地解压,目录如下: 打开redis.windows.conf配置内存大小: 二.运行redis打开cmd进入redis安装目录并输入命令 如果出现以下错误:[2368] 21 Apr 02:57:05.611 # Creating Ser原创 2020-08-25 10:29:28 · 110 阅读 · 0 评论 -
The superclass“javax.servlet.http.HttpServlet“ was not found on the Java Build Path
将资料中给的静态文件引入eclipse时,文件有一大红×,jsp文件里面出现了The superclass"javax.servlet.http.HttpServlet" was not found on the Java Build Path错误异常 原因: 在Javaweb工程下没有引入中间件(服务器Tomcat)运行的library 解决方法: 1)确认eclipse中server的运行环境是否有配置,设置方法为:Window–>Preferences–>Server–>Runti原创 2020-08-21 17:04:31 · 172 阅读 · 0 评论