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

无数据

分类

全部后端开发(493)云计算&大数据(189)Python(144)VirtualBox(113)数据库(112)Julia(87)系统运维(66)综合其他(63)Scrapy(58)Django(46)

语言

全部英语(799)中文(简体)(69)中文(繁体)(20)韩语(7)德语(6)西班牙语(6)英语(6)俄语(5)日语(3)法语(2)

格式

全部PDF文档 PDF(772)其他文档 其他(150)PPT文档 PPT(3)
 
本次搜索耗时 0.107 秒,为您找到相关结果约 925 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • Python
  • VirtualBox
  • 数据库
  • Julia
  • 系统运维
  • 综合其他
  • Scrapy
  • Django
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 德语
  • 西班牙语
  • 英语
  • 俄语
  • 日语
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 bpfbox: Simple Precise Process Confinement with eBPF and KRSI

    bpfbox: Simple Precise Process Confinement with eBPF and KRSI William Findlay October 28, 2020 bpfbox at a Glance ▶ bpfbox is a novel process confinement mechanism for Linux using eBPF ▶ Users write
    0 码力 | 8 页 | 528.12 KB | 1 年前
    3
  • pdf文档 Mypy 1.8.0 Documentation

    you can’t use a more precise type for some reason. Any is compatible with every other type, and vice versa. You can freely assign a value of type Any to a variable with a more precise type: a: Any = None does not return an int arbitrary_call(1) # Error: 'int' is not callable In situations where more precise or complex types of callbacks are necessary one can use flexible callback protocols. Lambdas are derived from an Any value also usually have the type Any implicitly, as mypy can’t infer a more precise result type. For example, if you get the attribute of an Any value or call a Any value the result
    0 码力 | 234 页 | 902.89 KB | 1 年前
    3
  • epub文档 Mypy 1.10.0+dev Documentation

    you can’t use a more precise type for some reason. Any is compatible with every other type, and vice versa. You can freely assign a value of type Any to a variable with a more precise type: a: Any = None not return an int arbitrary_call(1) # Error: 'int' is not callable In situations where more precise or complex types of callbacks are necessary one can use flexible callback protocols. Lambdas are derived from an Any value also usually have the type Any implicitly, as mypy can’t infer a more precise result type. For example, if you get the attribute of an Any value or call a Any value the result
    0 码力 | 318 页 | 270.84 KB | 1 年前
    3
  • epub文档 Mypy 1.8.0 Documentation

    you can’t use a more precise type for some reason. Any is compatible with every other type, and vice versa. You can freely assign a value of type Any to a variable with a more precise type: a: Any = None not return an int arbitrary_call(1) # Error: 'int' is not callable In situations where more precise or complex types of callbacks are necessary one can use flexible callback protocols. Lambdas are derived from an Any value also usually have the type Any implicitly, as mypy can’t infer a more precise result type. For example, if you get the attribute of an Any value or call a Any value the result
    0 码力 | 318 页 | 271.55 KB | 1 年前
    3
  • pdf文档 Mypy 1.10.0+dev Documentation

    you can’t use a more precise type for some reason. Any is compatible with every other type, and vice versa. You can freely assign a value of type Any to a variable with a more precise type: a: Any = None does not return an int arbitrary_call(1) # Error: 'int' is not callable In situations where more precise or complex types of callbacks are necessary one can use flexible callback protocols. Lambdas are derived from an Any value also usually have the type Any implicitly, as mypy can’t infer a more precise result type. For example, if you get the attribute of an Any value or call a Any value the result
    0 码力 | 234 页 | 913.89 KB | 1 年前
    3
  • pdf文档 High-availability, recovery semantics, and guarantees - CS 591 K1: Data Stream Processing and Analytics Spring 2020

    University 2020 Recovery types 8 Vasiliki Kalavri | Boston University 2020 Recovery types • Precise recovery (exactly-once) • It hides the effects of a failure perfectly • Post-failure output is is identical to no-failure 8 Vasiliki Kalavri | Boston University 2020 Recovery types • Precise recovery (exactly-once) • It hides the effects of a failure perfectly • Post-failure output is identical rebuild state of the failed node 8 Vasiliki Kalavri | Boston University 2020 Recovery types • Precise recovery (exactly-once) • It hides the effects of a failure perfectly • Post-failure output is
    0 码力 | 49 页 | 2.08 MB | 1 年前
    3
  • pdf文档 An Introduction to Lean

    known as the Calculus of Inductive Constructions. The CIC is a formal language with a small and precise set of rules that governs the formation of expressions. In this formal system, moreover, every expression serves as a specification language, that is, a means to specify and define mathematical objects in precise terms. With these specifica- tions, Lean can interpret basic objects and infer their types: CHAPTER makes Lean special as a programming language is that the programs we write define functions in a precise axiomatic framework. Which brings us to third, and central, intended use of Lean: namely we can make
    0 码力 | 48 页 | 191.92 KB | 1 年前
    3
  • pdf文档 Kotlin Language Documentation 1.9.20

    interfaces instead of relying on DOM, CSS, or Javascript. By using this approach, Doodle gives you precise control over the rendering of arbitrary UI elements, vector shapes, gradients, and custom visualizations New alignment of Gradle plugins' versions New JVM incremental compilation by default in Gradle Precise backup of compilation tasks' outputs Lazy Kotlin/JVM task creation for all Gradle versions Non-default feedback on this. You can file an issue in YouTrack. Precise backup of compilation tasks' outputs Starting with Kotlin 1.8.20, you can enable precise backup, whereby only those classes that Kotlin recompiles
    0 码力 | 1299 页 | 32.44 MB | 1 年前
    3
  • pdf文档 Back to Basics Unit Testing

    hypotheses 22Take some good advice from science A good experiment is: Repeatable Replicable Accurate Precise Reliable Hermetic Calibrated ... 23Repeatable and Replicable Repeatable: you get the same answer tests If Thing fails, its tests fail and nothing else (more precision) London / Mockist tests are precise; no red herrings, no extraneous signals to sort through 30Using Test Doubles reduces accuracy: science: Falsifiable Hypotheses Tests are here to detect bugs Repeatable Replicable Accurate Precise 46Rule 0 Write unit tests 47Part 2: Good Code Three Aspects: Readable Maintainable Documentary
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
  • epub文档 Krita 5.2 Manual

    it’s good for image manipulation. You use this next to a profiled monitor. This way you can have precise colors while also being able to view them correctly on multiple screens. Blending modes in RGB and gradients. In particular, when color correcting, the bigger space can help with giving more precise information. If you have a display profile that uses a LUT, then you can use perceptual to give something akin to a small programming language by way of predictors to describe image data succinct and precise. Progressive encoding Whether or not to enable progressive encoding/decoding. As explained in VarDCT
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
共 925 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 93
前往
页
相关搜索词
bpfboxSimplePreciseProcessConfinementwitheBPFandKRSIMypy1.8Documentation1.10devHighavailabilityrecoverysemanticsguaranteesCS591K1DataStreamProcessingAnalyticsSpring2020AnIntroductiontoLeanKotlinLanguage1.920BackBasicsUnitTestingKrita5.2Manual
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩