赞
踩
腾讯云是免费的, 但有额度, 貌似100万请求来着… 做个追剧更新爬虫什么的自用 还是可以的!
开始:
https://console.cloud.tencent.com/cam/capi
(貌似不需要这一步,因为后面暂时用不到)
打开
https://console.cloud.tencent.com/scf/list?rid=8&ns=default
点创建云函数, 选java平台
next next … finish
创建完成后 添加 sdk以及打包zip脚本, 等会要打包提交到服务器
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile('com.tencentcloudapi:scf-java-events:0.0.1')
// compile fileTree(dir: 'jars', include: '*.jar')
}
apply plugin: 'java'
task buildZip(type: Zip
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。