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

无数据

分类

全部后端开发(159)综合其他(138)Weblate(90)系统运维(63)云计算&大数据(49)数据库(37)Linux(36)区块链(33)Python(31)前端开发(27)

语言

全部中文(简体)(473)

格式

全部PDF文档 PDF(369)其他文档 其他(97)PPT文档 PPT(6)DOC文档 DOC(1)
 
本次搜索耗时 0.060 秒,为您找到相关结果约 473 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • 系统运维
  • 云计算&大数据
  • 数据库
  • Linux
  • 区块链
  • Python
  • 前端开发
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 跨平台桌⾯应⽤框架:Electron

    "mac":: {{ "category" "category":: "public.app-category.developer-tools" "public.app-category.developer-tools",, "type" "type":: "distribution" "distribution",, "mac":: {{ "category" "category":: "public.app-category.developer-tools" "public.app-category.developer-tools",, "type" "type":: "distribution" "distribution",, "name":: "pretty-calculator" "pretty-calculator",, "version" "version":: "1.0.0" "1.0.0",, "description" "description":: "A minimal Electron and Python - based calculator " "A minimal Electron
    0 码力 | 123 页 | 21.81 MB | 1 年前
    3
  • pdf文档 TypeScript Handbook(中文版)

    的方案是不要去改变原来的对象,而是导出一个新的实体来提供新的功能。 假设 Calculator.ts 模块里定义了一个简单的计算器实现。 这个模块同样提供了 一个辅助函数来测试计算器的功能,通过传入一系列输入的字符串并在最后给出结 果。 Calculator.ts export class Calculator { private current = 0; private } public getResult() { return this.memory; } } export function test(c: Calculator, input: string) { for (let i = 0; i < input.length; i++) { c.handelChar(input[i]); getResult()}'`); } 这是使用导出的 test 函数来测试计算器。 TestCalculator.ts import { Calculator, test } from "./Calculator"; let c = new Calculator(); test(c, "1+2*33/11="); // prints 9 TypeScript Handbook(中文版) 365
    0 码力 | 557 页 | 7.48 MB | 1 年前
    3
  • pdf文档 TypeScript 4.0 使用手册

    推荐的方案是_不要_去改变原来的对象, 而是导出一个新的实体来提供新的功能。 假设 Calculator.ts 模块里定义了一个简单的计算器实现。 这个模块同样提供了一个辅助函数来测 试计算器的功能,通过传入一系列输入的字符串并在最后给出结果。 Calculator.ts 1. export class Calculator { 2. private current = 0; 3. getResult() { 61. return this.memory; 62. } 63. } 64. 65. export function test(c: Calculator, input: string) { 66. for (let i = 0; i < input.length; i++) { 67. c.handleChar(input[i]); - 本文档使用 书栈网 · BookStack.CN 构建 TestCalculator.ts 1. import { Calculator, test } from "./Calculator"; 2. 3. 4. let c = new Calculator(); 5. test(c, "1+2*33/11="); // prints 9 现在扩展它,添加支持输入其它进制(十进制以外),让我们来创建
    0 码力 | 683 页 | 6.27 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 中文文档

    which creates and opens KiCad projects and launches the other KiCad tools (schematic and board editors, Gerber viewer, and utility tools). KiCad 工程管理器窗口由左侧的工作区视图和右侧的启动器组成,前者显示与打开的工程相关的文件,后者则包含各 种编辑器和工具的快捷方式。 editor tools in standalone mode, by launching them directly from your operating system’s application launcher rather than from the project manager. It is usually not recommended to run the tools in standalone for some specific situations where it is necessary, such as when importing projects from other EDA tools. When running in standalone mode, some project features are not available, including: cross probing
    0 码力 | 24 页 | 1.29 MB | 1 年前
    3
  • pdf文档 KiCad 6.0 快速入门

    uses. KiCad also includes several utilities to help with circuit and PCB design, including a PCB calculator for determining electrical properties of circuit structures, a Gerber viewer for inspecting manufacturing 8 At right of the Project Window, there are buttons to launch the various tools that KiCad provides. Launching these tools will automatically open the associated design file (schematic or PCB) from the basic display settings. The toolbar at the right side of the screen contains tools for editing the schematic. Most tools in KiCad either have default hotkeys assigned, or can have custom hotkeys assigned
    0 码力 | 54 页 | 2.47 MB | 1 年前
    3
  • pdf文档 KiCad 7.0 参考手册

    hotkey (default + ). The Preferences dialog is shared between the running KiCad tools. Some preferences apply to all tools, and some are specific to a certain tool (such as the schematic or board editor) Launch preferred text editor Plugin and Content Manager + Run Plugin and Content Manager Calculator Tools Run component calculations, track width calculations, etc. Gerber Viewer + Preview Gerber output
    0 码力 | 24 页 | 1.33 MB | 1 年前
    3
  • pdf文档 KiCad 6.0 PCB 计算器

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculator Tools Table of Contents 介绍 计算器 稳压器 RF 衰减器 E 系列 色环 传输线 过孔外径 布线宽度 电气间距 电路板类型 1 2 2 3
    0 码力 | 8 页 | 483.32 KB | 1 年前
    3
  • pdf文档 KiCad 6.0 参考手册

    Gerber output files Image Converter + Convert bitmap images to schematic or PCB components Calculator Tools Run component calculations, track width calculations, etc. Drawing Sheet Editor + Edit drawing
    0 码力 | 24 页 | 890.96 KB | 1 年前
    3
  • pdf文档 OpenShift Container Platform 4.1 发行注记

    相关的内容。 OpenShift Container Platform 4.1 发 发行注 行注记 记 6 使用 OpenShift Container Platform Limit Calculator 可以估算出您的环境的集群限制。 1.2.4.2. Node Tuning Operator 从版本 4.1 开始,Node Tuning Operator 会作为标准 OpenShift Hat Container Registry (registry.access.redhat.com) ,包括以下镜像: openshift4/apb-base openshift4/apb-tools openshift4/mariadb-apb openshift4/mediawiki-apb openshift4/mediawiki openshift4/mysql-apb openshi
    0 码力 | 22 页 | 287.47 KB | 1 年前
    3
  • pdf文档 Debian 参考手册(版本 2.109)

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 5.3 从旧的 net-tools 命令集到新的 iproute2 命令集转换表 . . . . . . . . . . . . . . . . . . . . . . . . . 101 5.4 底层网络命令列表 . . . dist-upgrade” 命令。 小心 在 stable 版本升级的时候,跳过主要的 Debian 发行版是不明智的。 小心 在先前的“发行手册”里,GCC、Linux 内核、initrd-tools、Glibc、Perl、APT 工具链等等,有一些关于系统 全面升级的重要注意事项。 关于 unstable 版本的日常升级,查看第 2.4.3 节。 Debian 参考手册 56 / 233 化,并把控制权交给下一阶 段。迷你 Debian 系统能够在主引导流程之前添加内核模块或以加密形式挂载根文件系统,使引导流程更加灵活。 • 如果 initramfs 是由 initramfs-tools 创建,则”/init” 程序是一个 shell 脚本程序。 – 通过给内核添加“break=init” 等启动参数,你可以中断这部分启动流程以获取 root shell。更多中断条件请参 见”/init“脚本。这个
    0 码力 | 261 页 | 1.39 MB | 1 年前
    3
共 473 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 48
前往
页
相关搜索词
平台跨平台框架ElectronTypeScriptHandbook中文文版中文版4.0使用手册使用手册KiCad8.0文档6.0快速入门7.0参考参考手册PCB计算算器计算器OpenShiftContainerPlatform4.1发行注记Debian版本2.109
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩