1.v-popover:popover1 后边的名称不能输入,不能循环,只能一个使用 循环中使用触发html,用 slot="reference" 2. :popper-options="{ boundariesElement: 'body', removeOnDestroy: true }" 改变 ...
分类:
其他好文 时间:
2021-02-24 12:49:33
阅读次数:
0
@Data@AllArgsConstructor@NoArgsConstructor <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <optional>true</optional> ...
分类:
其他好文 时间:
2021-02-23 14:25:37
阅读次数:
0
要解决什么问题: man objdump, 想搜个选项, 半天跳不到那里去, less可以搜索, 但是/-d, 有别处引用它的, 有时候根本不是, 只是恰好也有-d这部分. 如果是/^\d$, 根本搜不到. 猜测是有空格 但是/\s-d\s也还是搜不到(搜到的都是别处引用它的).那应该怎么搜索呢? ...
分类:
其他好文 时间:
2021-02-22 12:32:12
阅读次数:
0
[root@op-benchmark-216 ~]# cat /etc/dhcp/dhcpd.conf # dhcpd.conf # # Sample configuration file for ISC dhcpd # # option definitions common to all supp ...
分类:
其他好文 时间:
2021-02-20 12:34:38
阅读次数:
0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:
其他好文 时间:
2021-02-18 13:05:15
阅读次数:
0
动态赋值 var str = ''; for (var i = 0; i < response.data.id_with_codes.length; i++){ str += '<option value="'+ response.data.id_with_codes[i][0] +'">'+ re ...
分类:
其他好文 时间:
2021-02-15 12:19:35
阅读次数:
0
源码 /** * Make all properties in T optional */ type Partial<T> = { [P in keyof T]?: T[P]; }; /** * Make all properties in T readonly */ type Readonly<T ...
分类:
其他好文 时间:
2021-02-10 12:59:56
阅读次数:
0
动态组件 <component :is="componentName"></component>, componentName可以是在本页面已经注册的局部组件名和全局组件名,也可以是一个组件的选项对象。 当控制componentName改变时就可以动态切换选择组件。 is的用法 有些HTML元素,诸 ...
分类:
其他好文 时间:
2021-02-08 12:08:32
阅读次数:
0
理解一下期权: 英文单词是option,即选择权,选择在未来的某个时间点干或者不干某件事的权利。比如小明以每个1000美金的价格买入了32个ETH做ETH2.0质押,质押期是两年,小明赚取的是9.1%的预期年化收益,但是冒的风险是ETH价格跌破900美金时小明会亏钱。所以小明跟张三约定2年之后,只要 ...
分类:
其他好文 时间:
2021-02-08 11:57:02
阅读次数:
0
Extracting the Install Archive D:\mysql\mysql-5.7.32-winx64 Creating an Option File D:\mysql\mysql-5.7.32-winx64\my.ini [client] default-character-set ...
分类:
数据库 时间:
2021-02-04 12:03:30
阅读次数:
0