摘要: 打开cmd 定位到redis根目录 输入安装命令: redis-server --service-install redis-windows.conf 阅读全文
posted @ 2025-04-16 17:46 hello_stone 阅读(41) 评论(0) 推荐(0)
摘要: 本文分享自华为云社区《学习Vue Router,HTML5 History 模式,因为history模式刷新页面会出现404》,作者: DevFeng 。 vue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟一个完整的 URL,于是当 URL 改变时,页面不会重新加载 阅读全文
posted @ 2025-02-21 11:17 hello_stone 阅读(41) 评论(0) 推荐(0)
摘要: 路由切换跳转时,发现一个页面的接口和页面展示每次进入都会调用created。keep-alive缓存页面没有效果,代码如下 keep-alive页面 <section class="app-main"> <transition name="fade-transform" mode="out-in"> 阅读全文
posted @ 2024-07-04 17:47 hello_stone 阅读(265) 评论(0) 推荐(0)
摘要: 已经搭建好的环境突然全部nginx502,localhost拒绝访问 报错信息: connect() failed (10061: No connection could be made because the target machine actively refused it) while co 阅读全文
posted @ 2024-05-21 17:06 hello_stone 阅读(4340) 评论(0) 推荐(0)
摘要: 如题再做查询的时候报了这个错误。 原代码如下: public virtual async Task<PagedList<ApiScope>> GetApiScopesAsync(string search, int page = 1, int pageSize = 10) { var pagedLi 阅读全文
posted @ 2024-03-12 16:36 hello_stone 阅读(102) 评论(0) 推荐(0)
摘要: 1、自己生成证书,需要用到openssl,官方下载地址 https://slproweb.com/products/Win32OpenSSL.html 2、到安装目录:C:\Program Files\OpenSSL-Win64\bin打开cmd,或配置class环境变量 3、创建密钥(zamone 阅读全文
posted @ 2024-01-02 10:57 hello_stone 阅读(53) 评论(0) 推荐(0)
摘要: 如题, 查看日志发现错误信息: No signing credential for algorithms (rs256) registered 而客户端的配置里的“身份令牌算法”没有rs256 于是加上就ok了。 阅读全文
posted @ 2023-11-29 11:09 hello_stone 阅读(35) 评论(0) 推荐(0)
摘要: mvn install:install-file -DgroupId=zac.fc -DartifactId=aeswithjec-20171214 -Dversion=2.0.0 -Dpackaging=jar -Dfile=E:\shiqr\lib\aeswithjec-20171214.jar 阅读全文
posted @ 2023-11-09 15:52 hello_stone 阅读(36) 评论(0) 推荐(0)
摘要: 最近碰到上传文件后,后台的vs调试自动终止的问题,postman则不会,百思不得其解。最后找到一篇文章(VS上传图片就终止调试问题_输出被调试程序截断_mike0127的博客-CSDN博客)解决了我的问题。 点击VS【工具】-【选项】-【项目和解决方案】-【Web项目】将【在浏览器窗口关闭时停止调试 阅读全文
posted @ 2023-10-27 10:37 hello_stone 阅读(268) 评论(0) 推荐(0)
摘要: package.json { "name": "CmsWap", "version": "1.0.0", "description": "", "main": "main.js", "dependencies": { "vue-pdf": "^4.3.0" }, "devDependencies": 阅读全文
posted @ 2023-08-04 14:04 hello_stone 阅读(686) 评论(0) 推荐(0)