01 2020 档案

摘要:系统介绍 目录介绍 /bin:bin是Binary的缩写, 这个目录存放着经常使用的命令 /boot:启动Linux时使用的一些核心文件,包括一些连接文件以及镜像文件 /dev :dev是Device(设备)的缩写, 存放的是Linux的外部设备,在Linux中访问设备的方式和访问 文件的方式是相同 阅读全文
posted @ 2020-01-29 16:46 月下梦花落 阅读(138) 评论(0) 推荐(0)
摘要:原因及解决办法: "https://docs.spring.io/spring boot/docs/2.0.3.RELEASE/reference/htmlsingle/ howto use tomcat legacycookieprocessor" @Configuration public cl 阅读全文
posted @ 2020-01-28 01:35 月下梦花落 阅读(1036) 评论(0) 推荐(0)
摘要:下载安装 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. 阅读全文
posted @ 2020-01-25 16:26 月下梦花落 阅读(158) 评论(0) 推荐(0)
摘要:1. 请求没有结束时所依赖的页面元素消失 2. then里面有错误代码 阅读全文
posted @ 2020-01-10 01:19 月下梦花落 阅读(949) 评论(0) 推荐(0)