积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(1492)Python(465)Java(373)Spring(317)综合其他(301)C++(297)云计算&大数据(297)Weblate(212)数据库(207)VirtualBox(113)

语言

全部英语(2422)

格式

全部PDF文档 PDF(1818)其他文档 其他(512)TXT文档 TXT(67)PPT文档 PPT(17)DOC文档 DOC(8)
 
本次搜索耗时 0.104 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • 综合其他
  • C++
  • 云计算&大数据
  • Weblate
  • 数据库
  • VirtualBox
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Get started with Deno

    Get started with Deno @hijiangtao 示例一 Hello world import { serve } from "https://deno.land/std@0.69.0/http/server.ts"; const s = serve({ port: 8000 }); console.log("http://localhost:8000/"); for / Deno and Node 3 / Debate on Deno What is Deno “Deno 是基于 V8 并采用 Rust 构建的,一个简 单、现代且安全的 JavaScript 和 TypeScript 运行时环境。” Deno is a simple, modern and secure runtime for JavaScript and TypeScript that 只有一个可执行文件 ©hijiangtao Deno / 现代 1. 天生支持 TypeScript 2. 只有一个单独的可执行文件 3. 自带实用工具,例如依赖检查器(deno info)和 代码格式化工具(deno fmt) 4. Top Level Await ©hijiangtao Deno / 安全 利用 JavaScript 是一个安全沙箱的事实 ● 默认情况下,应该
    0 码力 | 43 页 | 1.51 MB | 1 年前
    3
  • epub文档 Falcon v1.4.1-post-1 Documentation

    architectural style. class CatalogItem(object): # ... @falcon.before(hooks.to_oid) def on_get(self, id): return self._collection.find_one(id) app = falcon.API(after=[hooks.serialize]) app Codes Error Handling Media Redirection Middleware Hooks Routing Utilities Testing Community Guide Get Help Contribute to Falcon FAQ Changelogs 1.4.1 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0 0.3.0 0.2.0 User Guide ujson with CPython deployments: $ pip install ujson Installing the Falcon wheel is a great way to get up and running quickly in a development environment, but for an extra speed boost when deploying your
    0 码力 | 229 页 | 273.39 KB | 1 年前
    3
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    Get off my thread: Techniques for moving work to background threads Anthony Williams Just Software Solutions Ltd https://www.justsoftwaresolutions.co.uk September 2020Get off my thread: Techniques for ++it; } } This is nasty: if you have a lot of events, you spawn a lot of threads, so the list will get large.Guideline Spawning a new thread for every task is a bad idea.Dedicated threads A dedicated void handle_event(Event details){ ++pending_tasks; pool.submit( [=,&pending_tasks, stopper=source.get_token()]{ process_event(details,stopper); if(!--pending_tasks) pending_tasks.notify_all(); }); }Cancellation:
    0 码力 | 90 页 | 6.97 MB | 6 月前
    3
  • ppt文档 Using the Microsoft Graph API to get Office 365 data in your mobile apps

    Using the Microsoft Graph API to get Office 365 data in your mobile apps Alex Ziskind Technical Director @digitalix www.nuvious.com Hi, I’m Alex From + 750 Million 50 Million per month Problems
    0 码力 | 15 页 | 7.00 MB | 1 年前
    3
  • pdf文档 Can't we just synthesize std::tuple_element from get?

    Can’t we just synthesize std::tuple_element from get? Jonathan Müller — @foonathanAdding structured bindings support to a custom tuple-like type template struct my_tuple { … }; Jonathan Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18 1Adding structured bindings support to a custom tuple-like type template struct my_tuple instance_of> auto get(Tuple&& t) -> decltype(auto) { … } Jonathan Müller — @foonathan Can’t we just synthesize std::tuple_element from get? CppCon 2024-09-18 1Adding structured bindings
    0 码力 | 31 页 | 282.80 KB | 6 月前
    3
  • pdf文档 Service Mesh微服务化和传统框架微服务化混合部署协同实践分享

    security information database for pharmaceutical enterprises, and integrates clinical research and post-IPO product security data, helping the enterprises build a product big data system. This system • Learning costs are low. Users with the basic knowledge of programming languages can quickly get started. ServiceCenter Java-chassis ServiceComb Pilot Citadel Istio ServiceComb open-source
    0 码力 | 11 页 | 11.76 MB | 1 年前
    3
  • pdf文档 Flask入门教程

    章:表单 第 8 章:用户认证 第 9 章:测试 第 10 章:组织你的代码 第 11 章:部署上线 小挑战 后记 版权信息 书名:Flask 入门教程 副书名:使用 Python 和 Flask 开发你的第一个 Web 程序 作者:李辉 简介 3 版本:1.0 发布时间:2019.2.1 © 2018 李辉(Grey Li) / HelloFlask.com 本书采用 通过这本书,你会学到 Flask 开发的基础知识,并开发出一个简单的 Watchlist(观 影清单)程序。在功能上,这个程序可以看做是简化版的 IMDB Watchlist / 豆瓣豆 单:你可以添加、删除和修改你收藏的电影信息。 你可以访问 http://watchlist.helloflask.com/ 查看示例程序的在线 Demo。 本书特点 前言 5 基于 Flask 最新的 1.0.2 执行的命令。在阅读时,你需要自己输入每一个代码和命令,检查输出是否和书中 一致。在这个过程中,你也可以对它进行一些调整。比如,示例程序的界面语言使 用了英文,你可以修改为中文或是其他语言。对于页面布局和样式,你也可以自由 修改。 在本书的最后,你会把你自己编写的 Watchlist 部署到互联网上,让任何人都可以 访问。 讨论与反馈 如果你有任何疑问和想法,欢迎通过下面的方式提出: 在 HelloFlask
    0 码力 | 127 页 | 7.62 MB | 1 年前
    3
  • pdf文档 Zabbix 5.2 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 261 6 Get . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 1 登陆和配置用户 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 334 1 主机和主机组 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 1725 页 | 11.53 MB | 1 年前
    3
  • pdf文档 Django 官方教程翻译项目

    进击的皇虫 使用 书栈(BookStack.CN) 进行 构建,生成于 2018-05-25。 书栈(BookStack.CN) 仅提供文档编写、整理、归类等功能,以及对文档内容的生成和导出工 具。 文档内容由网友们编写和整理,书栈(BookStack.CN) 难以确认文档内容知识点是否错漏。如 果您在阅读文档获取知识的时候,发现文档内容有不恰当的地方,请向我们反馈,让我们共同携手, 将知识准确、高效且有效地传递给每一个人。 >>> Reporter.objects.get(id=1) 28. 29. >>> Reporter.objects.get(full_name__startswith='John') 30. 31. >>> Reporter.objects.get(full_name__contains='mith') ith') 32. 33. >>> Reporter.objects.get(id=2) 34. Traceback (most recent call last): 35. ... 36. DoesNotExist: Reporter matching query does not exist. 37. 38. # 创建一篇文章。
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Zabbix 5.0 Manual

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 566 7 Get . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 682 1 登陆和配置用户 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 699 1 主机和主机组 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    0 码力 | 2715 页 | 28.60 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
GetstartedwithDenoFalconv14.1postDocumentationoffmythreadTechniquesformovingtobackgroundthreadsalexziskindpptxCanwejustsynthesizestdtupleelementfromgetServiceMesh服务服务化传统框架混合部署协同实践分享Flask入门教程入门教程Zabbix5.2ManualDjango官方翻译项目5.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩