Go 开发的 Web 框架 dogo-framework

码农软件 · 软件分类 · Web框架 · 2019-03-25 22:29:26

软件介绍

dogo,用 Go 语言开发的 Web 框架,高效简单。采用微内核框架,高度可定制化。可以很方便添加各种组件。

package main

import (
    "github.com/wuciyou/dogo"
    _ "github.com/wuciyou/dogo/example/web/controller"
)

func main() {
    dogo.Start()
}

本文地址:https://www.codercto.com/soft/d/2157.html

Struts 2 in Action

Struts 2 in Action

Don Brown、Chad Davis、Scott Stanlick / Manning Publications / 2008.3 / $44.99

The original Struts project revolutionized Java web development and its rapid adoption resulted in the thousands of Struts-based applications deployed worldwide. Keeping pace with new ideas and trends......一起来看看 《Struts 2 in Action》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码