摘要: 首先添加配置 选择添加 jar应用 然后填入配置信息 最后当每次重新构建重构后,手动更新 plugins 下的插件,当你服务器的jar包与构建出来的jar包一致时即可在idea中给插件代码打断点。 阅读全文
posted @ 2024-03-31 08:21 mcayear 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 案例 在一个js模块a中export了一个bool型变量x,在另一个模块b中import它(单项引入的)。 如果后面通过调用a的某个方法修改了x的值,结果b中引入的这个变量的值也跟着变了,这是什么原理? 按理说js的变量是引用型的,b中引入的x应该就只是新定义了一个变量来取得x当时的值而已,后面a中 阅读全文
posted @ 2023-11-17 11:15 mcayear 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 开始 使用命令 vim ~/.zshrc 打开编辑器 输入: export hostip=$(cat /etc/resolv.conf |grep -oP '(?<=nameserver\ ).*') export https_proxy="http://${hostip}:7890" export 阅读全文
posted @ 2023-11-12 11:07 mcayear 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 情况如下 root@ser761626334371:~# docker run -p 5140:5140 -v /opt/koishi/data:/koishi -e TZ=Asia/Shanghai koishijs/koishi Unable to find image 'koishijs/ko 阅读全文
posted @ 2023-10-30 23:59 mcayear 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 简述 由于 pinia 导入到vue中的值没有响应性 import useUserStore from './stores/user'; const userStore = useUserStore(); userStore.isvaild;// 没有响应性 那么我们在vue中动态修改某值的想法则需 阅读全文
posted @ 2023-09-18 10:51 mcayear 阅读(8803) 评论(0) 推荐(2) 编辑
点击右上角即可分享
微信分享提示