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

无数据

分类

全部综合其他(76)后端开发(53)Weblate(44)Python(29)PyWebIO(28)系统运维(26)数据库(20)TiDB(18)httpd(17)区块链(16)

语言

全部中文(简体)(188)

格式

全部PDF文档 PDF(113)其他文档 其他(75)
 
本次搜索耗时 0.591 秒,为您找到相关结果约 188 个.
  • 全部
  • 综合其他
  • 后端开发
  • Weblate
  • Python
  • PyWebIO
  • 系统运维
  • 数据库
  • TiDB
  • httpd
  • 区块链
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Python AdminUI

    simple_style=False, id=None) Display an Empty status 参数 • title – the description text shown on the empty indicator • content – (optional), put additional buttons or elements below the icon • simple_style – set which will trigger the tooltip when hovered ... ]) class adminui.Tooltip(title=None, content=[], placement=’top’, id=None) Show a tooltip when the user moves the mouse upon its content 参数 • title – the on the tooltip • content – the content, which will show the tooltip when the mouse is on it • placement – one of top | left | right | bottom | topLeft | topRight | bottomLeft | bottomRight | leftTop
    0 码力 | 67 页 | 653.37 KB | 1 年前
    3
  • pdf文档 electron中文教程

    document.getElementById("foo"); 4. var indicator = document.querySelector(".indicator"); 5. 6. var loadstart = function() { 7. indicator.innerText = "loading..."; 8. } 9. var var loadstop = function() { 10. indicator.innerText = ""; 11. } 12. webview.addEventListener("did-start-loading", loadstart); 13. webview.addEventListener("did-stop-loading", loadstop); buildFromTemplate 创建菜单的时候,你可以使用 position and id 来放置菜单项. MenuItem 的属性 position 格式为 [placement]=[id] , placement 取值为 before , after , 或 endof 和 id , id 是菜单已经存在的菜单项的唯一 ID: before - 在对应引用id菜单项之前插入
    0 码力 | 203 页 | 2.72 MB | 1 年前
    3
  • pdf文档 Blender v4.1 Manual

    Area Options RMB on the border opens the Area Options. Vertical/Horizontal Split Shows an indicator line that lets you select the area and position where to split. Tab switches between vertical/horizontal or Tool Settings appear on the top or bottom of the editor. Vertical/Horizontal Split Shows an indicator line that lets you select the area and position where to split. Tab switches between vertical/horizontal the node tree, and makes all links pass through it without change. Links will appear red as an indicator of passing through the muted node. Tip Individual node links can be muted with Mute Links. Show/Hide
    0 码力 | 6263 页 | 303.71 MB | 1 年前
    3
  • pdf文档 KiCad 6.0 原理图编辑器

    (crosshairs). Turns invisible pin display on/off. Switches between free angle and horizontal/vertical placement of new wires, buses, and graphical lines. Shift Shift Shift Ctrl Shift Ctrl Shift Cmd Shift either using the hotkeys or the right-click context menu. These actions can also be performed after placement. 这是放置期间的符号: If the Place repeated copies option is checked, after placing a symbol KiCad will Schematic Setup dialog. After accepting the label properties, the label is attached to the cursor for placement. The connection point for a label is the small square in the corner of the label. The square disappears
    0 码力 | 141 页 | 5.23 MB | 1 年前
    3
  • pdf文档 Blender v3.2 参考手册(简体中文版)

    on the screen, small menu scrolling indicator triangle appears on bottom or top of menu. Scrolling is done by moving the mouse below or above the scrolling indicator. 快捷键 悬停⿏标时使⽤ Wheel 。 ⽅向键⽤于浏览。 可以使⽤带下划线的字符执⾏菜单选项。 node tree, and makes all links pass through that node without change. Links will appear red as an indicator of passing through the muted node. Tip Individual node links can be muted with 切断连接. 显⽰/隐藏 Hide 要快速将转接点添加到现有连接中,在⿏标滑过链接时,同时按住 Shift 和 RMB,添加⼀个 转接点 。 属性 输⼊ ⽤于未连接接⼜的输⼊值。 快捷键: Button with pop-up menu indicator. 快捷键: ⼯具系统 可以从 ⼯具栏 中选择⼯具 。 This is a general introduction to tools, individual tools have their
    0 码力 | 4448 页 | 258.34 MB | 1 年前
    3
  • pdf文档 Blender v2.93 参考手册(简体中文版)

    on the screen, small menu scrolling indicator triangle appears on bottom or top of menu. Scrolling is done by moving the mouse below or above the scrolling indicator. 快捷键 悬停⿏标时使⽤ Wheel 。 ⽅向键⽤于浏览。 可以使⽤带下划线的字符执⾏菜单选项。 node tree, and makes all links pass through that node without change. Links will appear red as an indicator of passing through the muted node. Tip 可以⽤ 禁⽤连接 对单个节点链接进⾏静⾳。 显⽰/隐藏 Hide H Collapses the node 要快速将转接点添加到现有连接中,在⿏标滑过链接时,同时按住 Shift 和 RMB,添加⼀个 转接点 。 属性 输⼊ ⽤于未连接接⼜的输⼊值。 快捷键: Button with pop-up menu indicator. 快捷键: ⼯具系统 可以从 ⼯具栏 中选择⼯具 。 This is a general introduction to tools, individual tools have their
    0 码力 | 4065 页 | 209.17 MB | 1 年前
    3
  • pdf文档 Blender v3.1 参考手册(简体中文版)

    different aspects of data. An Editor is contained inside an Area which determines the size and placement of the editor with in the Blender window. Every area in Blender may contain any type of editor. surface, using the 3D cursor as a fallback. Start placement using a point projected onto the orientation axis at the 3D cursor position. Start placement using a point projected onto the view plane at the surface, using the 3D cursor as a fallback. Start placement using a point projected onto the orientation axis at the 3D cursor position. Start placement using a point projected onto the view plane at the
    0 码力 | 4473 页 | 259.34 MB | 1 年前
    3
  • pdf文档 KiCad 8.0 原理图编辑器

    invisible pin display on/off. Switches between free angle, 90 degree mode, and 45 degree mode for placement of new wires, buses, and graphical shapes. Opens and closes the docked hierarchy navigator pane virtual: they do not represent a physical component on the PCB. In addition to being a visual indicator that the attached net is a power rail, power symbols make global connections: two power symbols display of library and symbol tree. Toggle display of properties manager pane. Right toolbar tools Placement and drawing tools are located in the right toolbar. 112 Select tool. Right-clicking with the select
    0 码力 | 190 页 | 10.16 MB | 1 年前
    3
  • pdf文档 Blender v3.0 参考手册(简体中文版)

    surface, using the 3D cursor as a fallback. Start placement using a point projected onto the orientation axis at the 3D cursor position. Start placement using a point projected onto the view plane at the surface, using the 3D cursor as a fallback. Start placement using a point projected onto the orientation axis at the 3D cursor position. Start placement using a point projected onto the view plane at the surface, using the 3D cursor as a fallback. Start placement using a point projected onto the orientation axis at the 3D cursor position. Start placement using a point projected onto the view plane at the
    0 码力 | 4297 页 | 230.12 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    convention . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1196 GC root placement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1196 92.15printf() Sign U+000A9 © \copyright, \:copyright: Copyright Sign U+000AA ª \ordfeminine Feminine Ordinal Indicator U+000AC ¬ \neg Not Sign U+000AE ® \circledR, \:registered: Registered Sign / Registered Trade U+000B9 ¹ \^1 Superscript One / Superscript Digit One U+000BA º \ordmasculine Masculine Ordinal Indicator U+000BC ¼ \1/4 Vulgar Fraction One Quarter / Fraction One Quarter U+000BD ½ \1/2 Vulgar Fraction
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
共 188 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 19
前往
页
相关搜索词
onPythonAdminUIelectron中文教程Blenderv4ManualKiCad6.0原理原理图编辑编辑器v3参考手册参考手册简体文版中文版简体中文版v2938.0Julia文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩