-
lessgo-master
Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。
此外它也博采众长,核心架构改写自echo v2,数据库内置为xorm,模板引擎内置为pongo2,其他某些功能模块改写自beego以及其他优秀开源项目。(Lessgo is a simple, stable, efficient and flexible web development framework written in Go language. Its project organization form is carefully designed to achieve front-end and back-end separation, system and business separation, perfect compatibility with MVC and MVVC and other development modes, which is very conducive to the development of enterprise application and API interface. Of course, the most notable thing is its breakthrough support for runtime routing reconstruction. Developers can easily enable/disable modules and operations, add/remove middleware and other functions in the Admin background. At the same time, it recommends functional programming based on Handler Func and Middleware Func, which makes development more flexible and interesting.)
- 2020-06-22 22:00:01下载
- 积分:1
-
go-common-master(BiliBili)1
说明: X站(B)的核心代码库 , 懂的快来, 说不定会取消,因为是最全的一份比较大,分3个压缩,解压放到go-common-master下面(The core code base of station X (B) may be cancelled if you understand it quickly, because it is the most complete one, which is compressed in three parts and decompressed under go-common-master.)
- 2020-06-17 19:20:02下载
- 积分:1
-
串口通讯软件适合WIN7
串口通讯软件适合WIN7系统使用,USB的数据也可以接收到,可以设置波特率/数据位/停止位,选择二进制或者16进制,数据可以保存,适合串口调试使用。
- 2022-01-27 13:13:48下载
- 积分:1
-
Docker进阶与实战+(容器技术系列).epub
说明: docker进阶与实战+容器技术系列,进阶(Docker advanced and practical + container technology series)
- 2020-06-03 16:57:29下载
- 积分:1
-
面部探测
先按顺序运行子程序一次,即从按钮1到12。
- 2023-02-20 18:00:04下载
- 积分:1
-
魔兽争霸制图模型包
一些War3格式的3D模型 if you make a map with any of thease models you cannot share your map online!
- 2022-02-21 23:47:30下载
- 积分:1
-
lessgo-master
说明: Lessgo 是一款 Go 语言编写的简单、稳定、高效、灵活的 web 完全开发框架。它的项目组织形式经过精心设计,实现前后端分离、系统与业务分离,完美兼容MVC与MVVC等多种开发模式,非常利于企业级应用与API接口的开发。当然,最值得关注的是它突破性地支持了运行时路由重建,开发者可在Admin后台轻松实现启用/禁用模块与操作,添加/移除中间件等功能!同时,它推荐以HandlerFunc与MiddlewareFunc为基础的函数式编程,也令开发变得更加灵活富有趣味性。
此外它也博采众长,核心架构改写自echo v2,数据库内置为xorm,模板引擎内置为pongo2,其他某些功能模块改写自beego以及其他优秀开源项目。(Lessgo is a simple, stable, efficient and flexible web development framework written in Go language. Its project organization form is carefully designed to achieve front-end and back-end separation, system and business separation, perfect compatibility with MVC and MVVC and other development modes, which is very conducive to the development of enterprise application and API interface. Of course, the most notable thing is its breakthrough support for runtime routing reconstruction. Developers can easily enable/disable modules and operations, add/remove middleware and other functions in the Admin background. At the same time, it recommends functional programming based on Handler Func and Middleware Func, which makes development more flexible and interesting.)
- 2020-06-22 22:00:01下载
- 积分:1
-
TB6600-C51
功能:控制步进电机全速正转、全速反转、停止、调速运行。(Function: control stepper motor full speed forward, full speed reverse, stop, speed regulation.)
- 2017-05-11 21:04:21下载
- 积分:1
-
ws
说明: GO 语言编写的websocket实例,非常简单实用,很好地说明了websoket在go语言中的应用(An example of websocket written in go language)
- 2020-07-08 15:09:50下载
- 积分:1
-
demo1
说明: 实现全局状态的快照算法,并监控下列程序:两个进程P和Q用两个通道连成一个环,它们不断地轮转消息m。在任何一个时刻,系统中仅有一份m的拷贝。每个进程的状态是指由它接收到m的次数。P首先发送m。在某一点,P得到消息且它的状态是101。在发送m之后,P启动快照算法,要求记录由快照算法报告的全局状态。(The snapshot algorithm of global state is implemented, and the following programs are monitored: two processes P and Q are connected into a ring by two channels, and they continuously rotate the message M. At any time, there is only one copy of m in the system. The state of each process is the number of times it receives M. P sends m first. At some point, P gets the message and its status is 101. After M is sent, P starts the snapshot algorithm, and records the global status reported by the snapshot algorithm.)
- 2020-01-14 19:26:18下载
- 积分:1