小孩子才做选择,我全都要! 多个node版本自由切换

需要切换node版本,相信应该不是所有人都会有机会遇到 因为如果上班是使用公司电脑的话,基本上只需要有公司专案的node版本就好,但今天笔者的情况比
aws 误删authorized_keys的做法

step1:找到本地的pem文件, 输入命令: ssh-keygen -y -f xxx.pem 生成公匙: 举例: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClKsfkNkuSevGj3eYhCe53pcjqP3maAhDFcvBS7O6V hz2ItxCih+PnDSUaw
React杂谈#1 React-Hook-Form - 建立快速的React表单

有使用过React的同学都知道,用React做输入控制的时候, 通常做法是建立一个input的state, 具体如下: import { useState } from react;export default function Form() { con
解决Eclipse cannot be resolved to a type

前言 因为实在太蠢,决定写下来提醒自己、警醒世人,是说应该也不会有人跟我一样笨吧! 呵呵…Orz… 如果看完之后有帮助到你,也请不要吝啬点个讚或
Vue Cli 环境安装

官方文件:https://cli.vuejs.org/#getting-started Install: 先用npm安装 npm install -g @vue/cli# ORyarn global add @vue/cliCreate a project: 接下来就是创造阶段,分为两种方法 vue
LeetCode初学者挑战 First Challenge "2235. Add Two Integers&q

新手小白第一次解题纪录 Add Two Integers 将两个数字相加 使用return 回传值 var sum = function(num1, num2) { return (num1 + num2);};console.log(sum(12,5)); 我刚开始学JS时,也有
注册vee-validate笔记

官方文件:https://vee-validate.logaretm.com/v4/ npm 安装 npm install vee-validate @vee-validate/rules @vee-validate/i18n--save 先在main.js汇入 /* eslint-disable vue/multi-word-component-name
leetcode with python:409. Longest Palindrome

题目: Given a string s which consists of lowercase or uppercase letters, return the length of the longest palindrome that can be built with those letters. Letters are case sensitive, for example, Aa
leetcode with python:412. Fizz Buzz

题目: Given an integer n, return a string array answer (1-indexed) where: answer[i] == FizzBuzz if i is divisible by 3 and 5. answer[i] == Fizz if i is divisible by 3. answer[i] == Buzz if i is divis
UML 分析 Android 架构 - KunMinX 的 MVVM 架构框架 (MVVM 架构框架的首选, 7.7k

KunMinX - Jetpack-MVVM-Best-Practice 别忘了按下讚并追蹤我喔~ 作者的 Blog 官方架构图 UML MVVM 架构图 既然是 MVVM 我们就依照 Model 、 View 、 ViewModel 的 Base 来看。
leetcode with python:414. Third Maximum Number

题目: Given an integer array nums, return the third distinct maximum number in this array. If the third maximum does not exist, return the maximum number. 给定一阵列,找出第三大的数,若不存