- 授权协议: GPL
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/cJrong/YunPianSMS
软件介绍
# Overview
YunPian API for golang
# Usage
func test() {
tpl := "【测试】#platform# 后台 #service# 出现问题,问题可能是:#info#,请尽快解决。"
pattern := "#platform#=XX,#service#=派发服务,#info#=无法连接到[127.0.0.1:2000]"
fmt.Println(YunPianSMSTPLSend("Your apikey", tpl, pattern, "Your mobile")
}
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2011-11-18 / GBP 129.99
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course wa......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
