1.3 Go practices in TiDB 姚维0 码力 | 32 页 | 1.76 MB | 6 月前3
Hello 算法 1.2.0 简体中文 Kotlin 版Hello 算法 Kotlin 语言版 作者:靳宇栋(@krahets) 代码审阅:陈东辉(@curtishd) Release 1.2.0 2024‑12‑06 序 两年前,我在力扣上分享了“剑指 Offer”系列题解,受到了许多读者的鼓励和支持。在与读者交流期间,我 最常被问的一个问题是“如何入门算法”。逐渐地,我对这个问题产生了浓厚的兴趣。 两眼一抹黑地刷题似乎是最受欢迎的方法 . 11 1.2 算法是什么 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.3 小结 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 第 2 章 复杂度分析 多种编程语言的实现。 约定俗成的简称 在实际讨论时,我们通常会将“数据结构与算法”简称为“算法”。比如众所周知的 LeetCode 算法题 目,实际上同时考查数据结构和算法两方面的知识。 1.3 小结 ‧ 算法在日常生活中无处不在,并不是遥不可及的高深知识。实际上,我们已经在不知不觉中学会了许多 算法,用以解决生活中的大小问题。 ‧ 查字典的原理与二分查找算法相一致。二分查找算法体现了分而治之的重要算法思想。0 码力 | 382 页 | 18.48 MB | 10 月前3
Hello 算法 1.2.0 繁体中文 Kotlin 版Hello 演算法 Kotlin 語言版 作者:靳宇棟(@krahets) 程式碼審閱:陳東輝(@curtishd) Release 1.2.0 2024‑12‑06 序 兩年前,我在力扣上分享了“劍指 Offer”系列題解,受到了許多讀者的鼓勵與支持。在與讀者交流期間,我 最常被問到的一個問題是“如何入門演算法”。漸漸地,我對這個問題產生了濃厚的興趣。 兩眼一抹黑地刷題似乎是最受歡 . 11 1.2 演算法是什麼 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.3 小結 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 第 2 章 複雜度分析 的實 現。 約定俗成的簡稱 在實際討論時,我們通常會將“資料結構與演算法”簡稱為“演算法”。比如眾所周知的 LeetCode 演 算法題目,實際上同時考查資料結構和演算法兩方面的知識。 1.3 小結 ‧ 演算法在日常生活中無處不在,並不是遙不可及的高深知識。實際上,我們已經在不知不覺中學會了許 多演算法,用以解決生活中的大小問題。 ‧ 查字典的原理與二分搜尋演算法相一致。二分搜尋演算法體現了分而治之的重要演算法思想。0 码力 | 382 页 | 18.79 MB | 10 月前3
Coroutines and Structured Concurrency in Practice• nursery in Python trio • task group in Python asyncio • task scope in Rust • coroutine scope in Kotlin • async_scope in nvidia/stdexec We also call it a nursery (mnemonics: a place where your children0 码力 | 103 页 | 1.98 MB | 6 月前3
Nacos架构&原理
mina 多语言支持 JS 支持 支持 不支持 支持 无 无 Ruby 支持 不支持 不支持 支持 无 无 Python 支持 不支持 不支持 支持 3.6+ >96% 无 无 Kotlin 支持 不支持 不支持 支持 无 无 rust 支持 1.39+ dart 支持 2.6 其他 Github Sta r/Issue 最 高 go 版 本:11.9K/1 NacosApplicationContextInitializer 205 > Nacos 最佳实践 Solar Nacos SDK 接入 Solar 版本定义 ○ Solar 2.3.x & 1.3.x,基于 Nacos SDK ○ Solar 2.2.x & 1.2.x,基于 Eureka SDK Solar 版本关系 ○ Solar 版本与 Spring Boot 技术栈的关系 RELEASE ○ Solar 版本与注册中心的关系 框架版本 支持的注册中心 支持的 Cornerstone(VI)版本 1.0.x ~ 1.2.x Eureka <= 0.2.4 >= 1.3.x Nacos >= 1.0.0 2.0.x ~ 2.2.x Eureka <= 0.2.4 >= 2.3.x Nacos >= 1.0.0 Nacos 最佳实践 < 206 Solar SDK0 码力 | 326 页 | 12.83 MB | 9 月前3
Conan 2.10 DocumentationDecentralized package manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . community contributes packages for popular open-source libraries like Boost, Zlib, OpenSSL, Poco, etc. 1.3 Binary management One of the most powerful features of Conan is that it can create and manage pre-compiled Let’s assume that we have a version.txt file in the repo, that contains just the version string 1.3. Then, this can be done: Listing 75: conanfile.py from conan import ConanFile from conan.tools.files0 码力 | 803 页 | 5.02 MB | 10 月前3
Conan 2.9 DocumentationDecentralized package manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . community contributes packages for popular open-source libraries like Boost, Zlib, OpenSSL, Poco, etc. 1.3 Binary management One of the most powerful features of Conan is that it can create and manage pre-compiled Let’s assume that we have a version.txt file in the repo, that contains just the version string 1.3. Then, this can be done: Listing 75: conanfile.py from conan import ConanFile from conan.tools.files0 码力 | 795 页 | 4.99 MB | 10 月前3
Conan 2.7 DocumentationDecentralized package manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . community contributes packages for popular open-source libraries like Boost, Zlib, OpenSSL, Poco, etc. 1.3 Binary management One of the most powerful features of Conan is that it can create and manage pre-compiled Let’s assume that we have a version.txt file in the repo, that contains just the version string 1.3. Then, this can be done: Listing 75: conanfile.py from conan import ConanFile from conan.tools.files0 码力 | 779 页 | 4.93 MB | 10 月前3
Conan 2.8 DocumentationDecentralized package manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Binary management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . community contributes packages for popular open-source libraries like Boost, Zlib, OpenSSL, Poco, etc. 1.3 Binary management One of the most powerful features of Conan is that it can create and manage pre-compiled Let’s assume that we have a version.txt file in the repo, that contains just the version string 1.3. Then, this can be done: Listing 75: conanfile.py from conan import ConanFile from conan.tools.files0 码力 | 785 页 | 4.95 MB | 10 月前3
2024 中国开源开发者报告56% 17.86% 16.91% 15.63% 15.41% TypeScript Rust YAML Visual Basic Verilog C C++ Python Kotlin C# Dart Arduino TypeScript连续两年成为了 Gitee年度增长最快编程语言 (2023年增长率为49.04%), 同样持续强势的还有Rust以及 C语言家族。0 码力 | 111 页 | 11.44 MB | 8 月前3
共 163 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17













