大飞_dafei

导航

上一页 1 2 3 4 5 6 ··· 49 下一页

2023年2月15日 #

输入框input element-ui中el-input组件只能输入数字

摘要: 输入框input element-ui中el-input组件只能输入数字 oninput 会与 v-model 出现冲突,发生绑定不上出现空数据 !!!能不用这个修改校验了,就不要用了!!!! <el-form-item label="手机号" prop="feiNumber"> <el-input 阅读全文

posted @ 2023-02-15 11:26 大飞_dafei 阅读(308) 评论(0) 推荐(0)

2023年2月13日 #

禁用vue.js <template>中段落的eslint规则最大行长度

摘要: 禁用vue.js <template>中段落的eslint规则最大行长度 使用 eslint,后配置了 extends: [ // 这个破玩意,好讨厌,配置了这个后,template属性多余2个就开始换行 'plugin:vue/vue3-recommended' ], 解决方法: 'vue/max 阅读全文

posted @ 2023-02-13 11:23 大飞_dafei 阅读(623) 评论(0) 推荐(0)

2023年2月9日 #

Element 设置el-input宽度大小

摘要: Element 设置el-input宽度大小 官网暂时没有提供属性方法,需要自己写class样式 <template> <div> <h3>Element:设置el-input宽度大小</h3> <div style="width: 500px"> <el-form :model="widthFor 阅读全文

posted @ 2023-02-09 10:36 大飞_dafei 阅读(391) 评论(0) 推荐(0)

2023年2月3日 #

apache-zookeeper-3.7.1 安装部署

摘要: apache-zookeeper-3.7.1 安装部署 下载地址:https://mirrors.bfsu.edu.cn/apache/zookeeper/ apache-zookeeper-3.7.11.下载直接解压,进入../conf/目录下复制一份zoo_sample.conf, 改名为zoo 阅读全文

posted @ 2023-02-03 11:04 大飞_dafei 阅读(185) 评论(0) 推荐(0)

2023年2月2日 #

jQuery.browser.msie报错原因jQuery 1.9

摘要: jQuery.browser.msie报错原因jQuery 1.9 !!! 从jQuery1.9以前升级到jQuery1.9以后,因为$.browser.msie在1.9以后的jQuery中不存在了 !!! Cannot read property 'msie' of undefined `jQue 阅读全文

posted @ 2023-02-02 14:17 大飞_dafei 阅读(502) 评论(0) 推荐(0)

2023年1月30日 #

JetBrains 里不为人知的秘密(17)---桌面鼠标右键shell---最新(2023-01-30) 大飞

摘要: JetBrains 里不为人知的秘密(17) 桌面鼠标右键shell 最新(2023-01-30) 大飞 JetBrains软件安装后,鼠标在桌面右键,会多个快捷方式,个人感觉不舒服,想去掉 方式1:在安装JetBrains软件的时候,不勾选Context Menu 方式2:在windows10注册 阅读全文

posted @ 2023-01-30 14:29 大飞_dafei 阅读(94) 评论(0) 推荐(0)

2023年1月28日 #

两张表关联更新

摘要: 两张表关联更新 用一张表数据去update另一张表数据 ### !!! 注意此操作比较危险,没有where条件,谨慎操作 !!! #用表fei_002中course_01取更新表fei_001中course_01 UPDATE `fei_001` AS a INNER JOIN `fei_002` 阅读全文

posted @ 2023-01-28 11:57 大飞_dafei 阅读(57) 评论(0) 推荐(0)

2023年1月5日 #

node-sass和node版本

摘要: node-sass和node版本 NodeJSSupported node-sass versionNode Module Node 19 8.0+ 111 Node 18 8.0+ 108 Node 17 7.0+, <8.0 102 Node 16 6.0+ 93 Node 15 5.0+, < 阅读全文

posted @ 2023-01-05 20:43 大飞_dafei 阅读(472) 评论(0) 推荐(0)

开源项目整理

摘要: 开源项目整理 01)RuoYi 若依 若依Vue3版本前后端地址: https://github.com/yangzongzhuan/RuoYi-Vue3 https://gitee.com/y_project/RuoYi-Vue 阅读全文

posted @ 2023-01-05 19:30 大飞_dafei 阅读(54) 评论(0) 推荐(0)

2022年12月30日 #

aspx 总结整理

摘要: aspx 总结整理 01) 在前端asp中有种特殊的js写法获取页面数据 <head> <script type="text/javascript"> function onFei() { // 页面所有html console.log("大飞_获取数据",document.Form1); // i 阅读全文

posted @ 2022-12-30 11:46 大飞_dafei 阅读(35) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 ··· 49 下一页