beego

    6热度

    5回答

    发生错误的访问命令listconf?command=router,其他命令正常 ----错误信息----- 2014/06/10 16:53:00 http: panic serving 127.0.0.1:62248: runtime error: invalid memory address or nil pointer dereferenc e goroutine 24 [running]:

    4热度

    5回答

    目前,beego框架貌似只能通过配置文件new 一个beego环境,希望能支持直接使用代码new 一个 beego 出来,类似于Spring可以使用xml初始化Context,也可以直接new 一个ApplicationContext 初始化 Spring,方便beego嵌入别的环境,另外方便程序启动的时候在运行时动态设置应用配置。

    0热度

    4回答

    因为EnableHttpListen默认是开的,所以当用户尝试打开EnableHttpTLS的时候,就一定会失败。 解决方案有两种 明确互斥两个开关 启动两个http server

    4热度

    4回答

    后台服务异常关闭,错误信息(app.go): ListenAndServe: %!(EXTRA *net.OpError=AcceptEx tcp [::]:12306: The specified network name is no longer available.) 服务不定时异常关闭,麻烦帮忙看看,急啊

    9热度

    1回答

    访问路径是“http://127.0.0.1:8080/1/files/M03/C3/3D/oYYBAFbVNqGAF-KTAAAA9D1jMPQ965.p12” 在路由中的配置是 beego.Router("/1/files/*", &controllers.FileController{}, "post:Upload;delete:Delete") 在controller中想通过 ur