摘要:
<template> <div> <el-button @click="openMessageBox">打开MessageBox</el-button> <el-button @click="updateMessageBoxContent">打开MessageBox</el-button> </di 阅读全文
摘要:
vNode 只是用来描述DOM,自身不维护状态,messageBox只是利用vNode渲染DOM,要想实现messageBox内容响应式,需要提供Vue实例(组件): 写一个这样的组件 新建组件(customRadioGroup.js): import Vue from "vue"; const C 阅读全文
摘要:
最近vue2遇到的问题 有一个数据结构是多层嵌套 var level1list = [ { name: 'level1-1', level2List:[ { name: 'level2-1', level3List:[ { name: 'level3-1', value: '' }, { name: 阅读全文
摘要:
关于java中Stream理解 Stream是什么 Stream:Java 8新增的接口,Stream可以认为是一个高级版本的Iterator。它代表着数据流,流中的数据元素的数量可以是有限的,也可以是无限的。 Stream跟Iterator的差别是 无存储:流是基于数据源的对象,它本身不存储数据元 阅读全文
摘要:
<span saa={console.log(1234)}></span> 个人喜欢一种方式 阅读全文
摘要:
<script setup lang="ts"> import { useStore } from '@/vuex'; import {computed} from 'vue' const store = useStore() const onSubmit = () => { store.dispa 阅读全文
摘要:
总有一些项目要用pc端的ui组件应用到手机端,会出现很多莫名其妙的的问题 今天在做element checkbox的时候,就会出现一个蓝色的背景框 类似于这样 原因是因为 {cursor: pointer} 需要在 html, body { -webkit-font-smoothing: antia 阅读全文
摘要:
@Data public final class World implements Serializable { private static final long serialVersionUID = 1L; private int id = 0; private name = null; } @ 阅读全文
摘要:
curd 文件io 审批流设计 邮件 batch 生成下载excel文件 消息队列 mybatis websock jpa Druid 和 hikari连接池对比 docker容器部署 远程部署 【Camunda】SpringBoot优雅集成Camunda 7工作流引擎,保姆级教程! 阅读全文