# bigtires **Repository Path**: xpxw/bigtires ## Basic Information - **Project Name**: bigtires - **Description**: 一个基于Golang强大的库 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-06 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 使用方法: 1. 本库所有函数均有中文注释,参照注释内容传递参数与调用。 2. 欢迎大家对函数进行补充,QQ群:1020853347 ## gitee.com/nanqis/bigtires/rabbitmq包 1. 提供了对rabbitmq消息队列的支持 2. 可快速监听队列消息 3. 支持队列响应 4. 具体demo请打开tests/rabbitmq_test.go测试文件查看 ## gitee.com/nanqis/bigtires/chrome包 1. 仅支持Windows系统 2. 支持所有Chrome内核的浏览器 3. 使用案例,请参考chrome.go文件 4. 具体demo请打开tests/chrome_test.go测试文件查看 ## big系列包文件说明 1. 本库所有函数均采用“类型名+功能名”方式命名 2. big系列是指:big和winbig两个包 ### gitee.com/nanqis/bigtires/big包 1. 该包中的函数,兼容全部系统 ### gitee.com/nanqis/bigtires/winbig包 1. 仅支持Windows系统,针对Windows系统提供了更为强大的函数 ### str: 文本字符串相关操作 ### encode: 编码相关的操作 ### http: 网络请求相关操作 ### stu: 结构体相关操作 ### sys: 系统相关操作 ### prog: 程序相关操作 ## 本库调用的第三方库有: 1. golang.org/x/text 2. golang.org/x/sys/windows/registry 3. github.com/StackExchange/wmi 4. github.com/gorilla/websocket 5. github.com/bitly/go-simplejson 6. github.com/satori/go.uuid 7. github.com/streadway/amqp