登录
首页 » go » just test

just test

于 2022-07-15 发布 文件大小:4.30 MB
0 279
下载积分: 2 下载次数: 1

代码说明:

用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多

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

发表评论

0 个回复

  • go-zero-master
    go-zero是一个集成了各种工程实践的web和rpc框架。通过弹性设计保障了大并发服务端的稳定性, 经受了充分的实战检验。包含极简的API定义和生成工具, 可以一键生成Go, iOS, Android, Dart, TypeScript, JavaScript代码,并可直接运行。 https://github.com/tal-tech/go-zero go-zero是一个集成了各种工程实践的包含web和rpc框架,有如下主要特点: ---> 强大的工具支持,尽可能少的代码编写 极简的接口 完全兼容net/http 支持中间件,方便扩展 高性能 面向故障编程,弹性设计 内建服务发现、负载均衡 内建限流、熔断、降载,且自动触发,自动恢复 API参数自动校验 超时级联控制 自动缓存控制 链路跟踪、统计报警等 高并发支撑,稳定保障了晓黑板疫情期间每天的流量洪峰
    2022-07-14 08:26:26下载
    积分:1
  • 电池化成测试核心文档: 恒压放电等模式
    恒压放电等模式,  DCIR测量。
    2023-03-07 11:00:03下载
    积分:1
  • 图片质量检测
    亮暗,清晰度,色偏 ,基于gocv需要安装好gocv
    2022-03-07 02:44:17下载
    积分:1
  • go语言高级编程
    说明:  go高级编程电子版,作者柴树杉等,包含微服务,cgo编程,分布式等(golang programme,author,shushan Chai,include micro service ,cgo,distributed,etc.)
    2019-10-17 20:44:34下载
    积分: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
  • 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
  • just test
    用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多
    2022-07-15 08:28:02下载
    积分:1
  • 基于互信息的特征选择matlab代码
    基于互信息的特征选择matlab代码,经过测试,非常好用!
    2022-08-17 19:57:29下载
    积分:1
  • master079
    说明:  MapleStoryServer A MapleStory Server in Go For CMS V079 Go 编写的079版本冒险岛服务端 Target 实现一个079版本的冒险岛服务器. 能够实现原Java的部分功能. Files main.go —— 程序入口,负责初始化CPU分配、打开控制台、准备消息分发routines,侦听端口,并且接收客户端的连接。 Packages connection —— 用于建立与客户端的连接,进行读写数据。 message —— 用于负责服务器向客户端方向的信息的递送,主要功能是广播和点对点通信; types —— 包含整个服务器所用到的各种数据结构,比如用户信息结构体等; users —— 包含用户管理相关函数,比如用户进入游戏与离开。 console —— 给服务端添加一个控制台,便于输入指令调试。(MapleStoryServer A MapleStory Server in Go For CMS V079 Go Edition 079 Adventure Island Server Target Implement a 079 version of the Adventure Island server. It can achieve some of the functions of the original Java. Files Main.go -- Program entry, which is responsible for initializing CPU allocation, opening console, preparing message distribution routines, listening on ports, and receiving client connections. Packages Connection - Used to establish a connection with the client to read and write data. Message is used to deliver information from server to client. Its main functions are broadcasting and point-to-point communication. Types - Contains all kinds of data structures used by the whole server, such as user information structure, etc. Users - Contains user management related functions, such as user entry into the game and departure. Console - add a console to the server to facilitate the debugging of input instructions.)
    2020-06-17 02:40:01下载
    积分:1
  • boulder-master
    An ACME-based CA, written in Go.
    2019-05-23 00:03:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载