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

无数据

分类

全部后端开发(1052)Java(369)Spring(315)Python(185)云计算&大数据(178)C++(143)数据库(119)综合其他(113)VirtualBox(112)UML(96)

语言

全部英语(1335)中文(简体)(117)韩语(15)德语(13)法语(13)日语(13)西班牙语(12)俄语(12)中文(繁体)(11)英语(6)

格式

全部PDF文档 PDF(1196)其他文档 其他(283)TXT文档 TXT(67)PPT文档 PPT(3)
 
本次搜索耗时 0.082 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • 云计算&大数据
  • C++
  • 数据库
  • 综合其他
  • VirtualBox
  • UML
  • 全部
  • 英语
  • 中文(简体)
  • 韩语
  • 德语
  • 法语
  • 日语
  • 西班牙语
  • 俄语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Primer on Initialization

    A Primer On Initialization steven arellanoAgenda Initialization at a High Level Syntax of Initialization Types of InitializationInitialization in C++ vector vec1(5, 8); // {8, 8, 8, 8, 8} vector 14159}; // ERROR int d = {3.14159}; // ERRORAgenda Initialization at a High Level Syntax of Initialization Types of InitializationSyntax of Initialization declarations 2, 3}; …also in initialization in functions & new expression.Agenda Initialization at a High Level Syntax of Initialization Types of InitializationT object; Default Initialization Fundamental Types
    0 码力 | 14 页 | 118.35 KB | 5 月前
    3
  • pdf文档 Code generation for Vulkan Initialization

    CODE CODE GENERATION GENERATION FOR VULKAN FOR VULKAN INITIALIZATION. INITIALIZATION.LEARNING VULKAN LEARNING VULKAN So… I’ve decided to learn Vulkan. Did I learn it? Not yet.WHAT DID I LEARN? WHAT WHAT DID I LEARN?THIS: THIS:THIS IS JUST INITIALIZATION THIS IS JUST INITIALIZATIONINITIALIZING WHAT? INITIALIZING WHAT? 1. Initialize Instance 2. Select physical device 3. Create logical device + queues constexpr Type traits Association between elementsWHAT ARE MY PLANS? WHAT ARE MY PLANS? Simplify initialization using Builder classes The Builder class knows it’s pre-requisites Builder for target object
    0 码力 | 13 页 | 963.32 KB | 5 月前
    3
  • pdf文档 Back to Basics: Designing Classes (part 2 of 2)

    Management Back to Basics: Class Design (Part 2) Implementation Guidelines Data Member Initialization Implicit Conversions Order of Data Members Const Correctness Encapsulating Design Decisions Management Back to Basics: Class Design (Part 2) Implementation Guidelines Data Member Initialization Implicit Conversions Order of Data Members Const Correctness Encapsulating Design Decisions Decisions Qualified/Modified Member Data Visibility vs. AccessibilityData Member Initialization 5 Back to Basics: Class Design (Part 1) The Challenge of Class Design Design Guidelines Design for Readability
    0 码力 | 76 页 | 2.60 MB | 5 月前
    3
  • pdf文档 The Swift Programming Language

    keep an index in a loop—either by using .. to make a range of indexes or by writing an explicit initialization, condition, and increment. These two loops do the same thing: 1 var firstForLoop = 0 2 for point thereafter. The primary use of implicitly unwrapped optionals in Swift is during class initialization, as described in Unowned References and Implicitly Unwrapped Optional Properties. An implicitly array if you’re initializing it with an array literal containing values of the same type. The initialization of shoppingList could have been written in a shorter form instead: 1 var shoppingList = ["Eggs"
    0 码力 | 525 页 | 4.68 MB | 1 年前
    3
  • pdf文档 The Swift Programming Language (Swift 5.7) - Apps Dissected

    extra level of optionality to expressions that already return optionals. Large integer literal initialization expressions are inferred to be of the correct integer type. For example, UInt64(0xffff_ffff_ffff_ffff) point thereafter. The primary use of implicitly unwrapped optionals in Swift is during class initialization, as described in Unowned References and Implicitly Unwrapped Optional Properties. PDF conversion array if you’re initializing it with an array literal containing values of the same type. The initialization of shoppingList could have been written in a shorter form instead: var shoppingList = ["Eggs"
    0 码力 | 1040 页 | 10.90 MB | 1 年前
    3
  • pdf文档 Retiring the Singleton Pattern

    construction 5. Dealing with phased introduction of the replacement pattern 6. Dealing with initialization order of interdependent Singletons 7. Dealing with groups of Singleton dependencies 8. Stateful globally accessible • Holds a Global state that’s mutable and tied to program lifetime • Initialization is out of your control (private constructor, assignment)Classic Singleton class Singleton globally accessible • Holds a Global state that’s mutable and tied to program lifetime • Initialization is out of your control (private constructor, assignment)Drawbacks of a Singleton • Acts as
    0 码力 | 70 页 | 1.59 MB | 5 月前
    3
  • pdf文档 Spring Framwork Core Technologies v5.3.36 SNAPSHOT

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Initialization Callbacks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 Default Initialization and Destroy Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dependency Injection Autowiring mode Autowiring Collaborators Lazy initialization mode Lazy-initialized Beans Initialization method Initialization Callbacks Destruction method Destruction Callbacks In addition
    0 码力 | 485 页 | 6.31 MB | 1 年前
    3
  • pdf文档 Apache Wicket 7.x Reference Guide

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 7.3. Initialization stage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The code needed to handle the information box inside the page could be the following: //Page initialization code WebMarkupContainer informationBox = new WebMarkupContainer ("informationBox"); informationBox Border tag:
    36 Initialization code for border: MyBorder myBorder = new MyBorder("myBorder"); myBorder.addToBorder(new Label("childMarkup"
    0 码力 | 346 页 | 10.00 MB | 1 年前
    3
  • pdf文档 DBeaver Lite User Guide v24.2.ea

    client configuration Connection types Multiple datasource connections Configure connection initialization settings Managing Master password Security in DBeaver PRO SSH configuration SSL configuration keys. - All column transformers. - All table row colorings. Connection Initialization Settings Customize the initialization settings for your connection. See our for more details. article Shell of 1010. Overview Accessing Connection Initialization Settings Settings During the initialization of a new database session, the Connection Initialization Settings provide a customizable set of parameters
    0 码力 | 1010 页 | 79.48 MB | 1 年前
    3
  • pdf文档 DBeaver Lite User Guide v.24.1

    client configuration Connection types Multiple datasource connections Configure connection initialization settings Managing Master password Security in DBeaver PRO SSH configuration SSL configuration keys. - All column transformers. - All table row colorings. Connection Initialization Settings Customize the initialization settings for your connection. See our for more details. article Additional of 1008. Overview Accessing Connection Initialization Settings Settings During the initialization of a new database session, the Connection Initialization Settings provide a customizable set of parameters
    0 码力 | 1008 页 | 79.40 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
PrimeronInitializationCodegenerationforVulkanBacktoBasicsDesigningClassespartofTheSwiftProgrammingLanguage5.7AppsDissectedRetiringtheSingletonPatternSpringFramworkCoreTechnologiesv53.36SNAPSHOTApacheWicketReferenceGuideDBeaverLiteUser24.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩