转自:https://www.likecs.com/show-305395406.html 平时习惯使用命令行提交代码,但是会发现有时候比较繁琐且当我们只要提交某个或某些文件的时候,还要输入文件对应的路径才…
【转载】Vue 关于 $emit 与 props 的使用
转自:https://blog.csdn.net/m0_56388720/article/details/123067654 props 和 $emit 子组件向父组件传值,通过$emit 事件向父组件发送消息,将自己的…
【转载】elementui全局封装Dialog对话框组件
转自:https://blog.csdn.net/IT_Dilraba_bin/article/details/126263718
【转载】利用css将视频作为背景图片
转自:https://blog.csdn.net/zhh_5/article/details/126519567 <div class="videocontainer"> <vide…
【转载】bootstrap 知识总结
转自:https://zhuanlan.zhihu.com/p/311185741 https://cankaoshouce.com/bootstrap/bootstrap-typography.html Bootstr…
【原创】Cas 单点登录多站点自定义登录页
services 在 services 文件夹中创建两个站点的 json 文件 test1-1000.json、test1-1001.json test1-1000.json { "@class" :…
【转载】node 14.19.0 版本成功解决:安装 node-sass 和 sass-loader 的过程及各 node 版本对应的 node-sass 版本号
转自:https://blog.csdn.net/m0_67392126/article/details/126113751 https://blog.csdn.net/qq_44787816/article/detai…
【原创】码良前端安装问题的解决
系统中安装了多个 node 版本,使用 nvm 管理 node,安装配置码良前端时频繁出现问题。 必备条件 需要 python2.7、visual studio 2017 的 C++ 组件 node 需要使用 10.x …
【转载】安装node-sass提示 Failed at the node-sass
转自:https://blog.csdn.net/qq_22041375/article/details/106327908 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm E…
【转载】npm 源地址设置及恢复
转自:https://www.cnblogs.com/nuomibaibai/p/16470559.html npm 源地址设置及恢复 设置国内淘宝镜像 通过cnpm使用淘宝镜像: npm install -g cnpm…
【转载】Windows11 安装 docker 并运行
转自:https://www.cnblogs.com/angbors/p/16602556.html 在windows11中安装docker的步骤如下: 一、检查电脑是否开启虚拟化功能 打开任务管理器,查看性能选项卡中的…
【原创】fast-poster 安装配置
安装 安装并启动 docker 启动容器,执行 docker run -it --name fast-poster -p 5000:5000 tangweixin/fast-poster。 访问 http://127.0…
【转载】Mac 端口 5000 被 ControlCe 占用问题解决方法
转自:https://blog.csdn.net/zhang35/article/details/123895204 在系统设置里关掉 “Sharing - AirPlay Receiver” 即可。
解决nodejs报digital envelope routines::unsupported错误的方法
转自:https://blog.csdn.net/itopit/article/details/127280592
【原创】若依基本操作
用户管理 部门列表 用到 el-tree,搜索部门使用 watch
【转载】Visual Studio Code 取消保存时自动格式化
转自:http://localhost:1024/system/user 方法一 看看自己的编辑器插件里面有没有安装Prettier – Code formatter这个插件,如果有的话,直接禁用。 方法二 打开vs c…
【转载】如何使用Github学生包申请 JetBrains
转自:https://blog.csdn.net/weixin_44820183/article/details/106517921 1、首先登陆申请网站 https://www.jetbrains.com 信息正常填写…
【转载】Vuex 和 localStorage 的区别
转自:https://juejin.cn/post/6957674476884459551 最重要的区别 Vuex存储在内存 localstorage则以文件的方式存储在本地,localstorage只能存储字符串类型的…
【原创】Windows 下 运行若依
后端 安装 JDK 并配置环境变量 安装 MAVEN 并配置环境变量 参考:https://www.cnblogs.com/DarGi2019/p/17070364.html 安装 MySQL5.7 安装 Redis G…
【转载】1688填写运费模板
转自:https://m.yubaibai.com.cn/article/5618571.html 关键词:发货模板 设置 适用行业:所有行业 适用店铺:所有店铺 摘要:开淘宝店的商家都知道每次发货给买家都需要运费,所以…
【转载】Vue2——封装微信支付二维码组件
转自:https://blog.51cto.com/u_15077536/3569125 基础组件开发是项目业务开发的基石,因此掌握基础组件的封装流程是熟练掌握vue的基本功,本文介绍了微信二维码支付基础组件的封装流程。…
【转载】微信登录流程
转自:https://www.modb.pro/db/118697 PHP微信登录:https://www.codehui.net/info/44.html 主要流程: 微信授权登录让微信用户使用微信身份安全登录第三方应…
【转载】js reduce 的最全用法
转自:https://juejin.cn/post/6844903669977055239 参考:https://www.jianshu.com/p/e375ba1cfc47 常见用法 数组求和 const arr =…
【转载】vscode 设置 console.log() 快捷键的方法
转自:https://www.cnblogs.com/zhif97/p/13933454.html console.log在我们的日常前端开发中是使用频率特别高的一句代码,那我们怎样在vscode编译器中快速的打出来呢。…
【转载】Less 教程
转自:https://less.bootcss.com/#%E6%A6%82%E8%A7%88 https://juejin.cn/post/6844903520441729037 前言 CSS的短板 作为前端学…
【原创】Es6 常用数组函数
map 返回一个新数组,数组中的元素为原始数组调用函数处理后的值。 map 需要返回值,如果不写 return,则返回 undefined。 map 返回的是一个新的数组。 const arr = [2,4,6,8]; …
【原创】Vue 项目中引入 iconfont 在线链接
参考:https://juejin.cn/post/6910105766422970381 在官网选择自己要用的图标 收藏,生成在线链接,例如://at.alicdn.com/t/c/font_3863022_apje5…
【转载】div 滚动条的设置和修改样式宽度和高度
转自:https://blog.csdn.net/weixin_46353030/article/details/116059762 https://www.jianshu.com/p/f7cf20e24ae6 滚动条主…