# ResumeSkill
Name | Type | Description | Notes
Explore
3,855 skills indexed with the new KISS metadata standard.
Name | Type | Description | Notes
> v-if 和 v-show 理论上都是作用于元素的显示隐藏,只是一个是直接对DOM,一个是通过CSS的display来操作的,在项目中大部分的时候我们都是直接使用 v-if 直接代替使用 v-show,只有当DOM频繁进行先和隐藏的时候,但是这种场景非常少见。
This packet sends a specific skill.
Name | Type | Description | Notes
Name | Type | Description | Notes
Name | Type | Description | Notes
首先开源库都会实现某个功能,我们先要理解这个库是干嘛的
* SetIDRange (设置查询ID范围)
Level 0|Level 1|Level 2|Level 3
Name | Type | Description | Notes
Name | Type | Description | Notes
Few days ago we had a question in our Facebook group - "What are the top coding and collaboration skills a junior developer should have to get hired?". Here is my answer in brief.
1. Level 0
Name | Type | Description | Notes
Name | Type | Description | Notes
* [Creating a Custom Skill](#creating-a-custom-skill)
Name | Type | Description | Notes
Name | Type | Description | Notes
* 搜索引擎
The goal of this document is to explain the various things required in a snips skill.
- 描述完善
1.1. Luồng xử lý thông thường:
- 锁定技,拥有此技能的角色共享手牌,且手牌互相可见。当你处于弃牌阶段时,你无法弃置“共享”牌。
上一篇主要温习了一下form表单的属性和表单元素,这一片主要讲解用JavaScript如何操作form。