书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 64395 个相关结果.
  • manifest.json

    Manifest Controllers & exports Index redirect Assets Root element System services Manifest Many of the fields that were required in ArangoDB 2.x are now optional and can b...
  • package.json

    8198 2019-08-26 《uni-app 框架文档》
    示例:钉钉小程序 示例:微信服务号 通过在package.json 文件中增加uni-app 扩展节点,可实现自定义条件编译平台(如钉钉小程序、微信服务号等平台)。 package.json扩展配置用法(拷贝代码记得去掉注释!): { /** package.json其它原有配置 */ "u...
  • page.json

    2978 2019-08-26 《uni-app 框架文档》
    pages.json 文件用来对 uni-app 进行全局配置,决定页面文件的路径、窗口样式、原生的导航栏、底部的原生tabbar 等。 它类似微信小程序中app.json 的页面管理 部分。注意定位权限申请等原属于app.json 的内容,在uni-app中是在manifest中配置。 配置项列表 globalStyle pages FAQ...
  • JSON对象-JSONObject

    JSONObject 介绍 使用 创建 转换 JSONObject 介绍 JSONObject代表一个JSON中的键值对象,这个对象以大括号包围,每个键值对使用, 隔开,键与值使用: 隔开,一个JSONObject类似于这样: { "key1" : "value1" , "key2" : "value2" } ...
  • 12 Json 转换

    12.1 概述 12.2 Json 配置 12.3 Json 的四个实现 12.4 Json 转换用法
  • 12.2 Json 配置

    12.2 Json 配置 12.2 Json 配置 jfinal 官方提供了 Json 抽象类的三个实现:JFinalJson、FastJson、Jackson,如果不进行配置,那么默认使用 JFinalJson 实现,指定为其它实现需要在 configConstant 进行如下配置: public   void  configConsta...
  • tsconfig.json

    Overview Using tsconfig.json Examples Details @types, typeRoots and types Configuration inheritance with extends compileOnSave Schema Overview The presence of a tsconfig...
  • As JSON2.0.0+

    As JSON2.0.0+ As JSON2.0.0+ moment (). toJSON (); When serializing an object to JSON, if there is a Moment object, it will be represented as an ISO8601 string, adjust...
  • tsconfig.json

    tsconfig.json 概述 使用tsconfig.json 示例 细节 @types,typeRoots和types 使用extends继承配置 compileOnSave 模式 tsconfig.json 概述 如果一个目录下存在一个tsconfig.json 文件,那么它意味着这个目录是TypeScript项目的根目录。...
  • JSON and XML views

    JSON and XML views Enabling Data Views in Your Application Using Data Views with the Serialize Key Using a Data View with Template Files Creating XML Views Creating JSON Views ...