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

无数据

分类

全部后端开发(913)云计算&大数据(250)Java(249)综合其他(248)Python(221)Spring(185)数据库(174)Weblate(147)C++(117)VirtualBox(113)

语言

全部英语(1257)中文(简体)(387)中文(繁体)(37)德语(9)法语(7)俄语(7)英语(7)西班牙语(5)日语(5)

格式

全部PDF文档 PDF(1736)
 
本次搜索耗时 0.083 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 云计算&大数据
  • Java
  • 综合其他
  • Python
  • Spring
  • 数据库
  • Weblate
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 德语
  • 法语
  • 俄语
  • 英语
  • 西班牙语
  • 日语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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
  • 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
  • pdf文档 Celery 2.0 Documentation

    Contents 1 Celery Documentation, Release 2.0.3 (stable) 2 Contents CHAPTER 1 Getting Started Release 2.0 Date February 04, 2014 1.1 Introduction Version 2.0.3 Web http://celeryproject.org/ Download http://pypi directory for the full license text. 12 Chapter 1. Getting Started CHAPTER 2 User Guide Release 2.0 Date February 04, 2014 2.1 Tasks • Basics • Default keyword arguments • Logging • Retrying a task Celery Documentation, Release 2.0.3 (stable) 62 Chapter 4. Cookbook CHAPTER 5 Tutorials Release 2.0 Date February 04, 2014 5.1 Tutorials and resources from the community This is a list of external
    0 码力 | 165 页 | 492.43 KB | 1 年前
    3
  • pdf文档 Conan 2.0 Documentation

    platforms, all build systems and compilers 5 Conan Documentation, Release 2.0.17 1.5 Stable From Conan 2.0 and onwards, there is a commitment to stability, with the goal of not breaking user space while evolving using Conan 1.X, please read the Conan 2 Migration guide , to start preparing your package recipes to 2.0 and be aware of some changes while you still work in Conan 1.X. That guide summarizes the above mentioned config install, and have layers of commands and sub- commands. The custom user commands use the new 2.0 public Python API to implement their functionality. 2.6 New CLI Conan 2 has redesigned the CLI for
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 探索Vue的⾼高级应⽤用

    探索Vue的⾼高级应⽤用 Ant Design Vue ⾥里里的那些”⿊黑科技” 唐⾦金金州 搜狗、蚂蚁⾦金金服、⼀一点资讯 Ant Design Vue的诞⽣生 遇到的问题及解决⽅方案 现状及未来规划 Ant Design Vue的诞⽣生 Why How 不不要怂 就是⼲干 站在巨⼈人的肩膀上 UI=fn(state) 脚本转换 属性声明\传递、状态声明 ⽅方法 or orm-vue-jsx https://zhuanlan.zhihu.com/p/37920151 ⽣生命周期 初始阶段 更更新阶段 销毁阶段 ⽣生命周期 — 初始阶段 beforeCreate created beforeMount render mounted componentWillMount render componentDidMount Vue React ⽣生命周期 — 更更新阶段 beforeUpdate render updated componentWillUpdate render shouldComponentUpdate Vue React componentWillReceiveProps componentUpdated watch componentWillReceiveProps vs watch com
    0 码力 | 26 页 | 1.38 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
Vue声明明式编程声明式声明式编程jsv3教程Vue32017现状展望ThinkJS2.0DocumentationScrapyDocumentationZabbixManualFirebirdErrorCodesCeleryConan探索高级
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩