使用 rustup 查看 支持的target 平台
rustup target list
# add target
rustup target add x86_64-unknown-linux-musl
使用 rustup 查看 支持的target 平台
rustup target list
# add target
rustup target add x86_64-unknown-linux-musl
关于在Go中如何使用SQL:
如果你要从了解Go语言开始的话,可以参考:
因为sqlx会包含所有database/sql已有的接口,所以本文中所有关于database/sql的使用建议也同样适用于sqlx。
浙江大学 https://github.com/QSCTech/zju-icicles
北京大学 https://github.com/lib-pku/libpku
清华大学计算机系课程攻略: https://github.com/PKUanonym/REKCARC-TSC-UHT
中国科学技术大学课程资源: https://github.com/USTC-Resource/USTC-Course
上海交通大学课程分享: https://github.com/CoolPhilChen
Chronos , PHP 时间日历处理库,零依赖。
使用 composer 安装
php composer.phar require "cakephp/chronos:^2.0"
步骤和原理
打开 PHP 官网下载 选择需要的版本,比如 PHP 7.2.31。
wget https://www.php.net/distributions/php-7.2.31.tar.gz
tar xvf php-7.2.31.tar.gz
cd ./php-7.2.31