Posted by
夏泽民
Mar 13, 2022
protocol 属性是一个可读可写的字符串,可设置或返回当前 URL 的协议。
Posted by
夏泽民
Mar 13, 2022
函数组件中没有生命周期,那么可以使用 useEffect 来替代。如果你熟悉 React class 的生命周期函数,你可以把 useEffect Hook 看做 componentDidMount,componentDidUpdate 和 componentWillUnmount 这三个函数的组合。
Posted by
夏泽民
Mar 13, 2022
在shell脚本中,经常遇到 “=~” ,表达形式如下:
Posted by
夏泽民
Mar 13, 2022
https://github.com/nats-io/nats-server
NATS-Server接受命令行参数作为控制手段。主要的服务器参数如下。
Posted by
夏泽民
Mar 13, 2022
国外的:
jsfiddle , jsbin , codepen
国内的:
jsrun,jsdm,runjs
http://go.jsrun.net/