随笔 - 133  文章 - 0  评论 - 2  阅读 - 50945
11 2021 档案
后台乱码转中文
摘要:decodeURIComponent(data) 阅读全文
posted @ 2021-11-24 17:52 荻!!!!!!!! 阅读(19) 评论(0) 推荐(0) 编辑
js讲解视频
摘要:https://space.bilibili.com/1363644344 阅读全文
posted @ 2021-11-18 15:54 荻!!!!!!!! 阅读(8) 评论(0) 推荐(0) 编辑
mysql和mysql客户端navicat的配合使用
摘要:先打开mysql导入sql脚本文件. 再下载mysql客户端的文件.具体看这篇文件 https://www.jb51.net/article/199496.htm 一般mysql始账号都是root.然后链接mysql.就可以了. 阅读全文
posted @ 2021-11-13 22:17 荻!!!!!!!! 阅读(72) 评论(0) 推荐(0) 编辑
下载指定版本的loader.调整文件夹结构
摘要:因为前端对包的版本越来越依赖了.之前下载react-router的时候.版本过高.导致出现了很多报错无法解决.reater-router还是改回了5.3.0的版本才正常使用了.但是操作是改掉package.json代码.删包重新下.过于繁琐. npm install juery@3.0.0 --sa 阅读全文
posted @ 2021-11-13 21:26 荻!!!!!!!! 阅读(64) 评论(0) 推荐(0) 编辑
记录一个排序表格的插件
摘要:1.下载插件 import Sortable from 'sortablejs' 2.dom元素可以获取了之后. const table = document.querySelector('.el-table__body-wrapper tbody') const self = this let m 阅读全文
posted @ 2021-11-08 15:49 荻!!!!!!!! 阅读(25) 评论(0) 推荐(0) 编辑
computed和watch
摘要:watch: { tableData(newval,oldval){//} }, computed: { /** * 文件url */ urlList() { return this.fileList?.map(item => item.url) || []; }, /** * 上传达到上限样式 * 阅读全文
posted @ 2021-11-08 14:45 荻!!!!!!!! 阅读(19) 评论(0) 推荐(0) 编辑
react路由
摘要:1,安装npm i react-router-dom 建议使用5.3.0版本. 2,导入路由的三个核心组件 Router/Route/Link import {BrowserRouter as Router ,Route,Link} from 'react-router-dom' 3,使用route 阅读全文
posted @ 2021-11-06 12:04 荻!!!!!!!! 阅读(30) 评论(0) 推荐(0) 编辑
vant预览图片
摘要:如果是本地图片需要用require引入进来 导入预览组件 <van-image-preview v-model="show" :images="images" :showIndex="false"> </van-image-preview> images: [ require("../../asse 阅读全文
posted @ 2021-11-04 11:19 荻!!!!!!!! 阅读(137) 评论(0) 推荐(0) 编辑
react注意事项
摘要:文本框和富文本框.下拉框和复选框都是onchange监听事件变化 props是只读属性.可以传任意值.子字符串.数组.函数.甚至是jsx片段 如果是类组件来接收props.写了构造函数.应该吧props传递给super().否则构造函数中无法获取props. 父向子传值直接在标签上传递 子向父传值. 阅读全文
posted @ 2021-11-03 20:59 荻!!!!!!!! 阅读(35) 评论(0) 推荐(0) 编辑
小程序的页面滚动
摘要:不要写overflow:scroll.要使用专门的组件scroll-view. 阅读全文
posted @ 2021-11-03 20:42 荻!!!!!!!! 阅读(26) 评论(0) 推荐(0) 编辑
calc
摘要:宽度比父盒子小40px width: calc(100% - 40px); 阅读全文
posted @ 2021-11-03 09:07 荻!!!!!!!! 阅读(160) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示