摘要:
1、http://www.oschina.net/code/snippet_173630_12006 :效果: 源代码: 2、https://github.com/dchest/captcha它比较强大,可以生成图片的验证码或者音频验证码。 [mw_shl_code=erlang,true]p... 阅读全文
摘要:
1.0 controller get请求type MainController struct { beego.Controller}func (this *MainController) Get() { this.Data["IsHome"] = true this.Data["W... 阅读全文
摘要:
package main import ( "encoding/json" "fmt" "os") type ConfigStruct struct { Host string `json:"host"` Port ... 阅读全文