实用Golang库】的更多相关文章

框架: 1. Golang轻量级并发服务器框架: zinx / https://www.jianshu.com/p/23d07c0a28e52. 国内谢大牛模仿django制作的重框架: beego3. 轻量级微型框架: gin…
地址:https://www.lodashjs.com/ Lodash 是一个一致性.模块化.高性能的 JavaScript 实用工具库.…
一个让业务开发效率提高10倍的golang库 此文除了是标题党,没有什么其他问题. 这篇文章推荐一个库,https://github.com/jianfengye/collection. 这个库是我在开发业务过程中 Slice 的频繁导致业务开发效率低,就产生了要做一个 Collection 包的想法.本文说说我开发这个库的前因后果 Golang 适不适合写业务? 最近一个逻辑非常复杂的业务,我用 Golang 来开发.开发过程不断在问一个问题,Golang 适不适合写业务? 业务说到底,是一大…
1.delorea 非常酷的日期/时间库 from delorean import Delorean EST = "US/Eastern"d = Delorean(timezone=EST) 2.prettytable 可以在浏览器或终端构建很不错的输出 from prettytable import PrettyTable table = PrettyTable(["animal", "ferocity"]) table.add_row([&q…
学习VictoriaMetrics源码的时候发现,VictoriaMetrics的缓存部分,使用了同一产品下的fastcache.下面分享阅读fastcache源码的的结论: 1.官方介绍 fastcache是一个用go语言实现的,很快的,线程安全的,内存缓存的,用于大量对象缓存的组件. 它的特点是: 快!CPU核越多越快,不信你看我下面的benchmark. 线程安全.多个协程可以同时读写单个cache实例. fastcache用于存储大量的cache实体,而且不会被GC扫描. 当设定的cac…
https://github.com/avelino/awesome-go https://github.com/spf13/cobra                        # A Commander for modern Go CLI interactions https://github.com/lxn/walk              # A Windows GUI toolkit for the Go Programming Language https://github.c…
下面将自己学习过程中总结的Python第三方库的安装常用三种方法分享给大家,本人推荐前面两种方式.(已安装Python) 方法一:pip命令行直接安装 打开cmd命令窗口,通过命令 pip install 包名 进行第三库安装,此方法简单快捷,示例安装keras库. 注意:安装成功会显示Successfully installed keras,如果出现黄色字体警告,是由于pip库包不是最新的,但keras库已成功安装,可随后对pip包进行更新,更新命令:python -m pip install…
ZXing 极其好用的二维码开源库. GayHub:https://github.com/zxing/zxing MPAndroidChart MPAndroidChart 是 Android 一个强大且容易使用的图表库 GayHub:https://github.com/PhilJay/MPAndroidChart…
框架 https://github.com/go-martini/martini 图形验证码 https://github.com/dchest/captcha ORM https://github.com/jinzhu/gorm 表单验证 https://github.com/asaskevich/govalidator 时间插件 https://github.com/uniplaces/carbon Redis https://github.com/go-redis/redis Excel…
github:https://github.com/360EntSecGroup-Skylar/excelize 使用用例 https://dev.to/xuri/go-library-for-reading-and-writing-microsoft-excel-xlsx-files-57hi…