登录
首页 » GO » lessgo-master

lessgo-master

于 2020-06-22 发布 文件大小:418KB
0 248
下载积分: 1 下载次数: 0

代码说明:

  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.)

文件列表:

lessgo-master, 0 , 2016-12-01
lessgo-master\.gitignore, 7 , 2016-12-01
lessgo-master\HttpRouterLicense, 1458 , 2016-12-01
lessgo-master\LICENSE, 1078 , 2016-12-01
lessgo-master\README.md, 9124 , 2016-12-01
lessgo-master\_fixture, 0 , 2016-12-01
lessgo-master\_fixture\bindata_favicon.go, 41962 , 2016-12-01
lessgo-master\_fixture\favicon.ico, 9662 , 2016-12-01
lessgo-master\_fixture\index.html, 26382 , 2016-12-01
lessgo-master\_fixture\syso, 0 , 2016-12-01
lessgo-master\_fixture\syso\favicon.syso, 10742 , 2016-12-01
lessgo-master\_fixture\syso\syso.go, 13 , 2016-12-01
lessgo-master\_fixture\syso_windows.go, 73 , 2016-12-01
lessgo-master\apihandler.go, 5703 , 2016-12-01
lessgo-master\apimiddleware.go, 11259 , 2016-12-01
lessgo-master\app.go, 19727 , 2016-12-01
lessgo-master\binder.go, 5152 , 2016-12-01
lessgo-master\config.go, 8080 , 2016-12-01
lessgo-master\config, 0 , 2016-12-01
lessgo-master\config\config.go, 5061 , 2016-12-01
lessgo-master\config\fake.go, 3202 , 2016-12-01
lessgo-master\config\ini.go, 12887 , 2016-12-01
lessgo-master\config\ini_test.go, 3912 , 2016-12-01
lessgo-master\config\json.go, 6519 , 2016-12-01
lessgo-master\config\json_test.go, 5757 , 2016-12-01
lessgo-master\config\xml, 0 , 2016-12-01
lessgo-master\config\xml\x2j, 0 , 2016-12-01
lessgo-master\config\xml\x2j\LICENSE, 1507 , 2016-12-01
lessgo-master\config\xml\x2j\README, 7630 , 2016-12-01
lessgo-master\config\xml\x2j\atomFeedString.xml, 2987 , 2016-12-01
lessgo-master\config\xml\x2j\examples, 0 , 2016-12-01
lessgo-master\config\xml\x2j\examples\README, 8911 , 2016-12-01
lessgo-master\config\xml\x2j\examples\books.go, 1533 , 2016-12-01
lessgo-master\config\xml\x2j\examples\getmetrics.go, 2712 , 2016-12-01
lessgo-master\config\xml\x2j\examples\gonuts1.go, 1345 , 2016-12-01
lessgo-master\config\xml\x2j\examples\gonuts2.go, 5376 , 2016-12-01
lessgo-master\config\xml\x2j\examples\gonuts3.go, 1053 , 2016-12-01
lessgo-master\config\xml\x2j\goofy_test.go, 1061 , 2016-12-01
lessgo-master\config\xml\x2j\pathTestString.xml, 358 , 2016-12-01
lessgo-master\config\xml\x2j\reader2j.go, 2145 , 2016-12-01
lessgo-master\config\xml\x2j\reader2j_test.go, 1847 , 2016-12-01
lessgo-master\config\xml\x2j\songTextString.xml, 1147 , 2016-12-01
lessgo-master\config\xml\x2j\x2j.go, 19037 , 2016-12-01
lessgo-master\config\xml\x2j\x2j_bulk.go, 3605 , 2016-12-01
lessgo-master\config\xml\x2j\x2j_test.go, 9498 , 2016-12-01
lessgo-master\config\xml\x2j\x2j_test.xml, 1147 , 2016-12-01
lessgo-master\config\xml\x2j\x2j_valuesFrom.go, 3932 , 2016-12-01
lessgo-master\config\xml\x2j\x2jpath_test.go, 4198 , 2016-12-01
lessgo-master\config\xml\x2j\x2junmarshal_test.go, 1554 , 2016-12-01
lessgo-master\config\xml\x2j\x2m_bulk.go, 5531 , 2016-12-01
lessgo-master\config\xml\x2j\x2m_bulk.xml, 2540 , 2016-12-01
lessgo-master\config\xml\xml.go, 5968 , 2016-12-01
lessgo-master\config\xml\xml_test.go, 2265 , 2016-12-01
lessgo-master\config\yaml, 0 , 2016-12-01
lessgo-master\config\yaml\goyaml2, 0 , 2016-12-01
lessgo-master\config\yaml\goyaml2\.gitignore, 252 , 2016-12-01
lessgo-master\config\yaml\goyaml2\README.md, 32 , 2016-12-01
lessgo-master\config\yaml\goyaml2\conv.go, 894 , 2016-12-01
lessgo-master\config\yaml\goyaml2\conv_test.go, 240 , 2016-12-01
lessgo-master\config\yaml\goyaml2\errors.go, 655 , 2016-12-01
lessgo-master\config\yaml\goyaml2\reader.go, 9087 , 2016-12-01
lessgo-master\config\yaml\goyaml2\reader_test.go, 1967 , 2016-12-01
lessgo-master\config\yaml\goyaml2\types.go, 338 , 2016-12-01
lessgo-master\config\yaml\goyaml2\writer.go, 96 , 2016-12-01
lessgo-master\config\yaml\yaml.go, 6569 , 2016-12-01
lessgo-master\config\yaml\yaml_test.go, 2110 , 2016-12-01
lessgo-master\context.go, 24199 , 2016-12-01
lessgo-master\filecache.go, 7038 , 2016-12-01
lessgo-master\group.go, 1314 , 2016-12-01
lessgo-master\helper.go, 15 , 2016-12-01
lessgo-master\initialize.go, 3209 , 2016-12-01
lessgo-master\lessgo.go, 13513 , 2016-12-01
lessgo-master\logs, 0 , 2016-12-01
lessgo-master\logs\color, 0 , 2016-12-01
lessgo-master\logs\color\color.go, 7492 , 2016-12-01
lessgo-master\logs\color\colorable_others.go, 319 , 2016-12-01
lessgo-master\logs\color\colorable_windows.go, 17727 , 2016-12-01
lessgo-master\logs\color\isatty_appengine.go, 225 , 2016-12-01
lessgo-master\logs\color\isatty_bsd.go, 414 , 2016-12-01
lessgo-master\logs\color\isatty_linux.go, 388 , 2016-12-01
lessgo-master\logs\color\isatty_solaris.go, 401 , 2016-12-01
lessgo-master\logs\color\isatty_windows.go, 433 , 2016-12-01
lessgo-master\logs\log.go, 1566 , 2016-12-01
lessgo-master\logs\logs, 0 , 2016-12-01
lessgo-master\logs\logs\README.md, 1176 , 2016-12-01
lessgo-master\logs\logs\conn.go, 2522 , 2016-12-01
lessgo-master\logs\logs\conn_test.go, 789 , 2016-12-01
lessgo-master\logs\logs\console.go, 2534 , 2016-12-01
lessgo-master\logs\logs\console_test.go, 1443 , 2016-12-01
lessgo-master\logs\logs\es, 0 , 2016-12-01
lessgo-master\logs\logs\es\es.go, 1530 , 2016-12-01
lessgo-master\logs\logs\file.go, 6972 , 2016-12-01
lessgo-master\logs\logs\file_test.go, 3914 , 2016-12-01
lessgo-master\logs\logs\log.go, 9427 , 2016-12-01
lessgo-master\logs\logs\logger.go, 2412 , 2016-12-01
lessgo-master\logs\logs\multifile.go, 3254 , 2016-12-01
lessgo-master\logs\logs\multifile_test.go, 1879 , 2016-12-01
lessgo-master\logs\logs\smtp.go, 3896 , 2016-12-01
lessgo-master\logs\logs\smtp_test.go, 927 , 2016-12-01
lessgo-master\logs\logs\utils.go, 811 , 2016-12-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Untitled
    通过MATLAB编程,实现对菲涅尔波带片的绘制,改变焦距F可以绘制不同焦距的波带片。(Drawing Fresnel zone plate by MATLAB)
    2019-05-21 03:27:23下载
    积分:1
  • 激活
    说明:  激活pycharm,激活软件,很好用,比较管用的一种方法(active pycharm Activate pycharm, activate software, very useful, a more useful method)
    2019-03-17 17:43:48下载
    积分:1
  • 商城名称: 新普网络商城XpShop 官方网站: http://www.XpShop.cn/ 初始帐号: admin / admin 最新发布: X...
    商城名称: 新普网络商城XpShop 官方网站: http://www.XpShop.cn/ 初始帐号: admin / admin 最新发布: XpShop .Net 2.4 欢迎使用新普网络商城,XpShop .Net v2.4具有如下特点: 1、使用ASP.Net(c#)、三层结构开发; 2、支持多语言,详细使用方法请咨询新普公司客服; 3、支持多模板,现有版本已经附带5套模板,官方网站不定时发布新模板; 4、兼容主流浏览器,界面美观,皮肤设计灵活多变; 5、可定制缺货处理功能; 6、支持附件销售功能; 7、支持会员组批发功能; 8、支持预付款; 9、自动核算配送价格; 10、商品支持多类别; 11、支持在线备份数据库; 12、支持无限级商品类别; 13、可添加无限多种商品扩展属性,并可将扩展属性加入高级搜索; 14、支持多管理员,可自由设定管理员的可管理项; 15、自动生成报价单,商品价格一目了然; 16、用UTF-8编码,适用在全球各地的网络空间运行; 17、集成多种在线支付方式,除国内的主流支付方式支付宝、网银在线,贝宝外,还集成了适合于国外支付的Paypal和网银在线外卡; 18、不断升级,并可免费下载使用;-place names : New Pronk network Mall XpShop official website : http :// www.XpShop.cn/ initial account : admin/admin latest release : XpShop. Net 2.4 Pronk welcomed the use of new network Mall, XpShop. Net time monitor has the following characteristics : 1, the use of ASP.Net (c#) the three-tier structure development; 2, multi-language support, detailed advice please use the new Cape company customer service; 3, for the multi-
    2022-04-14 22:38:52下载
    积分:1
  • ssks
    一个简单的四则运算考核小程序,采用VB开发。(A simple arithmetic evaluation applet development using VB.)
    2010-07-01 08:37:06下载
    积分:1
  • toggles
    stm32 f100 LED
    2018-01-11 23:43:19下载
    积分:1
  • 对叠加的信号进行显示和频谱的仿真,中主要是对SIN信号的叠加...
    对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加-The signal of the superimposed display and spectrum simulation, the main signal is the superposition of SIN
    2022-03-21 22:26:59下载
    积分:1
  • DCS
    中屏炉DCS控制系统,包括采集(modbus 协议)显示-DCS-ping furnace control system, including the acquisition (modbus protocol) showed
    2023-06-02 21:55:03下载
    积分:1
  • Long-integer
    长整数运算(双向链表),实现长整数无限长加减法的运算(Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing)
    2011-10-29 16:54:42下载
    积分:1
  • 单目标GOA算法
    说明:  能够实现蝗虫优化算法,里面包含许多经典的单目标测试函数,使用时直接运行main函数即可,需要更改测试函数的的话自己在main里面修改(It can realize locust optimization algorithm, which contains many classic single objective test functions. When using, you can directly run the main function. If you need to change the test function, you can modify it in main)
    2020-12-07 17:59:31下载
    积分:1
  • Android ImageButton用法初学者例子
    Android ImageButton用法初学者例子,应用图像的界面按钮实现方法一例,用图片修饰一个按钮,会让Android的应用界面更加漂亮,希望这个简单的例子可以让你的安卓界面更加充满生机,初学者参考。
    2022-06-26 02:30:25下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载