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

无数据

分类

全部后端开发(516)Python(516)Django(91)PyWebIO(82)Jupyter(62)Scrapy(62)Celery(51)Tornado(20)ORM(16)Conda(16)

语言

全部英语(450)中文(简体)(62)法语(2)英语(1)

格式

全部PDF文档 PDF(284)其他文档 其他(231)DOC文档 DOC(1)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 516 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • PyWebIO
  • Jupyter
  • Scrapy
  • Celery
  • Tornado
  • ORM
  • Conda
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 Scrapy 0.9 Documentation

    by Scrapy, so it must be unique. However, nothing prevents you from instantiating more than one instance of the same spider. This is the most important spider attribute and it’s required. Is recommended __init__(self): self.duplicates = {} dispatcher.connect(self.spider_opened, signals.spider_opened) dispatcher.connect(self.spider_closed, signals.spider_closed) def spider_opened(self performed. smtppass (str) – the SMTP pass for authetnication. smtpport (int) – the SMTP port to connect to scrapy.mail.send(to, subject, body, cc=None, attachs=()) Send email to the given recipients
    0 码力 | 204 页 | 447.68 KB | 1 年前
    3
  • pdf文档 Python3 基础教程 - 廖雪峰

    和实例(Instance)的概念是很自然的。Class 是一种抽象概念,比如我 们定义的 Class——Student,是指学生这个概念,而实例(Instance)则 是一个个具体的 Student,比如,Bart Simpson 和 Lisa Simpson 是两个具 体的 Student。 所以,面向对象的设计思想是抽象出 Class,根据 Class 创建 Instance。 Class 既包含数据,又包 含操作数据的方法。 小结 数据封装、继承和多态是面向对象的三大特点,我们后面会详细讲解。 类和实例 面向对象最重要的概念就是类(Class)和实例(Instance),必须牢记 类是抽象的模板,比如 Student 类,而实例是根据类创建出来的一个个 具体的“对象”,每个对象都拥有相同的方法,但各自的数据可能不同。 仍以 Student 类为例,在 __call__ Python3 基础教程【完整版】 http://www.yeayee.com/ 205/531 一个对象实例可以有自己的属性和方法,当我们调用实例方法时,我们 用 instance.method()来调用。能不能直接在实例本身上调用呢?在 Python 中,答案是肯定的。 任何类,只需要定义一个__call__()方法,就可以直接对实例进行调用。 请看示例:
    0 码力 | 531 页 | 5.15 MB | 1 年前
    3
  • pdf文档 2 张孝峰 Python与云 AWS的Python原生应用浅析

    2008/12 v2.7 2010/7 v3.7 2018/6 贝索斯开始思考 微服务 2000 Amazon S3 2006/3 Amazon SQS 2006/7 Amazon EC2 2006/8 开始研发 2004 AWS Lambda 2014/11 2019/10 22个区域 165项服务 Python被称为“瑞士军刀” • Web开发 • AI / 机器学习
    0 码力 | 42 页 | 8.12 MB | 1 年前
    3
  • pdf文档 3 在AWS部署与发布你面向全球的Python Serverless应用 谢洪恩

    functions Endpoints in your VPC Regional API Endpoints AWS Lambda functions Endpoints on Amazon EC2 Your VPC AWS Manage APIs with API Gateway Queues Simple Fully-managed Any volume Pub/sub Simple
    0 码力 | 53 页 | 24.15 MB | 1 年前
    3
  • epub文档 peewee Documentation Release 2.10.2

    to database concepts: Thing Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best database = db # this model uses the "people.db" database Now that we have our models, let’s connect to the database. Although it’s not necessary to open the connection explicitly, it is good practice connection when you are done – for instance, a web app might open a connection when it receives a request, and close the connection when it sends the response. >>> db.connect() We’ll begin by creating the
    0 码力 | 275 页 | 276.96 KB | 1 年前
    3
  • pdf文档 peewee Documentation Release 2.10.2

    database concepts: Thing Corresponds to. . . Model class Database table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best Meta: database = db # this model uses the "people.db" database Now that we have our models, let’s connect to the database. Although it’s not necessary to open the connection explicitly, it is good practice connection when you are done – for instance, a web app might open a connection when it receives a request, and close the connection when it sends the response. >>> db.connect() We’ll begin by creating the
    0 码力 | 221 页 | 844.06 KB | 1 年前
    3
  • epub文档 peewee Documentation Release 1.0.0

    to explicitly connect to the database before using it, managing connections explicitly is a good practice. This way if the connection fails, the exception can be caught during the “connect” step, rather arbitrary time later when a query is executed. >>> database = SqliteDatabase('stats.db') >>> database.connect() To use this database with your models, specify it in an inner “Meta” class: class MyModel(Model): = peewee.CharField() ... ... class Meta: ... database = custom_db ... >>> custom_db.connect() >>> CustomModel.create_table() Best practice: define a base model class that points at the database
    0 码力 | 101 页 | 163.20 KB | 1 年前
    3
  • pdf文档 peewee Documentation Release 1.0.0

    to explicitly connect to the database before using it, managing connections explicitly is a good practice. This way if the connection fails, the exception can be caught during the “connect” step, rather arbitrary time later when a query is executed. >>> database = SqliteDatabase(’stats.db’) >>> database.connect() To use this database with your models, specify it in an inner “Meta” class: class MyModel(Model): whatev = peewee.CharField() ... ... class Meta: ... database = custom_db ... >>> custom_db.connect() >>> CustomModel.create_table() Best practice: define a base model class that points at the database
    0 码力 | 71 页 | 405.29 KB | 1 年前
    3
  • pdf文档 peewee Documentation Release 2.0.2

    to explicitly connect to the database before using it, managing connections explicitly is a good practice. This way if the connection fails, the exception can be caught during the “connect” step, rather arbitrary time later when a query is executed. >>> database = SqliteDatabase(’stats.db’) >>> database.connect() To use this database with your models, specify it in an inner “Meta” class: class MyModel(Model): CustomModel(Model): ... whatev = CharField() ... ... class Meta: ... database = custom_db ... >>> custom_db.connect() >>> CustomModel.create_table() Best practice: define a base model class that points at the database
    0 码力 | 65 页 | 315.33 KB | 1 年前
    3
  • epub文档 peewee Documentation Release 3.0.0

    to database concepts: Object Corresponds to… Model class Database table Field instance Column on a table Model instance Row in a database table When starting a project with peewee, it’s typically best database = db # this model uses the "people.db" database Now that we have our models, let’s connect to the database. Although it’s not necessary to open the connection explicitly, it is good practice connection when you are done – for instance, a web app might open a connection when it receives a request, and close the connection when it sends the response. db.connect() We’ll begin by creating the tables
    0 码力 | 319 页 | 361.50 KB | 1 年前
    3
共 516 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 52
前往
页
相关搜索词
Scrapy0.9DocumentationPython3基础教程基础教程雪峰张孝峰PythonAWS原生应用浅析部署发布面向全球Serverless洪恩peeweeDocumentationRelease2.101.02.03.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩