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

无数据

分类

全部后端开发(247)综合其他(118)云计算&大数据(116)Weblate(90)数据库(66)系统运维(63)Python(63)区块链(48)PyWebIO(46)OpenShift(43)

语言

全部中文(简体)(650)

格式

全部PDF文档 PDF(514)其他文档 其他(127)PPT文档 PPT(6)DOC文档 DOC(3)
 
本次搜索耗时 0.221 秒,为您找到相关结果约 650 个.
  • 全部
  • 后端开发
  • 综合其他
  • 云计算&大数据
  • Weblate
  • 数据库
  • 系统运维
  • Python
  • 区块链
  • PyWebIO
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Node.js Manual & Documentation

    process.nextTick(callback) o process.umask([mask])  util 工具模块 o util.debug(string) o util.log(string) o util.inspect(object, showHidden=false, depth=2) o util.pump(readableStream, writableStream {'Content-Type': 'text/plain'}); response.end('Hello World\n'); }).listen(8124); console.log('Server running at http://127.0.0.1:8124/'); To run the server, put the code into a file called example Example: running node example.js from /Users/mjr 例如:在目录/Users/mjr 下运行 node example.js console.log(__filename); // /Users/mjr/example.js __dirname The dirname of the script being executed. 当前正在执行脚本所在的目录名。
    0 码力 | 153 页 | 1.21 MB | 1 年前
    3
  • pdf文档 高可用与一致性:构建强一致性分布式数据库 TiDB-沈泰宁

    to test? What is TiDB? Single Point Single Point of Failure Asynchronous Replication A = 1 B = 2 A = 1 Master Slave Asynchronous Replication A = 1 B = 2 A = 1 B = ? Master Slave Synchronous = 2 State Machine A = 1 B = 2 Log Raft Module A = 1 B = 2 State Machine A = 1 B = 2 Log Raft Module A = 1 B = 2 State Machine A = 1 B = 2 Log Raft Module •Leader election •Voting isolation/node failure tiggers election •Log replication •Leader handles client requests, append logs •Replicate logs to followers •Constraints •Quorum: log replication, leader election •Up to date:
    0 码力 | 45 页 | 4.63 MB | 1 年前
    3
  • pdf文档 electron中文教程

    /jquery.min.js'); 3. $.get('file:///path/to/example.asar/file.txt', function(data) { 4. console.log(data); 5. }); 6. 有些场景,如:核查 asar 包的校验和,我们需要像读取“文件”那样读取 asar 包的内容(而不是当成虚拟文 件夹)。你可以使用内置的 'webdriverio') 20. .click('#btnG') 21. .getTitle().then(function(title) { 22. console.log('Title was: ' + title); 23. }) 24. .end(); 无需重新编译 Electron,只要把 app 的源码放到 Electron的资源目录 里就可直接开始测试了。 'Lorem Ipsum Dolor Sit Amet' 3. }); 4. 5. myNotification.onclick = function () { 6. console.log('Notification clicked') 7. } 尽管代码和用户体验在不同的操作系统中基本相同,但还是有一些差异。 在Windows 10上, 通知"可以工作". 在Windows
    0 码力 | 203 页 | 2.72 MB | 1 年前
    3
  • pdf文档 JavaScript Promise迷你书(中文版)

    }); } asyncFunction().then(function (value) { console.log(value); // => 'Async Hello world' }).catch(function (error) { console.log(error); }); new Promise构造器之后,会返回一个promise对象 <1>为promise对象用设置 方法的话,如下所示的代码也能完成相同的工作。 asyncFunction().then(function (value) { console.log(value); }, function (error) { console.log(error); }); JavaScript Promise 迷你书(中文版) 9 Promise的状态 我们已经大概了解了Promise的处 运行示例 var URL = "http://httpbin.org/get"; getURL(URL).then(function onFulfilled(value){ console.log(value); }).catch(function onRejected(error){ console.error(error); }); getURL 只有在通过XHR取得结果状态为200时才会调用
    0 码力 | 112 页 | 1010.02 KB | 1 年前
    3
  • epub文档 Kotlin 1.9.10 官方文档 中文版

    vel=ERROR . In this case, the compilation fails and you'll see all the errors in the compilation log. Use this option to examine the linkage issues more closely. If you face unexpected problems with sourceSets { jvmMain { } } } In this case, Kotlin reports a warning in the build log: w: Accessed 'source set jvmMain' without registering the jvm target: kotlin { jvm() /* corresponding Gradle task. This is the default. WARNING writes the information about changes in the warning log. NONE disables reporting. reportNewYarnLock , which reports about the recently created yarn.lock
    0 码力 | 3753 页 | 29.69 MB | 1 年前
    3
  • pdf文档 Kotlin 官方文档中文版 v1.9

    vel=ERROR . In this case, the compilation fails and you'll see all the errors in the compilation log. Use this option to examine the linkage issues more closely. If you face unexpected problems with sourceSets { jvmMain { } } } In this case, Kotlin reports a warning in the build log: w: Accessed 'source set jvmMain' without registering the jvm target: kotlin { jvm() /* corresponding Gradle task. This is the default. WARNING writes the information about changes in the warning log. NONE disables reporting. reportNewYarnLock , which reports about the recently created yarn.lock
    0 码力 | 2049 页 | 45.06 MB | 1 年前
    3
  • pdf文档 Typescript, Angular, 和移动端的跨平台开发

    Angular Change Detection ● NgZone - Creates an execution context where Angular monkey patches the asynchronous calls and emit onTurnDone event. ● ApplicationRef - Triggerred by onTurnDone and checks the someone subscribes to it. ● Angular Uses RxJs Observable for subscription based processing of asynchronous operations. Observable let observable = new Observable(observer => { const operation = fn((value Change Detection ● Default change detection complexity: O(n) ● OnPush Observable complexity: O(log(n)) Angular Libraries ● Forms - Validations and Two-way data binding ● Router ● Animations ● Material
    0 码力 | 60 页 | 1.05 MB | 1 年前
    3
  • chm文档 httpd 2.4.25 中文文档

    "/server-status"> SetHandler server-status Require 127.0.0.1 access.log - GET /server-status 403 127.0.0.1 error.log - AH01797: client denied by server configuration: /var/www/html/server-status SetHandler server-status Order deny,allow Deny from all Allow From 127.0.0.1 access.log - GET /server-status 200 127.0.0.1 So even if mixing configuration is still possible, please try to MPM The Event MPM is no longer experimental but is now fully supported. Asynchronous support Better support for asynchronous read/write for supporting MPMs and platforms. Per-module and per-directory
    0 码力 | 2573 页 | 2.12 MB | 1 年前
    3
  • chm文档 httpd 2.4.23 中文文档

    "/server-status"> SetHandler server-status Require 127.0.0.1 access.log - GET /server-status 403 127.0.0.1 error.log - AH01797: client denied by server configuration: /var/www/html/server-status SetHandler server-status Order deny,allow Deny from all Allow From 127.0.0.1 access.log - GET /server-status 200 127.0.0.1 So even if mixing configuration is still possible, please try to MPM The Event MPM is no longer experimental but is now fully supported. Asynchronous support Better support for asynchronous read/write for supporting MPMs and platforms. Per-module and per-directory
    0 码力 | 2559 页 | 2.11 MB | 1 年前
    3
  • chm文档 httpd 2.4.20 中文文档

    MPM The Event MPM is no longer experimental but is now fully supported. Asynchronous support Better support for asynchronous read/write for supporting MPMs and platforms. Per-module and per-directory configured per module and per directory. New levels trace1 to trace8 have been added above the debug log level. Per-request configuration sections , , and sections can be used to set Lua language into httpd, for configuration and small business logic functions. (Experimental) mod_log_debug Allows the addition of customizable debug logging at different phases of the request processing
    0 码力 | 2533 页 | 2.09 MB | 1 年前
    3
共 650 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 65
前往
页
相关搜索词
NodejsManualDocumentation可用一致一致性构建分布布式分布式数据据库数据库TiDB泰宁electron中文教程JavaScriptPromise迷你文版中文版Kotlin1.910官方文档TypescriptAngular移动端的平台跨平台开发httpd2.4252320
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩