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

无数据

分类

全部综合其他(113)Weblate(90)后端开发(83)Python(54)PyWebIO(48)区块链(25)数据库(13)云计算&大数据(13)Blender(12)OpenShift(10)

语言

全部中文(简体)(225)

格式

全部PDF文档 PDF(133)其他文档 其他(90)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.064 秒,为您找到相关结果约 225 个.
  • 全部
  • 综合其他
  • Weblate
  • 后端开发
  • Python
  • PyWebIO
  • 区块链
  • 数据库
  • 云计算&大数据
  • Blender
  • OpenShift
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • word文档 python3学习手册

    python3学习手册 简介: Python官网: h�ps://www.python.org Python由Guido van Rossum于1989年底发明,于1991年发行第一版, Python源代码遵循GPL协议 Python是一种解释型、面向对象、动态数据类型、可交互的语言 python2.0于2000-10-16发布,于2020年1月1日停止更新2.x版本, Python-2.7成为最后一个py ①进入交互模式 # python3 #输入python3 回车 >>> #这里可执行python代码,类似shell脚本 >>> print("hello") >>> exit() #退出交互模式 ②执行一次性代码 # python3 -c " #内容如下3行 #!/usr/bin/env python3 # coding=u�-8 print("hello world") # chmod +x test.py #添加可执行权限 # python3脚本文件开头位置要指定以下2行(使用的python解释器及本 源码文件编码) #!/usr/bin/env python3 # coding=u�-8 # python2脚本文件里要指定以下2行
    0 码力 | 213 页 | 3.53 MB | 1 年前
    3
  • pdf文档 Python3 基础教程 - 廖雪峰

    Python3 基础教程【完整版】 http://www.yeayee.com/ 1/531 Python3 基础教程 Python 教程 ................................................................................................................... 5 Python ......................................................................................... 135 Python3 基础教程【完整版】 http://www.yeayee.com/ 2/531 返回函数 .............................................. ......................................................................................... 267 Python3 基础教程【完整版】 http://www.yeayee.com/ 3/531 多线程 ...............................................
    0 码力 | 531 页 | 5.15 MB | 1 年前
    3
  • pdf文档 杜逸先 Python3 的新特性和改进

    Python3的新特性和改进 杭州美登科技 杜逸先 目录 CONTENTS Python的现状 Python3的新特性和改进 迁移到Python3 问答环节 1 Python的现状 Python的现状 Python2.7将于2020年1月1日停止维护 Python的现状 Python2.7将于2020年1月1日停止维护 主流Python包陆续终止对Python2的支持 Python的现状 Python的现状 Python2.7将于2020年1月1日停止维护 主流Python包陆续终止对Python2的支持 Python的现状 Python 3.0 2008.11 开启Python3时代 Python的现状 Python 3.0 Python 3.1 2009.6 collections.OrderedDict collections.Counter Python的现状 2 Python3的新特性和改进 ——重要变化 Python3的新特性和改进——重要变化 Text Vs. Data Instead Of Unicode Vs. 8-bit 内容 类型 混合使用 Python3 Text Vs. Data str Vs. bytes ✖ Python2 Unicode Vs. 8-bit unicode Vs. str ✔ Python3的新特性和改进——重要变化
    0 码力 | 78 页 | 2.28 MB | 1 年前
    3
  • pdf文档 Debian 维护者指南

    Makefile(shell,命令行界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 8.4 setup.py(Python3,命令行界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 8.5 Makefile(shell,图形界面) Makefile(shell,图形界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 8.6 setup.py(Python3,图形界面) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 8.7 Makefile(单个二进制软件包) 用户和未来的开发者,描述了使 用 debmake 命令构建 Debian 软件包的方法。 本指南注重描述现代的打包风格,同时提供了许多简单的示例。 • POSIX shell 脚本打包 • Python3 脚本打包 • C 和 Makefile/Autotools/CMake • 含有共享库的多个二进制软件包的打包,等等。 本篇《Debian 维护者指南》可看作《Debian 新维护者手册》的继承文档。
    0 码力 | 142 页 | 1.11 MB | 1 年前
    3
  • pdf文档 Greenplum数据仓库UDW - UCloud中立云计算服务商

    操作系统为例(其他操作系统可参考:http://airbnb.io/superset/installation.html): 1) 安装Python3及组件 SuperSet 只⽀持 Python2.7 和 Python3.4 以上版本。SuperSet 官⽹建议使⽤ Python3。 接⼊第三⽅ BI ⼯具 Greenplum数据仓库 UDW Copyright © 2012-2021 UCloud 优刻得 postgresql-devel -y 安装Python3: wget https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tar.xz tar Jxvf Python-3.5.0.tar.xz cd Python-3.5.0 ./configure --prefix=/usr/local/python3 make && make install install echo 'export PATH=$PATH:/usr/local/python3/bin' >> ~/.bashrc source ~/.bashrc rm /usr/bin/python ln -sv /usr/local/python3/bin/python3.5 /usr/bin/python 更新yum配置 编辑 /usr/bin/yum,将第⼀⾏的 #!/usr/bin/python
    0 码力 | 206 页 | 5.35 MB | 1 年前
    3
  • pdf文档 以外部模式部署OpenShift Container Storage

    节点上运行以下命令,以查看可用参数的列表: # python3 ceph-external-cluster-details-exporter.py --help 重要 重要 如果在 Red Hat Enterprise Linux 7.x (RHEL 7.x) 集群中部署了 Red Hat Ceph Storage 4.x 集群,则使用 python 而不是 python3。 注意 注意 您也可以从 MON b. 要从 RHCS 集群检索外部集群详情,请运行以下命令 # python3 ceph-external-cluster-details-exporter.py \ --rbd-data-pool-name [optional arguments] 例如: # python3 ceph-external-cluster-details-exporter
    0 码力 | 29 页 | 738.90 KB | 1 年前
    3
  • epub文档 强大的音视频处理工具:FFmpeg

    之前已把相关的,Python中调用ffmpeg去处理音视频相关的功能,封 装成函数: https://github.com/crifan/crifanLibPython/blob/master/python3/crifanLib/th irdParty/crifanFfmpeg.py 其中就有: removeVideoWatermark :去除视频水印 detectVideoDimension input_video_removedWatermark.mp4 然后正常运行Python时: python3 processCourseVideo.py python3 processCourseVideo.py 没问题。 后台运行时: python3 processCourseVideo.py python3 processCourseVideo.py && 结果会卡死。 后来发现:需要给
    0 码力 | 139 页 | 9.35 MB | 1 年前
    3
  • mobi文档 强大的音视频处理工具:FFmpeg

    之前已把相关的,Python中调用ffmpeg去处理音视频相关的功能,封装成函数: https://github.com/crifan/crifanLibPython/blob/master/python3/crifanLib/thirdParty/crifanFf mpeg.py 其中就有: removeVideoWatermark :去除视频水印 detectVideoDimension "delogo=x=474:y=6:w=162:h=90" - c:a copy input_video_removedWatermark.mp4 然后正常运行Python时: python3 processCourseVideo.py 没问题。 后台运行时: python3 processCourseVideo.py & 结果会卡死。 后来发现:需要给 ffmpeg 加 -nostdin 参数: ffmpeg -nostdin
    0 码力 | 139 页 | 2.60 MB | 1 年前
    3
  • pdf文档 01. 邓良驹 编写更安全的Python代码

    print("Your name is: ", name) if __name__ == "__main__": sign_up() 应对: 使用较新版本的Python3。Python2中可改用raw_input。 小心类型溢出 应对: 使用较新版本的Python3,而不使用发行版OS自带的旧版Python。 捕获并处理溢出错误,可以减少风险。在重要的位置做好防御式 编程,检查好入参的类型与合法的上下限。
    0 码力 | 18 页 | 988.40 KB | 1 年前
    3
  • pdf文档 3 使用Python加速文件传输和文件复制 Giampaolo Rodola

    string of N length import os os.urandom(200000000) $ time python3 script.py real 0m0,752s user 0m0,752s sys 0m0,000s $ time python3 script.py real 0m1,123s user 0m0,012s sys 0m1,099s
    0 码力 | 78 页 | 654.51 KB | 1 年前
    3
共 225 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
python3学习手册Python3基础教程基础教程雪峰03杜逸先特性改进Debian维护维护者指南Greenplum数据仓库数据仓库UDWUCloud中立计算服务服务商以外模式部署OpenShiftContainerStorage强大音视视频音视频处理工具FFmpeg01邓良驹编写安全Python代码使用加速文件传输文件传输复制GiampaoloRodola
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩