摘要: 不妨在地址前面加上/__pageframe__/ <image class="img" :src="imgUrl" mode="aspectFit"></image> const imgUrl = ref('/__pageframe__/static/no_img.png'); 阅读全文
posted @ 2023-09-21 15:50 RHCHIK 阅读(200) 评论(0) 推荐(0) 编辑
摘要: uniapp的请求拦截器和响应拦截器 阅读全文
posted @ 2023-09-03 21:54 RHCHIK 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_64590669/article/details/130307866 阅读全文
posted @ 2023-09-03 16:17 RHCHIK 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-08-28 11:51 RHCHIK 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/QWERTYQ16/article/details/124497532 阅读全文
posted @ 2023-07-05 17:33 RHCHIK 阅读(94) 评论(0) 推荐(0) 编辑
摘要: class FormDataDTO1 { id; name; sex; remark; } class FormDataDTO2 extends FormDataDTO1 { age; address; } const formData1 = new FormDataDTO1(); const fo 阅读全文
posted @ 2023-05-30 15:58 RHCHIK 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 年轻人,对技术总是那么的狂热,借着最近火爆的ChatGPT,想对人工智能浅谈几句。 借周鸿祎的话说,ChatGPT可能代表着人类人工智能的一场革命。它的问世,确实也改变了我个人对人工智能的看法。 以往我认为人类永远只能实现弱人工智能,ChatGPT的问世后,我认为人类看到了强人工智能的星火,但仍未触 阅读全文
posted @ 2023-02-12 18:09 RHCHIK 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 前言 基座:基于vite的vue3.2 (base-app) 子程序:基于vite的vue3.2 (micro-app-vue)、基于webpack的Angular (micro-app-angular)、基于webpack的React (micro-app-react) 一、基于vite的vue3 阅读全文
posted @ 2023-01-16 11:02 RHCHIK 阅读(581) 评论(0) 推荐(0) 编辑
摘要: tsconfig 之 compilerOptions 详解 阅读全文
posted @ 2023-01-09 14:18 RHCHIK 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 一文理解vuex和pinia的区别 阅读全文
posted @ 2022-12-27 20:49 RHCHIK 阅读(212) 评论(0) 推荐(0) 编辑