摘要:
How to get the original size of an image using JavaScript All In One
如何使用 JavaScript 获取一个图片像的原始大小
naturalWidth & naturalHeight
aspect ratio / 纵横比
阅读全文
摘要:
How to fix TypeScript error: expression of type can't be used to index type All In One
type guard
阅读全文
摘要:
Linux shell script if condition control flow methods All In One
if...then...fi / if...then...else..fi / if...then...elif...then...fi
阅读全文
摘要:
Tesla Bot All In One
特斯拉机器人
创建一个通用、双足、自主人形机器人,能够执行不安全、重复或无聊的任务。
阅读全文
摘要:
Linux $PS1 and custom zsh prompt All In One
macOS 自定义命令行提示符
阅读全文
摘要:
MongoDB and mongoose All In One
Node.js
阅读全文
摘要:
How to install a command once for all login users in Linux All In One
/etc/profile & /etc/profile.d/
阅读全文
摘要:
How to use a shell script to check whether a command had been installed in the Linux server All In One
shell script error [: :需要整数表达式 / [: -eq:需要一元表达式 /[: ==:需要一元表达式
如果 if 语句使用的是单层方括号 [ ] 条件修饰符, 变量必须加上双引号
如果 if 语句使用的是双层方括号 [[ ]] 条件修饰符, 变量就不需要引号了
阅读全文
摘要:
How to print a string with a variable by using the echo command in the shell script All In One
Node.js & nvm
parent shell vs child shell
打开 shell 的三种方式
terminal 登录后的交互式 shell (父 shell)
输入 bash 打开一新的交互式 shell (子 shell)
运行 shell script 创建的非交互式 shell (子 shell)
global environment variables vs local environment variables / shell variables
阅读全文
摘要:
XML Schema All In One
XSD
An XML Schema describes the structure of an XML document.
The XML Schema language is also referred to as XML Schema Definition (XSD).
阅读全文