Blog posts support Docusaurus Markdown features, such as MDX.
tip
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
Blog posts support Docusaurus Markdown features, such as MDX.
Use the power of React to create interactive blog posts.
<button onClick={() => alert('button clicked!')}>Click me!</button>
告诉 zsh 使用哪个函数来完成命令
命令的完成函数存储在名称以下划线 _
开头的文件中,这些文件应放置在 $fpath
变量中列出的目录中。
可以通过在 ~/.zshrc
文件中添加这样的行来向 $fpath
添加目录:
fpath=(~/newdir $fpath )
在shell脚本里简单快速的使用颜色的代码实现
Golang 下给 http.Handler 包装中间件
Go 里面有时候我们想捕获,或者丢弃通过fmt.Print
系列方法打印到Stdout的数据
PHP正则表达式模式中可用的模式修饰符 — 模式修饰符