每周一次 源码
新书推荐服务 启动服务 # 按照此格式创建配置: { "auth": { "user": "xxx@qq.com", "pass": "xxxx" }, "to": "xxx@qq.com" } touch .env.json # 编译可执行文件 cargo build --release # 运行后台服务 pm2 start target/release/book-weekly 开发 # 对单个函数测试 cargo test < func> -- --nocapture 相关阅读 选择http客户端库: : 解析json: : shell传递参数: : cron文档: :
用户评论