https://www.php.net/manual/zh/....language.types.strin

PHP: String 字符串: 单引号 双引号 heredoc 语法结构 nowdoc 语法结构

单引号
双引号
heredoc 语法结构
nowdoc 语法结构

https://www.jianshu.com/p/d5052fa513fd

mac os x 查看本地网络端口情况

`netstat -nat | grep <端口号>` , 如命令 `netstat -nat | grep 3306`
`netstat -nat |grep LISTEN`
$ lsof -n -P -i TCP -s TCP:ESTABLISHED #查看连接状态端口s
$ lsof -n -P -i TCP -s TCP:LISTEN #查看监听状态端口

Linux软链接,类似于windows系统的快捷键
创建软链接
ln -s 【目标目录】 【软链接地址】

rm -rf 【软链接地址】
上述指令中,软链接地址最后不能含有“/”,当含有“/”时,删除的是软链接目标目录下的资源,而不是软链接本身。

ln -snf 【新目标目录】 【软链接地址】
这里修改是指修改软链接的目标目录。

https://www.tiny.cloud/
中文文档:
http://tinymce.ax-z.cn

TinyMCE JS 富媒体编辑器

TinyMCE is the most advanced WYSIWYG HTML editor designed to simplify website content creation. The rich text editing platform that helped launched Atlassian, Medium, Evernote and more.