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

无数据

分类

全部后端开发(1256)Python(374)Java(287)Spring(221)UML(96)Julia(87)PyWebIO(86)C++(82)Django(71)区块链(68)

语言

全部英语(934)中文(简体)(218)中文(繁体)(21)西班牙语(14)韩语(14)日语(13)德语(12)法语(12)俄语(12)

格式

全部PDF文档 PDF(938)其他文档 其他(298)TXT文档 TXT(15)PPT文档 PPT(4)DOC文档 DOC(1)
 
本次搜索耗时 0.052 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • UML
  • Julia
  • PyWebIO
  • C++
  • Django
  • 区块链
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 日语
  • 德语
  • 法语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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文档 ThinkJS 2.0 中文文档

    //����������������session await this.session('userInfo', result); return this.success(); } } JavaScript ��������������� �������� ������ ���� REST �� �� thinkjs �������� REST ��������������� REST �� ES6/7 ������������ JavaScript Promise��� learn-es2015 ������� ��������� �������� � express/koa �� � sails �� ThinkJS ��� ES6/7 ���� ECMAScript 6 �� � JavaScript ���� ES2015 �� ECMAScript global.formatDate = obj => { ... } JavaScript ����� // src/common/bootstrap/middleware.js think.middleware('replace_image', http => { ... }); JavaScript src/common/config 'use strict'; /**
    0 码力 | 238 页 | 1.87 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文档 ThinkJS 1.2 中文文档

    install -­‐g thinkjs-­‐cmd -­‐-­‐registry=http://r.cnpmjs.org Bash thinkjs -­‐v JavaScript 如果能看到下⾯面的字符,说明已经安装成功了。 更新 ThinkJS,分成 2 种,⼀一种是更新系统的 ThinkJS 版本,更新后后续创建项⺫⽬目时使⽤用新版的 ThinkJS。另⼀一种 __dirname; global.APP_DEBUG = true; // 是否开启 DEBUG 模式 require('thinkjs'); JavaScript 配置⽂文件 module.exports = { // 配置项: 配置值 port: 8360, // 监听的端⼝口 'think_', // 数据库表前缀 }; JavaScript 函数⽂文件 global.getDate = function(){return 'xxx';}; global.getSliceUrl = function(url, length){return '';} JavaScript App/Lib/Controller/Home/IndexController
    0 码力 | 104 页 | 1.29 MB | 1 年前
    3
  • pdf文档 The Node.js Handbook

    2022 3. How to install Node.js 4. How much JavaScript do you need to know to use Node? 5. Differences between Node and the Browser 6. The V8 JavaScript Engine 6.1. Other JS engines 6.2. The quest autocomplete 11.2. Exploring JavaScript objects 11.3. Explore global objects 11.4. The _ special variable 11.5. The Up arrow key 11.6. Dot commands 11.7. Run REPL from JavaScript file 12. Node, accept Job Queue 29. Understanding process.nextTick() 30. Understanding setImmediate() 31. Discover JavaScript Timers 31.1. setTimeout() 31.1.1. Zero delay 31.2. setInterval() 31.3. Recursive setTimeout
    0 码力 | 161 页 | 1.66 MB | 1 年前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 6 MuPDF & Javascript 81 6.1 Class A-Z Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . want to work from and do: npm install mupdf • To verify your installation you can then create a JavaScript file as such: const mupdf = require("mupdf"); console.log(mupdf); • Save this file as “test.js” The following JavaScript sample demonstrates how to load a local document and then print out the page count. Ensure you have a valid PDF for “my_document.pdf” file alongside this JavaScript sample before
    0 码力 | 245 页 | 817.74 KB | 7 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 7 MuPDF & Javascript 85 7.1 Class A-Z Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . want to work from and do: npm install mupdf • To verify your installation you can then create a JavaScript file as such: const mupdf = require("mupdf"); console.log(mupdf); • Save this file as “test.js” The following JavaScript sample demonstrates how to load a local document and then print out the page count. Ensure you have a valid PDF for “my_document.pdf” file alongside this JavaScript sample before
    0 码力 | 259 页 | 1.11 MB | 7 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
NamedOptionalParametersJavaScriptStyleSlidesDevWeb05DOMThinkJS2.0中文文档2.1Documentation2.21.2TheNodejsHandbookMuPDF1.231.25
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩