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

无数据

分类

全部后端开发(694)Python(282)Java(127)Spring(127)Julia(87)C++(63)Conan(63)Jupyter(62)Scrapy(62)PHP(52)

语言

全部英语(656)中文(简体)(15)韩语(12)中文(繁体)(10)法语(1)

格式

全部PDF文档 PDF(510)其他文档 其他(184)
 
本次搜索耗时 0.084 秒,为您找到相关结果约 694 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • Julia
  • C++
  • Conan
  • Jupyter
  • Scrapy
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 韩语
  • 中文(繁体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Click Documentation Release 6.7

    Path(exists=False, file_okay=True, dir_okay=True, writable=False, readable=True, re- solve_path=False, allow_dash=False, path_type=None) The path type is similar to the File type but it performs different checks perform various basic checks about what the file or directory should be. Changed in version 6.0: allow_dash was added. Parameters • exists – if set to true, the file or directory needs to exist for this value passed onwards. This means that it’s absolute and symlinks are resolved. • allow_dash – If this is set to True, a single dash to indicate standard streams is permitted. 12 Chapter 1. Documentation Click
    0 码力 | 107 页 | 428.42 KB | 1 年前
    3
  • pdf文档 MuPDF 1.23.0 Documentation

    line width, before beveling the join instead. • dashPhase Starting offset for dash pattern. • dashes Array of on/off dash lengths. {dashes:[5,10], lineWidth:3, lineCap:'Round'} 6.4. Object Protocols the number of items in the border dash pattern. Returns Integer. var dashCount = annotation.getBorderDashCount(); getBorderDashItem(i) Returns the length of dash pattern item i. Arguments • i – the annotation border dash pattern to the given array of dash item lengths. The supplied array represents the respective line stroke and gap lengths, e.g. [1,1] sets a small dash and small gap, [2,1,4
    0 码力 | 245 页 | 817.74 KB | 8 月前
    3
  • pdf文档 MuPDF 1.22.0 Documentation

    line width, before beveling the join instead. • dashPhase Starting offset for dash pattern. • dashes Array of on/off dash lengths. Example: {dashes:[5,10], lineWidth:3, lineCap:'Round'} Outline Iterator getBorderDashCount() Returns the number of items in the border dash pattern. Returns Integer. getBorderDashItem(i) Returns the length of dash pattern item i. Arguments • i – Integer Item index. Returns the annotation border dash pattern to the given array of dash item lengths. The supplied array represents the respective line stroke and gap lengths, e.g. [1,1] sets a small dash and small gap, [2,1,4
    0 码力 | 175 页 | 698.87 KB | 8 月前
    3
  • pdf文档 MuPDF 1.24.0 Documentation

    line width, before beveling the join instead. • dashPhase Starting offset for dash pattern. • dashes Array of on/off dash lengths. {dashes:[5,10], lineWidth:3, lineCap:'Round'} 6.4. Object Protocols the number of items in the border dash pattern. Returns Integer. var dashCount = annotation.getBorderDashCount(); getBorderDashItem(i) Returns the length of dash pattern item i. Arguments • i – the annotation border dash pattern to the given array of dash item lengths. The supplied array represents the respective line stroke and gap lengths, e.g. [1,1] sets a small dash and small gap, [2,1,4
    0 码力 | 249 页 | 830.15 KB | 8 月前
    3
  • pdf文档 MuPDF 1.25.0 Documentation

    line width, before beveling the join instead. • dashPhase Starting offset for dash pattern. • dashes Array of on/off dash lengths. {dashes:[5,10], lineWidth:3, lineCap:'Round'} 7.4.7 Outline Iterator the number of items in the border dash pattern. Returns Integer. var dashCount = annotation.getBorderDashCount(); getBorderDashItem(i) Returns the length of dash pattern item i. Arguments • i – the annotation border dash pattern to the given array of dash item lengths. The supplied array represents the respective line stroke and gap lengths, e.g. [1,1] sets a small dash and small gap, [2,1,4
    0 码力 | 259 页 | 1.11 MB | 8 月前
    3
  • pdf文档 ffmpeg翻译文档

    ssegment选项 segment, stream_segment, ssegment例子 smoothstreaming tee tee例子 webm_dash_manifest webm_dash_manifest选项 webm_dash_manifest例子 22 混合器 - 165 - 本文档使用 书栈(BookStack.CN) 构建 webm_chunk webm_chunk选项 global_header 的例子 tee例子 webm_dash_manifest 22 混合器 - 189 - 本文档使用 书栈(BookStack.CN) 构建 WebM DASH 清单混合器. 这个混合器实现了按WebM DASH清单规范生成DASH清单XML文件。它还支持生成DASH直播流 更多参考: WebM DASH Specification: https://sites https://sites.google.com/a/webmproject.org/wiki/adaptive- streaming/webm-dash-specification ISO DASH Specification: http://standards.iso.org/ittf/PubliclyAvailableStandards/c065274_ISO_IE C_23009-1_2014.zip 支持如下选项:
    0 码力 | 502 页 | 3.06 MB | 1 年前
    3
  • pdf文档 ffmpeg基本杂谈_20171116

    始数据转换(⾊彩空间转换)、⾳视频处理(AVFilter)、后期处理 (PostProc)。 DASH Demuxer ISO-23009 XML HLS DASH Demuxer SegmentBase SegmentList SegmentList Template: $Number$ $Time$ $Bandwidth$ DASH Demuxer Timeline MPD-timeShiftBufferDepth
    0 码力 | 55 页 | 20.91 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    .............................................................. 57 Alpha, Alpha Numeric, & Alpha Dash ........................................................................ 57 Size .............. can use to validate your data! Validation Rules  Required  Alpha, Alpha Numeric, & Alpha Dash  Size  Numeric  Inclusion & Exclusion  Confirmation  Acceptance  Same & Different attribute is present: 'last_name' => 'required_with:first_name' Alpha, Alpha Numeric, & Alpha Dash Validate that an attribute consists solely of letters: 'name' => 'alpha' Validate that an attribute
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 GoMeetingUp-TutorMeet+:用Go打造高品质云课堂

    Collider struct { *roomTable dash *dashboard } func NewCollider(rs string) *Collider { return &Collider{ roomTable: newRoomTable(time.Second*registerTimeoutSec, rs), dash: newDashboard(), } } // Run
    0 码力 | 36 页 | 17.12 MB | 1 年前
    3
  • pdf文档 Julia v1.2.0 Documentation

    U+02009 \thinspace Thin Space U+0200A \hspace Hair Space U+02013 – \endash En Dash U+02014 — \emdash Em Dash U+02016 ‖ \Vert Double Ver�cal Line / Double Ver�cal Bar U+02018 ‘ \lq Le� Single Quota�on \circledast Circled Asterisk Operator U+0229C \circledequal Circled Equals U+0229D \circleddash Circled Dash U+0229E \boxplus Squared Plus U+0229F \boxminus Squared Minus U+022A0 \box�mes Squared Times U+022A1 \circledS Circled La�n Capital Le�er S U+02506 \dshfnc Box Drawings Light Triple Dash Ver�cal / Forms Light Triple Dash Ver�cal U+02519 \sqfnw Box Drawings Up Light And Le� Heavy / Forms Up Light And
    0 码力 | 1250 页 | 4.29 MB | 1 年前
    3
共 694 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 70
前往
页
相关搜索词
ClickDocumentationRelease6.7MuPDF1.231.221.241.25ffmpeg翻译文档基本杂谈20171116Laravel3.2GoMeetingUpTutorMeetGo打造品质高品质课堂Juliav12.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩