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

无数据

分类

全部后端开发(1410)Python(439)综合其他(425)Java(372)Spring(317)Weblate(302)云计算&大数据(220)C++(173)数据库(165)VirtualBox(113)

语言

全部英语(1960)中文(简体)(245)中文(繁体)(21)日语(18)韩语(15)法语(14)德语(12)西班牙语(12)俄语(12)英语(6)

格式

全部PDF文档 PDF(1668)其他文档 其他(576)TXT文档 TXT(67)DOC文档 DOC(6)PPT文档 PPT(5)
 
本次搜索耗时 0.410 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Spring
  • Weblate
  • 云计算&大数据
  • C++
  • 数据库
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 法语
  • 德语
  • 西班牙语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Undefined Behavior: What Every Programmer Should Know and Fear

    Undefined Behavior 3 We will learn: ● What is Undefined Behavior – And what it is not – UB vs implementation-defined behavior vs unspecified behavior ● Why have UB in programming languages? ● How ● How to avoid UB? ● How to take advantage of UB in your own programs?Undefined Behavior 4 What is Undefined Behavior (UB) in C++? ● The concept is defined in the standard int f(int k) { return k requirements or restrictions on the result of any program that calls f() with k > INT_MAX-10Undefined Behavior 5 UB Lore, according to comp.std.c ● If your program exhibits UB, anything can happen, or it
    0 码力 | 38 页 | 2.56 MB | 5 月前
    3
  • pdf文档 Behavior-driven Tests for Microservices-based Algo Trading System

    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 behavior-based tests ● End-to-end : The test framework validates the end (client) to end (broker/exchange) algo behavior. ● Controlled external dependencies : All external dependencies including market data,
    0 码力 | 1 页 | 65.24 KB | 5 月前
    3
  • pdf文档 Zabbix 7.0 Manual

    the database before uploading to Zabbix server. For these installations this remains the default behavior after the upgrade. For optimized performance, it is recommended to configure the use of memory ”Zabbix agent” in documentation stands for both - Zabbix agent and Zabbix agent 2, if the functional behavior is the same. Zabbix agent 2 is only specifically named where its functionality differs. encryption the database before uploading to Zabbix server. For these installations this remains the default behavior after upgrading to Zabbix 7.0. For optimized performance, it is recommended to configure the use
    0 码力 | 1949 页 | 31.91 MB | 1 年前
    3
  • pdf文档 Zabbix 6.4 Manual

    ”Zabbix agent” in documentation stands for both - Zabbix agent and Zabbix agent 2, if the functional behavior is the same. Zabbix agent 2 is only specifically named where its functionality differs. encryption 0 starting to enforce special permissions for setting session variables. However, in 8.0.18 this behavior was removed: As of MySQL 8.0.18, setting the session value of this system variable is no longer item value. Normally that would lead to the item becoming unsupported, but you may modify that behavior by specifying the Custom on fail error-handling options: to discard the value, to set a specified
    0 码力 | 1885 页 | 29.12 MB | 1 年前
    3
  • pdf文档 Back to Basics: The Abstract Machine

    abstract machine. Rather, conforming implementations are required to emulate (only) the observable behavior of the abstract machine as explained below.4” (my emphasis) CppCon 2020 - The Abstract Machine Non-deterministic CppCon 2020 - The Abstract Machine 23 • Implementations must emulate the observable behavior of the abstract machineCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Characteristics Non-deterministic CppCon 2020 - The Abstract Machine 24 • Implementations must emulate the observable behavior of the abstract machineCopyright © 2020 Bob Steagall K E W B C O M P U T I N G Defining the Abstract
    0 码力 | 91 页 | 538.90 KB | 5 月前
    3
  • pdf文档 The Roles of Symmetry And Orthogonality In Design

    Orthogonality In Design cppcon 2021 •Q: What Does “Design” Provide? •A: We “Know”: How the structure and behavior achieves a desired resultCharley Bay - charleyb123 at gmail dot com The Roles of Symmetry And Orthogonality Orthogonality In Design cppcon 2021 •Q: What Does “Design” Provide? •A: We “Know”: How the structure and behavior achieves a desired result Is “obvious” or “clear” Our “First” or “Best Guess” to any question Inviolate principle or behavior Always true • Examples: • C++ Language Specification (Is all about “Guarantees”) • System/Subsystem Design (Defines API boundaries and behavior) • Implementation details
    0 码力 | 151 页 | 3.20 MB | 5 月前
    3
  • pdf文档 Kotlin Language Documentation 1.9.20

    determined Reporting bugs Multiple round processing Changes to your processor Multiple round behavior Advanced KSP with Kotlin Multiplatform Compilation and processing Avoid the ksp(...) configuration to declaring properties as part of an object's characteristics, you can also define an object's behavior with member functions. In Kotlin, member functions must be declared within the class body. To call ") } } } fun main() { val start = Greeting() // Prints "Hello, Kotlin!" } The behavior is now unified with Kotlin/JVM, where a companion object is initialized when the corresponding class
    0 码力 | 1299 页 | 32.44 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    ExceptionRenderer Changing the ErrorController Class Creating your Own Error Handler Changing Fatal Error Behavior Creating your own Application Exceptions Logging Exceptions Built in Exceptions for CakePHP OptionValuesTable.php. The Entity class OptionValue would be found in a file named OptionValue.php. The Behavior class EspeciallyFunkableBehavior would be found in a file named EspeciallyFunkableBehavior.php The initialize(array $config) { $this->addBehavior('Timestamp'); } } We’ve attached the Timestamp behavior which will automatically populate the created and modified columns of our table. By naming our Table
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.3.2

    non-comprehensive overview of the fundamental data structures in pandas to get you started. The fundamental behavior about data types, indexing, and axis labeling / alignment apply across all of the objects. To get NaN NaN NaN 9 NaN NaN NaN NaN When doing an operation between DataFrame and Series, the default behavior is to align the Series index on the DataFrame columns, thus broadcasting row-wise. For example: 9 2.293786 1.856228 0.773289 -1.446531 For explicit control over the matching and broadcasting behavior, see the section on flexible binary operations. Operations with scalars are just as you would expect:
    0 码力 | 3509 页 | 14.01 MB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 1.3.3

    non-comprehensive overview of the fundamental data structures in pandas to get you started. The fundamental behavior about data types, indexing, and axis labeling / alignment apply across all of the objects. To get NaN NaN NaN 9 NaN NaN NaN NaN When doing an operation between DataFrame and Series, the default behavior is to align the Series index on the DataFrame columns, thus broadcasting row-wise. For example: 9 2.293786 1.856228 0.773289 -1.446531 For explicit control over the matching and broadcasting behavior, see the section on flexible binary operations. Operations with scalars are just as you would expect:
    0 码力 | 3603 页 | 14.65 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
UndefinedBehaviorWhatEveryProgrammerShouldKnowandFeardrivenTestsforMicroservicesbasedAlgoTradingSystemZabbix7.0Manual6.4BacktoBasicsTheAbstractMachineRolesofSymmetryAndOrthogonalityInDesignKotlinLanguageDocumentation1.920CakePHPCookbookpandaspowerfulPythondataanalysistoolkit1.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩