Jenkins System Informationjpg) Credentials Build Queue No builds in the queue. Build Executor Status 1 Idle 2 Idle ## System Properties |Name ↓|Value| |---|---| |awt.toolkit|sun.awt.windows.WToolkit| |executable-war|C:\ |java.library.path|C:\\ProgramData\\Oracle\\Java\\avapath;C:\\WINDOWS\\Sun\\Java\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\Program Files\\Docker\\Docker\\Resources\\bin;C:\\Python27;C:\\Python27\\Scrip (x86)\\Intel\\CLS Client\\C:\\Program Files\\Intel\\CLS Client\\C:\\WINDOWS\\system32;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0;c:\\Program Files\\Intel\\WiFi\\bin;c:\\Program0 码力 | 5 页 | 122.16 KB | 2 年前3
2.2.1 深入Go Module## GCN ## 深入Go Module  鸟窝 细节、使用、坑以及未来 ## 鸟窝 • Go微服务框架rpcx作者 • Go并发编程实战课专栏作者 《Scala集合技术手册》作者  Go 版本管理历史 01 认识 Go Module 02 使用 Go Module 03 血泪史 04 Go Module 未来特性 05 ## 第一部分 ## Go版本管理历史 ## Go版本历史  ## One code example ## ☀️ ☀️ ☁️ [System.Serializable] public class Chronometer public float period; public float time; public void Update(float still need to wait for all the player inputs to process the confirm frame... ## What is a rollback system? ROCKET LEAGUE $ ^{®} $ INJUSTICE2 RIVALS OF ## I nput prediction  login guest password 123456 ## Git over SSH go get 默认不会使用 SSH 协议 除非动态获取 meta 时明确指定使用 SSH 协议 // module: example.com/pkg repo: gitlab.example.com/example/pkg 0 码力 | 28 页 | 12.85 MB | 2 年前3
Claude Opus 4.7 System Card 中文版2026年4月·橙皮书系列 Claude Opus 4.7 System Card 中文版 Anthropic最强通用模型的安全评估、对齐研究与能力基准完整报告 System Card: Claude Opus 4.7 — Chinese Translation 原文发布:Anthropic, April 16, 2026 (231页) 中文版:花叔翻译·14章·4个Part 定位:给中文AI从业者的一手安全与能力评估资料 定位:给中文AI从业者的一手安全与能力评估资料 花叔 译 本书为Anthropic发布的Claude Opus 4.7 System Card的中文翻译版。原文版权归Anthropic所有。翻译版由花叔制作,旨在帮助中文AI社区更好地了解前沿模型的安全评估实践。译者注以绿色提示框标识。 目录 Table of Contents PART1·总览与风险评估 01 引言:Claude Opus 4.7是什么 Introduction 绍其训练过程、使用政策和发布决策。 Claude Opus 4.7是Anthropic推出的新型大语言模型,在软件工程、知识工作、Agent式工具使用和计算机操控等领域尤为擅长。在本系统安全卡(System Card)中,我们报告了对该模型能力和安全特征进行的大范围评估结果。 1.1 模型训练与特性 Model Training and Characteristics 1.1.1训练数据与流程Training0 码力 | 128 页 | 9.92 MB | 1 月前3
Building a Coroutine-Based Job System Without Standard Library COROUTINE JOB SYSTEM WITHOUT STANDARD LIBRARY Tianyi(Tanki) Zhang tankiistanki tankijong Hi Everyone, Tanki here awaitables, awaiters • Customization point and how functions are compiled Before we dive into the system, I want to take 10 mins to have a quick recap about C++ coroutine and share some gotcha moments. pretty overwhelmed by all different terms, not to mention to put them up together to form a knowledge system. I hope the following information can be helpful and I attached some links in the slides, or pointers0 码力 | 120 页 | 2.20 MB | 1 年前3
深度学习与PyTorch入门实战 - 43. nn.Module## PyTorch ### nn.Module 主讲人:龙良曲 ## ☐ ☐ ☐ class MyLinear(nn.Module): def __init__(self, inp, outp): super(MyLinear, self).__init__() # requires_grad = True self.w = nn.Parameter(torch.randn(outp + self.b return x ## Magic ### ■ Every Layer is nn.Module - nn.Linear - nn.BatchNorm2d - nn.Conv2d #### - nn.Module nested in nn.Module ### 1. embed current layers Linear ReLU Sigmoid Conv2d BasicNet(nn.Module): def __init__(self): super(BasicNet, self).__init__() self.net = nn.Linear(4, 3) def forward(self, x): return self.net(x) class Net(nn.Module): def0 码力 | 16 页 | 1.14 MB | 2 年前3
Behavior-driven Tests for Microservices-based Algo Trading Systemscience from Columbia University. Title: Behavior-driven Tests for Microservices-based Algo Trading System ## Summary: Introduction: This poster will introduce a test framework we use at Bloomberg to enable enable behavior-based tests in natural language style for a microservices-based algo trading system that our engineering team is responsible for. Relevance: For our electronic trading business, it is important Although microservice components can easily be unit tested, it is often non-trivial to automate the system-level tests with external dependencies. Controlling external dependencies are especially important0 码力 | 1 页 | 65.24 KB | 1 年前3
2.1.3 如何用go module构建模块化跨链平台GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 如何用go module构建模块化跨链平台 汪小益 趣链科技 ’ alt=‘OCR图片’/> 什么是区块链 跨链的重难点分析 跨链平台架构设计 Go module和plugin 的应用实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 1 什么是区块链 GOPHER 趣链区块链 天平链 共识模块 PBFT RAFT POS POA HOTSTUFF Golang提供了两种模块化工具,一个是go module,一个是go plugin GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO module和plugin实践 GOPHER CHINA 2020 中国 上海 / 2020-11.21-22 4 GO modules实践:无处不在的模块 t uint64) error // Close release resource Close() GOPHER CHINA 2020 GO modules实践:经验建议 GO module几个好用的命令 go mod tidy 移除无效依赖,新增缺少的依赖 go mod graph 列出所有的依赖 go mod vendor 依赖复制打包到vendor目录下(网络受限) go mod0 码力 | 27 页 | 1.24 MB | 1 月前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
JenkinsSystem InformationEnvironment VariablesPluginsJavaGo ModuleGOPATHvendor dirgo命令GOPROXYrollback systemdeterministic simulationnetwork synchronizationinput predictiongame state managementVienna Game Job Systemcoroutinesfunctionsthread pooljob allocation又拍云Gitlab CIGOPRIVATEsshClaude Opus 4.7System Card多模态负责任扩展政策安全护栏Coroutine-Based Job SystemC++20 CoroutinesPromiseAwaitableRefCounted Objectnn.ModulePyTorch自定义层网络结构优化器Behavior-driven TestsMicroservices-based Algo Trading SystemTest FrameworkBDD layercpp-cucumber2.1如何gomodule构建模块模块化跨链平台













