摘要: moment.js http://momentjs.cn/ 矢量图 https://www.iconfont.cn/ 在线工具 https://tool.lu/timestamp EventSource https://developer.mozilla.org/zh-CN/docs/Server- 阅读全文
posted @ 2019-10-23 17:30 木木沐汐 阅读(277) 评论(0) 推荐(0)
摘要: mac 终端快捷键 常用的快捷键:Ctrl + a 跳到行首Ctrl + e 跳到行尾Ctrl + d 删除一个字符,相当于通常的Delete键(命令行若无所有字符,则相当于exit;处理多行标准输入时也表示eof)Ctrl + h 退格删除一个字符,相当于通常的Backspace键Ctrl + u 阅读全文
posted @ 2019-10-23 17:30 木木沐汐 阅读(658) 评论(0) 推荐(0)
摘要: git语言 安装完成后,需要进一步设置用户名和email。因为git是分布式版本控制工具,因此需要每台开发机自报家门。 $ git config --global user.name "Your Name" $ git config --global user.email "email@exampl 阅读全文
posted @ 2019-10-23 17:23 木木沐汐 阅读(406) 评论(0) 推荐(0)
摘要: 取整 1.取整 2.向上取整 3.向下取整 4四舍五入 取余 阅读全文
posted @ 2019-08-29 11:01 木木沐汐 阅读(279) 评论(0) 推荐(0)