摘要: 表单格式化数据 <el-table-column label="审核状态" :align="tableCenter" prop="authStatus" :formatter="statusFormat" /> //审核状态--获取名称 statusFormat(row, column) { let 阅读全文
posted @ 2022-04-29 18:16 jqynr 阅读(328) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/u014602228/article/details/122629438 二进制安装 1.官网下载或者 wget https://nodejs.org/dist/v12.18.4/node-v12.18.4-linux-x64.tar.xz 2.解压 阅读全文
posted @ 2022-04-29 12:55 jqynr 阅读(475) 评论(0) 推荐(0)
摘要: 1.fcitx apt install fcitx fcitx-googlepinyin 2.ibus apt-get install ibus ibus-pinyin im-config 搜索设置 添加中文pinyin输入法,设置切换按键 阅读全文
posted @ 2022-04-29 12:48 jqynr 阅读(50) 评论(0) 推荐(0)
摘要: 参考网址 https://blog.csdn.net/qq_45860349/article/details/122480113 vim /etc/apt/sources.list 添加 #清华大学deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-r 阅读全文
posted @ 2022-04-29 12:43 jqynr 阅读(153) 评论(0) 推荐(0)
摘要: 参考链接https://blog.csdn.net/qq_54780911/article/details/121723987 1.下载 https://www.kali.org/get-kali/ 2.找到Live Boot下载 3.找到种子链接,不要直接下 4.下载U盘启动工具 https:// 阅读全文
posted @ 2022-04-29 11:43 jqynr 阅读(297) 评论(0) 推荐(0)