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

无数据

分类

全部后端开发(1334)Java(392)Python(370)Spring(316)综合其他(266)云计算&大数据(233)数据库(202)Weblate(141)C++(137)VirtualBox(113)

语言

全部英语(1772)中文(简体)(229)中文(繁体)(23)日语(19)西班牙语(16)法语(16)韩语(15)德语(13)俄语(13)英语(7)

格式

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

    0 码力 | 47 页 | 14.91 MB | 1 年前
    3
  • pdf文档 MoonBit月兔编程语言 现代编程思想 第十一课 案例:语法解析器与Tagless Final

    List[Token])] { ... } 12. 13. // 返回函数代表的解析器 14. Parser(expression) 15. } 21 语法树之外:Tagless Final 计算表达式,除了⽣成为抽象语法树再解析,我们还可以有其他的选择 我们通过�⾏为�来进⾏抽象 1. trait Expr { 2. number(Int) -> Self 3. op_add(Self op_mul(Self, Self) -> Self 6. op_div(Self, Self) -> Self 7. } 接⼝的不同实现即是对⾏为的不同语义 22 语法树之外:Tagless Final 我们利⽤⾏为的抽象定义解析器 1. fn recursive_parser[E : Expr]() -> Parser[E] { 2. let number : Parser[E] = ptoken(fn recursive_parser().parse(token_list)? 18. Some(expr, rest_string, rest_token) 19. } 23 语法树之外:Tagless Final 我们可以提供不同的实现,获得不同的诠释 1. enum Expression { ... } derive(Debug) // 语法树实现 2. type BoxedInt Int derive(Debug)
    0 码力 | 25 页 | 400.29 KB | 1 年前
    3
  • pdf文档 ClickHouse: настоящее и будущее

    0 码力 | 32 页 | 776.70 KB | 1 年前
    3
  • ppt文档 Learning by Contributing to Rust Compiler - 陈于康

    0 码力 | 23 页 | 3.28 MB | 1 年前
    3
  • pdf文档 Building a Coroutine-Based Job System Without Standard Library

    int b; } params; union { initial_suspend_awaitable_t initial_suspend_awaitable; final_suspend_awaitable_t final_suspend_awaitable; }; }; task sum(int a, int b) { auto frame = make_unique<__sum_frame>(a int b; } params; union { initial_suspend_awaitable_t initial_suspend_awaitable; final_suspend_awaitable_t final_suspend_awaitable; }; }; task sum(int a, int b) { auto frame = make_unique<__sum_frame>(a int b; } params; union { initial_suspend_awaitable_t initial_suspend_awaitable; final_suspend_awaitable_t final_suspend_awaitable; }; }; task sum(int a, int b) { auto frame = make_unique<__sum_frame>(a
    0 码力 | 120 页 | 2.20 MB | 5 月前
    3
  • pdf文档 Java 应用与开发 - 面向对象编程进阶

    大纲 多态性 方法重载 关键字 static 关键字 final Java 应用与开发 面向对象编程进阶 PART2 王晓东 wangxiaodong@ouc.edu.cn 中国海洋大学 September 30, 2018 大纲 多态性 方法重载 关键字 static 关键字 final 学习目标 1. 理解多态和虚方法调用的概念,掌握其用法 2. 掌握方法重载的方法 3. 掌握 了解设计模式,掌握单例设计模式 5. 掌握 final 关键字的概念和使用方法 大纲 多态性 方法重载 关键字 static 关键字 final 大纲 多态性 方法重载 关键字 static 关键字 final 大纲 多态性 方法重载 关键字 static 关键字 final 接��� 多态性 方法重载 关键字 static 关键字 final 大纲 多态性 方法重载 关键字 static static 关键字 final 什么是多态? 在 Java 中,子类的对象可以替代父类的对象使用称为多态。 O Java 引用变量与所引用对象间的类型匹配关系 ▶ 一个对象只能属于一种确定的数据类型,该类型自对象创建 直至销毁不能改变。 ▶ 一个引用类型变量可能引用(指向)多种不同类型的对象 ——既可以引用其声明类型的对象,也可以引用其声明类型 的子类的对象。 1 Person p =
    0 码力 | 49 页 | 659.74 KB | 1 年前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    kilo_ kilo; inline constexpr struct metre final : named_unit<"m", kind_of> {} metre; inline constexpr struct second final : named_unit<"s", kind_of> {} second; } CppCon kilo_ kilo; inline constexpr struct metre final : named_unit<"m", kind_of> {} metre; inline constexpr struct second final : named_unit<"s", kind_of> {} second; namespace kilo_ kilo; inline constexpr struct metre final : named_unit<"m", kind_of> {} metre; inline constexpr struct second final : named_unit<"s", kind_of> {} second; namespace
    0 码力 | 207 页 | 6.93 MB | 5 月前
    3
  • pdf文档 RxJS Tutorial

    help us start as well as pack all the js files using webpack . The packed js files which are our final js file to be used is saved at the path /dev folder. To use webpack, we need to run npm run publish hold the folder in which the compiled file will be kept and the filename will tell the name of the final file to be used in your .html file. Module module: { rules: [ { value '@babel/preset-env’. It will transpile the code as per the ES environment you need. The final folder structure will be as follows: rxjsproj/ node_modules/ src/
    0 码力 | 106 页 | 1.56 MB | 1 年前
    3
  • pdf文档 Apache Wicket 8.x Reference Guide

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 6.6. Adding header contents to the final page. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . has shown us how Wicket maps components to HTML tags and how it uses both of them to generate the final HTML markup. In the last paragraph we had a first taste of Wicket links and we have seen how they tag can be used by both web developers and web designers to place some mock HTML to show how the final panel should look like. 5.3. Divide et impera! Let’s go back to our layout example. In chapter 5
    0 码力 | 350 页 | 9.95 MB | 1 年前
    3
  • pdf文档 Apache Wicket 7.x Reference Guide

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 6.6. Adding header contents to the final page. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . has shown us how Wicket maps components to HTML tags and how it uses both of them to generate the final HTML markup. In the last paragraph we had a first taste of Wicket links and we have seen how they tag can be used by both web developers and web designers to place some mock HTML to show how the final panel should look like. 5.3. Divide et impera! Let’s go back to our layout example. In chapter 5
    0 码力 | 346 页 | 10.00 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
原生数据科学KubeConAsia2018FinalMoonBit编程语言编程语言现代思想第十十一第十一案例语法解析解析器TaglessFinalfinalpdf陈于2023RustChinaConfBuildingCoroutineBasedJobSystemWithoutStandardLibraryAdvancedobjectorientedprogrammingImprovingOurSafetyWithQuantitiesandUnitsRxJSTutorialApacheWicketReferenceGuide
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩