摘要: 问题描述 fastjson通过代码指定全局序列化返回时间格式,导致使用JSONField注解标注属性的特殊日期返回格式失效 全局设置代码 public class WebConfig implements WebMvcConfigurer { @Override public void config 阅读全文
posted @ 2026-07-16 11:02 超轶绝尘 阅读(9) 评论(0) 推荐(0)
摘要: 0. 选择原则 全端支持 1. 竖屏签名组件选择 nny-signature 2. 横屏签名组件选择 QCY电子签名 nny-signature 3. 问题签名组件 w-signature 手写签名板 横屏看不见按钮,写不了文字 lime-signature 仅仅是保存的图片为横屏,但页面没有任何横 阅读全文
posted @ 2026-07-05 11:43 超轶绝尘 阅读(6) 评论(0) 推荐(0)
摘要: VUE <view class="noticeContainer"> <swiper v-if="eventListArr.length > 0" @change="changeNoticeListPage" v-bind:style="{'height': noticeContainerHeigh 阅读全文
posted @ 2026-07-03 11:14 超轶绝尘 阅读(4) 评论(0) 推荐(0)
摘要: 1. 横向滚动原理 当元素宽度大于滚动条宽度时,会显示横向滚动条。 2. 官网源码 <template> <el-scrollbar> <div class="scrollbar-flex-content"> <p v-for="item in 50" :key="item" class="scro 阅读全文
posted @ 2026-07-02 10:50 超轶绝尘 阅读(3) 评论(0) 推荐(0)
摘要: /** uniapp <progress>标签圆角start */ ::v-deep .uni-progress-bar { border-radius: 30rpx; overflow: hidden; } ::v-deep .uni-progress-inner-bar { border-rad 阅读全文
posted @ 2026-06-27 17:05 超轶绝尘 阅读(3) 评论(0) 推荐(0)
摘要: /** uniapp <uni-number-box>标签 样式 start */ /* 数字框组件 数字框 和 前后 - + 号 的间隙 样式 自定义 */ ::v-deep.uni-numbox { height: 60rpx !important; // background-color: w 阅读全文
posted @ 2026-06-27 16:57 超轶绝尘 阅读(5) 评论(0) 推荐(0)
摘要: <button size="mini" type="default" open-type="share" class="image-button" style="background-image: url('/static/images/svg/wechat.svg');"></button> .i 阅读全文
posted @ 2026-06-21 20:00 超轶绝尘 阅读(4) 评论(0) 推荐(0)
摘要: 1.encodeURIComponent包裹传递 function toEditPage(item) { let url = '/pages/userCenter/suggestion'; if (item) { url = url + '?id=' + item.id + "&userId=" + 阅读全文
posted @ 2026-06-09 17:07 超轶绝尘 阅读(9) 评论(0) 推荐(0)
摘要: 报错信息如下: cn.hutool.crypto.CryptoException: SecurityException: JCE cannot authenticate the provider BCat cn.hutool.crypto.SecureUtil.createCipher(Secure 阅读全文
posted @ 2026-06-08 16:39 超轶绝尘 阅读(9) 评论(0) 推荐(0)
摘要: page.json的配置如下: { "pages": [{ "path": "pages/index/index", "style": { "navigationBarTitleText": "简介" } }, { "path": "pages/discount/discount", "style" 阅读全文
posted @ 2026-06-06 16:14 超轶绝尘 阅读(14) 评论(0) 推荐(0)