canal同步主库MySQL5.6至从库MySQL8.0
微信授权获取用户信息时code回调了两次
MacOS开机自动挂载硬盘&frpc
MacOS开机自动挂载硬盘&frpc
开启 断电后自动启动
功能
系统偏好设置
-> 节能
-> 断电后自动启动
。
配置开机自动运行脚本
- 用户登录运行:
/Library/LaunchAgents/
- 不需要用户登录运行:
/Library/LaunchDaemons/
- 用户身份运行:
~/Library/LaunchAgents/
macOS
自动运行是通过 launchd
工具管理的,launchd
配置文件是以 .plist
结尾的格式文件。
注意:配置文件的拥有者必须是
root:wheel
,命令:sudo chown root:wheel com.codezm.frpc.plist
。读写权限需为644
,命令:sudo chmod 644 com.codezm.frpc.plist
MacOS软件推荐
PHP版本升级注意事项
PHP配置文件
PHP配置文件
SQLServer由freetds改用odbc
SQLServer由freetds改用odbc
yaf实现model与controller中间层
yaf实现model与controller中间层
Yaf类名与命名空间对照表
fcs-tool工具
fcs-tool 全称是 Fast Connect Server Tools,是一款在命令行管理使用 ssh、scp、redis 命令的工具。
项目地址:https://github.com/codezm/fcs-tools