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

无数据

分类

全部后端开发(1288)综合其他(418)Python(396)Java(376)Spring(312)Weblate(298)云计算&大数据(274)数据库(191)系统运维(124)C++(123)

语言

全部英语(1766)中文(简体)(484)中文(繁体)(37)德语(9)法语(8)俄语(8)英语(8)日语(6)西班牙语(5)

格式

全部PDF文档 PDF(1735)其他文档 其他(533)TXT文档 TXT(67)PPT文档 PPT(10)DOC文档 DOC(2)
 
本次搜索耗时 0.068 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Python
  • Java
  • Spring
  • Weblate
  • 云计算&大数据
  • 数据库
  • 系统运维
  • C++
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 德语
  • 法语
  • 俄语
  • 英语
  • 日语
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Vue声明式编程

    Vue声明式编程 摘要 • 声明式与图灵完备性 • 声明式与UI编程的演进 • 声明式与UI架构 • 声明式与交互 声明式与图灵完备性 声明式 • 我们对语⾔言有很多划分的维度 • 声明式 vs 命令式 • 声明式语⾔言:HTML XML CSS SQL • 命令式语⾔言:C++ Java JavaScript 图灵完备性 • 图灵完备:“可计算性” • 命令式的图灵完备性:if/for, 命令式的图灵完备性:if/for, if/goto • 声明式的图灵完备性:if/递归 Vue的Template的图灵完备性 • 实际上Vue的组件系统具有图灵完备性 • 使⽤用Vue计算阶乘 • 使⽤用Vue计算斐波那契数列列 声明式与UI编程 UI编程 • 70年年代 MVC诞⽣生 ⼈人们意识到视图应该被独⽴立抽象 • 80年年代 标记语⾔言⼤大热 最初更更与⽂文本相关 • 90年年代 颜⾊色 …… Event Property Expression 使⽤用Vue Directive给元素添加⾏行行为 • Vue directive v-: = expression 使⽤用Vue Directive给元素添加⾏行行为 • Vue directive Q & A
    0 码力 | 19 页 | 155.76 KB | 1 年前
    3
  • pdf文档 Vue.js v3.0 教程(Vue3 教程)

    组合 API 介绍 Setup 生命周期钩子 提供/注入 模板引用 渲染机制和优化 Vue 2 中的更改检测警告 工具 单文件组件 测试 TypeScript 支持 Mobile 规模化 路由 状态管理 服务端渲染 无障碍 基础 语义学 标准 资源 从 Vue 2 迁移 介绍 v-for 中的 Ref 数组 异步组件 attribute 强制行为 class 名更改 v-model v-if 与 v-for 的优先级对比 v-bind 合并行为 贡献文档 Vue 文档编写指南 文档风格指南 翻译 - 4 - 本文档使用 书栈网 · BookStack.CN 构建 致谢 当前文档 《Vue.js v3.0 教程(Vue3 教程)》 由 进击的皇虫 使用 书栈网 (BookStack.CN) 进行构建,生成于 2020-10-21。 识的传承献上您的一份力量! 如果当前文档生成时间太久,请到书栈网获取最新的文档,以跟上知识更新换代的步伐。 内容来源:Vue https://github.com/vuejs/docs-next-zh-cn 文档地址:https://www.bookstack.cn/books/vue-3.0-zh 书栈官网:https://www.bookstack.cn 书栈开源:https://github
    0 码力 | 368 页 | 3.97 MB | 1 年前
    3
  • pdf文档 Vue 2017 现状与展望

    Vue 2017 现状与展望 尤雨溪 @VueConf Beijing 2017.05.20 起源 Origination First commit 2013.06.27 First appearance of “Vue” 2013.12.07 First public release (0.8) 2014.02.01 2014.11.06 v0.11 Cowboy Bebop Bebop 2015.04.20 Discovered by Laravel Community 2015.10.26 v1.0 Evangelion 2016.10.01 v2.0 Ghost in the Shell 进化 Evolution “Just a view layer library” “Just a view layer library” The Progressive Vuetify Vue Material 2016.12.22 - Weex 0.9.4 第一个正式包含 Vue 2.0 的 Weex 版本 Microsoft Build 2017 Anders Hejlsberg presenting Vue + VSCode + TS 2.3 Google I/O 2017 Addy Osmani presenting Vue + PWA Vue 2.3
    0 码力 | 36 页 | 2.00 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 Documentation

    writing any extra code. Meanwhile, you can also easily add filter or auth check if you want. ThinkJS 2.0 Documentation Getting Started Introduction Features Using ES6/7 features //user controller, home/controller/user project to 2.x directly. Version 2.0 makes up of modules by default which is difference with version 1.x. If you want to use the structure of version 1.x in version 2.0, you should specify --mode=normal filenames was camel-cased, and include file-type, such as Controller/indexController.js . Version 2.0 was build strictly based on the rule of Node.js community that all filenames and paths are lower-case
    0 码力 | 141 页 | 1.61 MB | 1 年前
    3
  • pdf文档 Scrapy 2.0 Documentation

    generated by the rule. It receives a Twisted Failure instance as first parameter. New in version 2.0: The errback parameter. CrawlSpider example Let’s now take a look at an example CrawlSpider with must accept one (and only one) positional argument, which will be an iterable. Changed in version 2.0: Processors no longer need to be methods. Note: Both input and output processors must receive an iterable supported URI schemes. This setting is required for enabling the feed exports. Changed in version 2.0: Added pathlib.Path support. FEED_FORMAT The serialization format to be used for the feed. See Serialization
    0 码力 | 336 页 | 1.31 MB | 1 年前
    3
  • epub文档 Scrapy 2.0 Documentation

    Scrapy 2.0 documentation Scrapy is a fast high-level web crawling [https://en.wikipedia.org/wiki/Web_crawler] and web scraping [https://en.wikipedia.org/wiki/Web_scraping] framework, used to crawl websites com/documents/current/api/twisted.python.failure.Failure.html] instance as first parameter. New in version 2.0: The errback parameter. CrawlSpider example Let’s now take a look at an example CrawlSpider with must accept one (and only one) positional argument, which will be an iterable. Changed in version 2.0: Processors no longer need to be methods. Note Both input and output processors must receive an iterable
    0 码力 | 419 页 | 637.45 KB | 1 年前
    3
  • epub文档 The Weblate Manual 2.0

    files JSON files Others Weblate’s Web API Notification hooks Exports RSS feeds Changes weblate 2.0 weblate 1.9 weblate 1.8 weblate 1.7 weblate 1.6 weblate 1.5 weblate 1.4 weblate 1.3 weblate 1.2 weblate rhc -aweblate app create -t python-2.7 --from-code https://github.com/nijel/weblate.git#weblate-2.0 --no-git 2. After installation everything should be preconfigured and you can immediately start to rhc -aweblate app create -t python-2.7 --from-code https://github.com/nijel/weblate.git#weblate-2.0 --no-git The -a option defines the name of your weblate installation, weblate in this instance. You
    0 码力 | 143 页 | 461.20 KB | 1 年前
    3
  • pdf文档 Zabbix 2.0 Manual

    Documentation 2.0 ZABBIX 25.01.2024 Contents Zabbix Manual 4 Copyright notice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1. Introduction . . . . . . . . . . 791 Zabbix API 791 3 Zabbix Manual Welcome to the user manual for Zabbix 2.0 software. These pages are created to help our users successfully manage their monitoring tasks with default shell was not bash (CVE-2016-4338). 1 Manual structure Structure The content of this Zabbix 2.0 manual is divided into sections and subsections to provide easy access to particular subjects of interest
    0 码力 | 791 页 | 9.66 MB | 1 年前
    3
  • pdf文档 Firebird 2.0 ErrorCodes

    Firebird 2.0 Error Codes Firebird 2.0 Error Codes SQLCODE GDSCODE SYMBOL TEXT 101 335544366 segment Segment buffer length shorter than expected 100 335544338 from_no_match No match for first value 336003088 dsql_datatypes_not_comparable Datatypes %sare not comparable in expression %s Firebird 2.0 Error Codes SQLCODE GDSCODE SYMBOL TEXT -104 335544343 invalid_blr Invalid request BLR at offset expression in the %s (not contained in either an aggregate function or the GROUP BY clause) Firebird 2.0 Error Codes SQLCODE GDSCODE SYMBOL TEXT -104 335544825 dsql_agg_having_err Invalid expression in
    0 码力 | 26 页 | 157.59 KB | 1 年前
    3
  • epub文档 Celery 2.0 Documentation

    index modules | next | previous | Celery 2.0.3 (stable) documentation » Getting Started Release: 2.0 Date: February 04, 2014 Introduction Overview Example Features Documentation Installation Broker 2. index modules | next | previous | Celery 2.0.3 (stable) documentation » User Guide Release: 2.0 Date: February 04, 2014 Tasks Basics Default keyword arguments Logging Retrying a task if something 1.2. index modules | next | previous | Celery 2.0.3 (stable) documentation » Tutorials Release: 2.0 Date: February 04, 2014 Tutorials and resources from the community Django/Celery Quickstart (or,
    0 码力 | 284 页 | 332.71 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
Vue声明明式编程声明式声明式编程jsv3教程Vue32017现状展望ThinkJS2.0DocumentationScrapyDocumentationTheWeblateManualZabbixFirebirdErrorCodesCelery
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩