书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 1263 个相关结果.
  • Koa与数据库

    Koa与数据库 从LAMP到MEAN Koa与数据库 以mongodb为主 mongodb安装 了解mvc里m的作用 mongoose详解 从LAMP到MEAN MEAN是目前最潮的全栈javascript架构 MEAN是一个Javascript平台的现代Web开发框架总称,它是MongoDB + Express +AngularJS ...
  • HasMany Relation

    676 2019-09-24 《LoopBack 4 Document》
    Overview Defining a hasMany Relation Configuring a hasMany relation Using hasMany constrained repository in a controller Overview Note: This relation best works with datab...
  • 知乎问题回答

    知乎问题回答 Python学习完基础语法知识后,如何进一步提高? 知乎问题回答 Python学习完基础语法知识后,如何进一步提高? 如果你已经完成了Python基础语法的学习,想要知道接下来如何提高,那么你得先问问自己你要用Python来做什么?目前学习Python后可能的就业方向包括以下几个领域,我把每个领域需要的技术作为了一个简单的关键词摘要。...
  • redis

    配置 启动 Cache cloudopt-next-redis,是移植于 JFinal 的RedisPlugin,使用 RedisPlugin 可以极度方便的使用redis,该插件不仅提供了丰富的API,而且还同时支持多 redis 服务端。Redis 拥有超高的性能,丰富的数据结构,天然支持数据持久化,是目前应用非常广泛的 nosql 数据库。对于...
  • Available Plugins and Tools

    Plugins OrientDB session store for Connect Chef Plugins If you’re looking for drivers or JDBC connector go to Programming-Language-Bindings .   Play Framework 2.1 PLAY...
  • Quickstart

    Quickstart The Quintessential Blog Tutorial Setting Up MongoDB MVC Starts with M In Control What a View First Post! Viewing your posts Quickstart The Quintessential B...
  • HasOne Relation

    1007 2019-09-24 《LoopBack 4 Document》
    Overview Defining a hasOne Relation Setting up your database for hasOne relation - MySQL Configuring a hasOne relation Using hasOne constrained repository in a controller O...
  • Querying JSON structures

    Querying JSON structures Querying JSON structures Native JSON support in databases allows not only read and modify structured data, but also making queries. It is a very powerfu...
  • EdgeFS Data Fabric

    497 2020-08-22 《Rook 1.4 Document》
    EdgeFS Data Fabric How it works, in a Nutshell? Design EdgeFS Data Fabric EdgeFS is high-performance and fault-tolerant decentralized data fabric with virtualized access to ...
  • 文档

    面向文档 JSON 将你的数据转换为 JSON 面向文档 程序中的对象很少是单纯的键值与数值的列表。更多的时候它拥有一个复杂的结构,比如包含了日期、地理位置、对象、数组等。 迟早你会把这些对象存储在数据库中。你会试图将这些丰富而又庞大的数据都放到一个由行与列组成的关系数据库中,然后你不得不根据每个字段的格式来调整数据,然后每次重建它你都要检索一...