- 博客(8)
- 收藏
- 关注
原创 饥荒linux服务器启动脚本一键使用
饥荒linux服务器启动脚本,由官方脚本改进而来,模仿泰拉瑞亚服务器启动方式,添加了存档选择,存档删除,将更新设置成可选的,模组设置等
2024-03-15 17:00:28 519
原创 docker部署前端项目(包含前端跨域、websocket)
使用docker与nginx进行快速部署与持续重新部署,包含前端http、websocket跨域的nginx配置
2023-10-25 14:50:00 386
原创 vue3+websocket实现聊天室注意事项
文章目录vue多页面长连接第一种方法是每个页面进行重连第二种方法就是全局变量刷新时保持连接刷新时好友在线状态闪烁最近使用vue+websocket进行聊天室的开发,碰到了很多问题,做一下记录。vue多页面长连接websocket的连接是单页面的,每次切换页面就会自动断开。但是我希望的效果是,登录时连接,直到关闭浏览器或退出登录。第一种方法是每个页面进行重连ws= new WebSocket('ws://localhost:8080/socket'+userid);只需要在后台限制每个id的连接
2021-04-23 17:11:42 2277
原创 springboot中 webmagic配置RedisScheduler实现分布式与去重
文章目录webmagic配置RedisScheduler导包配置RedisConfig配置文件spider代码webmagic配置RedisScheduler导包<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <exclusions> <e
2020-11-19 09:51:49 1456
原创 java添加chromeOption无效
使用java+selenium写爬虫的时候设置无头浏览器无效,找了好久最后发现参数前面不能有- -ChromeOptions chromeOptions = new ChromeOptions(); chromeOptions.addArguments("headless"); chromeOptions.addArguments("disable-gpu"); chromeOption
2020-11-09 08:57:34 881 1
原创 基于VUE实现的的数独界面
最近用css+vue实现了这样一款数独界面,可以说除了侯选数其他的功能还算完善。文章目录实现效果前端代码index.htmlindex.js后端部分项目地址项目结构生成jar包实现效果前端代码一共三个文件index.html<!doctype html><html><head> <title>数独</title> <meta charset="utf-8" /> <link rel="stylesh
2020-11-03 08:18:01 842
原创 Could not find a version that satisfies the requirement (from versions: ) No matching distribution
Could not find a version that satisfies the requirement (from versions: ) No matching distribution found for最近使用pip下载python库得时候总是出现这个问题,到网上搜了一下,发现这几种解决方案。1.使用国内镜像源pip --default-timeout=1000 install 库名称 -i http://pypi.douban.com/simple/ --trusted-host p
2020-06-25 11:20:56 9674 8
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人