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

无数据

分类

全部后端开发(934)Python(308)Java(275)综合其他(243)Spring(221)Weblate(210)数据库(114)云计算&大数据(110)Julia(76)C++(72)

语言

全部英语(1469)

格式

全部PDF文档 PDF(1053)其他文档 其他(397)TXT文档 TXT(15)PPT文档 PPT(4)
 
本次搜索耗时 0.047 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • 综合其他
  • Spring
  • Weblate
  • 数据库
  • 云计算&大数据
  • Julia
  • C++
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The JavaScript Handbook

    Conclusion 2 Preface The JavaScript Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. In particular, the goal is to get you up to speed quickly with JavaScript. This book is written Enjoy! 3 The JS Handbook 1. Introduction to JavaScript 2. A little bit of history 3. Just JavaScript 4. A brief intro to the syntax of JavaScript 4.1. White space 4.2. Case sensitive 4.3. Literals Introduction to JavaScript JavaScript is one of the most popular programming languages in the world. I believe it's a great language to be your first programming language ever. We mainly use JavaScript to create
    0 码力 | 56 页 | 577.92 KB | 1 年前
    3
  • pdf文档 Named Optional Parameters - JavaScript Style

    Named Optional Parameters - JavaScript Style Brian Davidson (briandavidson@meta.com) Summary C++ developers often run into the situation where we have multiple parameters in a function with the same to use to Is there a way to make C++ function calls clear through naming, similar to python or javascript? def send(source=None, destination=None): send(source=from, destination=to) send(source=from) overloaded function arguments forming a clear function call Inspiration: Javascript The anonymous object parameters of javascript provide a readable function API. logger({one:0.9999}); > 0.9999 logger({one:"one"
    0 码力 | 1 页 | 3.17 MB | 5 月前
    3
  • pdf文档 JavaScript & DOM

    05.JavaScript & DOM 19 décembre 2023 Développement web il3 JavaScript & DOM HE-Arc (DGR) 2022 JavaScript hier • Page web = HTML (+ CSS + JavaScript) • Exécuté par le browser (client) • Interprété exécutées par le navigateur – DHTML : rollovers, validation de formulaires, … JavaScript aujourd’hui • Page web = HTML + CSS + JavaScript • Compilation JIT • HTML5, AJAX, bookmarklets • One Page Apps • Implémentations ECMA-262 14th edition8 – Support9 des différentes implémentations – Conversions avec BabelJS10 • JavaScript : implémentation Firefox (réf. MDN) • Variantes (à transpiler) : – Typescript11 : variante fortement
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
  • pdf文档 NativeScript Open-source framework for building truly native mobile apps with Angular, TypeScript or JavaScript

    NativeScript Open-source framework for building truly native mobile apps with Angular, TypeScript or JavaScript. TJ VanToll ? @tjvantoll NativeScript is the best tool for cross-platform native app development 2016-01-31&to=2017-01-31 A free and open source framework for building truly native mobile apps with JavaScript. Use web skills, like TypeScript, Angular and CSS, and get native UI and performance on iOS and
    0 码力 | 44 页 | 4.98 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    free and open source programming language designed by Microsoft. TypeScript is a typed superset of JavaScript that it has some useful function in large project such as optional static type. ThinkJS 2.1 has user infomation await this.session('userInfo', result); return this.success(); } } JavaScript Supports TypeScript Supports variant project structures and environments Supports Abundant Database formatDate = obj => { ... } JavaScript Register Middlewares // src/common/bootstrap/middleware.js think.middleware('replace_image', http => { ... }); JavaScript src/common/config 'use strict';
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 Documentation

    free and open source programming language designed by Microsoft. TypeScript is a typed superset of JavaScript that it has some useful function in large project such as optional static type. ThinkJS 2.1 has variant project structures and environments Supports Abundant Database Type Automatic Updating JavaScript ThinkJS has a mechanism that could automatically update codes after source files being modified src/common/config src/common/controller src/common/runtime src/home src/home/logic JavaScript JavaScript JavaScript 'use strict'; /** * logic * @param {} [] * @return {} [] */ export
    0 码力 | 156 页 | 2.62 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 Documentation

    user infomation await this.session('userInfo', result); return this.success(); } } JavaScript Supports variant project structures and environments Supports abundant database type Automatic formatDate = obj => { ... } JavaScript Register Middlewares // src/common/bootstrap/middleware.js think.middleware('replace_image', http => { ... }); JavaScript src/common/config 'use strict'; strict'; /** * config */ export default { //key: value }; JavaScript src/common/controller src/common/runtime src/home src/home/logic 'use strict'; /** * logic * @param {} [] * @return
    0 码力 | 141 页 | 1.61 MB | 1 年前
    3
  • pdf文档 ES6 Tutorial

    (ECMAScript) or (ES) is a standard for scripting languages like JavaScript, ActionScript and JScript. It was initially created to standardize JavaScript, which is the most popular implementation of ECMAScript ECMAScript. This tutorial adopts a simple and practical approach through JavaScript to describe the new features in ECMAScript 2015 (ES6), ECMAScript 2016 (ES7), ECMAScript 2017(ES8) and ECMAScript 2018 (ES9) This tutorial is designed for the stemplate oftware programmers who have already worked with JavaScript and wishes to gain in-depth knowledge about the ECMAScript. The tutorial will give you enough
    0 码力 | 435 页 | 4.00 MB | 1 年前
    3
  • pdf文档 The TypeScript Handbook

    basic types. Everyday Types The language primitives. Narrowing Understand how TypeScript uses JavaScript knowledge to reduce the amount of type syntax in your projects. More on Functions Learn about about how Functions work in TypeScript. Object Types How TypeScript describes the shapes of JavaScript objects. Creating Types from Types An overview of the ways in which you can create more types from existing Modules How JavaScript handles communicating across file boundaries. The TypeScript Handbook About this Handbook Over 20 years after its introduction to the programming community, JavaScript is now one
    0 码力 | 184 页 | 647.99 KB | 1 年前
    3
  • pdf文档 BabelJS Tutorial

    BabelJS i About the Tutorial BabelJS is a JavaScript transpiler which transpiles new features into old standard. With this, the features can be run Prerequisites Before proceeding with this tutorial, you should have a basic understanding of JavaScript. Copyright & Disclaimer  Copyright 2018 by Tutorials Point (I) Pvt. Ltd. All the content .......................................... 156 BabelJS 1 BabelJS is a JavaScript transpiler which transpiles new features into old standard. With this, the features can be run
    0 码力 | 173 页 | 2.70 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
TheJavaScriptHandbookNamedOptionalParametersStyleSlidesDevWeb05DOMNativeScriptThinkJS2.1Documentation2.22.0ES6TutorialTypeScriptBabelJS
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩