下载 PDF.js 禁止下载的文件 部分使用 PDF.js 提供 PDF 预览的网站会禁止下载文件,本文介绍了如何绕过限制,下载这些文件。 2023-08-18 开发 > 逆向 #前端 #逆向 #PDF.js
Spring Security 自定义 @Anonymous 和 @HasRole 注解 使用 SpringSecurity 时,不同接口的鉴权较为麻烦,本文实现了 @Anonymous 和 @HasRole 注解,使得鉴权更加简单。 2023-08-06 开发 > 后端 #Spring #Spring Boot #Spring Security #Java #注解
解决 WebStorm 开发 uni-app 时 rpx 单位不识别问题 问题WebStorm 开发 uni-app 时,rpx 单位不识别,且无法正常格式化。 2023-07-25 开发 > 前端 #WebStorm #微信小程序 #uni-app
Spring Security customizing status code, and prevent other codes overridden by 403 The Spring Security will override all errors like 400, 405, and 500 to 403, and we may want to use 401 for unauthorized requests. This article will solve this problem by customizing an Authenticati 2023-07-05 开发 > 后端 #Spring #Spring Boot #Spring Security #HTTP
Spring Security 自定义状态码,防止正常状态码被 403 覆盖 在项目中加入 Spring Security 后,它会将所有的错误状态码覆盖为 403,例如 400, 405 和 500,我们也可能需要将 403 改为 401 作为未登录的状态码。本文将介绍如何自定义 AuthenticationEntryPoint 以解决此问题。 2023-07-05 开发 > 后端 #Spring #Spring Boot #Spring Security #HTTP
Element UI 通用图片骨架屏组件 近年来,骨架屏(Skeleton)逐渐成为一种流行的加载动画,其显著增强了用户等待过程中的体验。本文实现了 Vue.js + Element UI 的通用图片骨架屏组件。 2022-11-16 开发 > 前端 #前端 #Vue.js #Element UI #骨架屏
Windows 连接 smb 非标准端口 当使用家庭宽带将 smb 服务转发到公网时,由于 445 端口被封,必须使用其它端口,而 Windows 系统只支持连接标准端口,需要通过端口转发解决此问题。 2022-09-03 经验 #Windows #端口转发
【MCDR Tutorials 01】Introduction The significant server management tool. 2022-08-23 Minecraft > MCDR系列教程 #Minecraft #MCDReforged #Python