积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(1818)Python(537)Java(394)Spring(318)C++(278)UML(96)PHP(87)Julia(87)PyWebIO(86)Django(85)

语言

全部英语(1468)中文(简体)(249)法语(15)西班牙语(14)韩语(14)日语(13)德语(12)俄语(12)中文(繁体)(11)

格式

全部PDF文档 PDF(1335)其他文档 其他(391)TXT文档 TXT(71)PPT文档 PPT(20)DOC文档 DOC(1)
 
本次搜索耗时 0.047 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • UML
  • PHP
  • Julia
  • PyWebIO
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 西班牙语
  • 韩语
  • 日语
  • 德语
  • 俄语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 From C〇pfuscated to (Hopefully) Nearly Readable

    READING CONFIGURATION VALUES WHEN YOU SHOULD NOT FAIL From Obfuscated to (Hopefully) Nearly Readable• Principal Engineer @ BMW • Programming for fun and food • Addicted to console and vim MATTHIAS@BILGER
    0 码力 | 15 页 | 921.36 KB | 6 月前
    3
  • pdf文档 Rendering Text

    Chapter 3. Rendering Text The pixels library can do slightly more than just putPixel: it also offers a minimal drawText proc, to put letters and words on the screen. Its declaration looks like this: drawText(x, y: int; text: string; size: int; color: Color) We pass the following parameters to it: x and y The coordinates of a bottom-left corner of the text we want to draw text The text we want to render for example "like this". size This is a height of the text in pixels. color Similarly to the putPixel proc, we can define the color of the text we’re drawing. The simplest way to call this proc is
    0 码力 | 6 页 | 74.05 KB | 1 年前
    3
  • pdf文档 Casdoor · An Open Source UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform supporting

    Casbin-OAA Casbin-OA is one of the Casbin web apps. It uses Casdoor for authentication. • Casbin-OA • Source code: https://github.com/casbin/casbin-oa Casnode Casnode Casnode is the official forum developed • Casnode • Source code: https://github.com/casbin/casnode Ar Archit chitectur ecturee Casdoor consists of two parts: Name Name Description Description Language Language Sour Source code ce code • PostgreSQL • CockroachDB • SQL Server • Oracle • SQLite 3 • TiDB Do Download wnload The source code of Casdoor is hosted on GitHub: https://github.com/casdoor/ casdoor. Both the Go backend code
    0 码力 | 825 页 | 58.31 MB | 1 年前
    3
  • pdf文档 Node.js Manual & Documentation

    Streams 流  Readable Stream 可读流 o Event: 'data' 事件:'data' o Event: 'end' 事件:'end' o Event: 'error' 事件:'error' o Event: 'close' 事件:'close' o Event: 'fd' 事件:'fd' o stream.readable o stream. http.createServer(function (request, response) { response.writeHead(200, {'Content-Type': 'text/plain'}); response.end('Hello World\n'); }).listen(8124); console.log('Server running at documentation. Node 有一些编译成二进制的模块。这些模块在这篇文档的其他地方有详细描述。 The core modules are defined in node's source in the lib/ folder. 核心模块在 node 源代码中的 lib 文件夹下。 Core modules are always preferentially loaded if
    0 码力 | 153 页 | 1.21 MB | 1 年前
    3
  • pdf文档 The Node.js Handbook

    6. Different types of streams 44.7. How to create a readable stream 44.8. How to create a writable stream 44.9. How to get data from a readable stream 44.10. How to send data to a writable stream PUT and DELETE 49. Get HTTP request body data 1. Introduction to Node.js Node.js is an open-source and cross-platform JavaScript runtime environment. It is a popular tool for almost any kind without introducing the burden of managing thread concurrency, which could be a significant source of bugs. Node.js has a unique advantage because millions of frontend developers that write JavaScript
    0 码力 | 161 页 | 1.66 MB | 1 年前
    3
  • pdf文档 Click Documentation Release 4.2.dev0

    that greets NAME for a total of COUNT times. Options: --count INTEGER Number of greetings. --name TEXT The person to greet. --help Show this message and exit. You can get the library directly from PyPI: value - indicates stdin or stdout depending on the mode. By default, the file is opened for reading text data, but it can also be opened in binary mode or for writing. The encoding parameter can be used more information. class click.Path(exists=False, file_okay=True, dir_okay=True, writable=False, readable=True, re- solve_path=False) The path type is similar to the File type but it performs different
    0 码力 | 101 页 | 407.32 KB | 1 年前
    3
  • pdf文档 Click Documentation Release 6.7

    that greets NAME for a total of COUNT times. Options: --count INTEGER Number of greetings. --name TEXT The person to greet. --help Show this message and exit. You can get the library directly from PyPI: value - indicates stdin or stdout depending on the mode. By default, the file is opened for reading text data, but it can also be opened in binary mode or for writing. The encoding parameter can be used more information. class click.Path(exists=False, file_okay=True, dir_okay=True, writable=False, readable=True, re- solve_path=False, allow_dash=False, path_type=None) The path type is similar to the File
    0 码力 | 107 页 | 428.42 KB | 1 年前
    3
  • pdf文档 Click Documentation Release 5.2.dev0

    that greets NAME for a total of COUNT times. Options: --count INTEGER Number of greetings. --name TEXT The person to greet. --help Show this message and exit. You can get the library directly from PyPI: value - indicates stdin or stdout depending on the mode. By default, the file is opened for reading text data, but it can also be opened in binary mode or for writing. The encoding parameter can be used more information. class click.Path(exists=False, file_okay=True, dir_okay=True, writable=False, readable=True, re- solve_path=False) The path type is similar to the File type but it performs different
    0 码力 | 103 页 | 416.61 KB | 1 年前
    3
  • pdf文档 Objeet Oriented Python Tutorial

    .... 12 Choosing a Text Editor ................................................................................................................................... 13 Atom Text Editor ............. 13 Screenshot of Atom text ................................................................................................................................ 14 Sublime Text Editor ................. prerequisites are met:  Latest version of Python is installed on your computer  An IDE or text editor is installed  You have basic familiarity to write and debug in Python, that is you can
    0 码力 | 111 页 | 3.32 MB | 1 年前
    3
  • pdf文档 Falcon v3.0.0-b1 Documentation

    talking HTTP at last, with nothing in the middle. Falcon seems like the requests of backend.” “The source code for Falcon is so good, I almost prefer it to documentation. It basically can’t be wrong.” “What License. This means that you can use it in your commercial applications without having to also open-source your own code. It also means that if someone happens to contribute code that is associated with a Copyright 2012-2017 by Rackspace Hosting, Inc. and other contributors, as noted in the individual source code files. Licensed under the Apache License, Version 2.0 (the “License”); you may not use this
    0 码力 | 338 页 | 1.14 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
FrompfuscatedtoHopefullyNearlyReadablenimbookv2ChapterRenderingTextCasdoorAnOpenSourceUIfirstIdentityAccessManagementIAMSingleSignOnSSOplatformsupportingOAuth2.0OIDCSAMLandCASNodejsManualDocumentationTheHandbookClickRelease4.2dev06.75.2ObjeetOrientedPythonTutorialFalconv30.0b1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩