书栈网 · BookStack 本次搜索耗时 0.068 秒,为您找到 470 个相关结果.
  • 代码风格指南

    代码风格指南 C++和Objective-C 在本地使用clang-format 安装 手动使用 预提交钩子 IDE插件 标头引入 Java Python 本地使用黑色 安装 手动使用 预提交钩子 编辑器集成 评论风格指南 代码风格指南 在给Godot的源代码做贡献时,您需要遵循下面概述的样式指南.其中一些是通过持续集成...
  • 5. Persistence Context

    5. Persistence Context 5.1. Accessing Hibernate APIs from JPA 5.2. Bytecode Enhancement 5.2.1. Capabilities Lazy attribute loading In-line dirty tracking Bidirectional associati...
  • 代码风格指南

    代码风格指南 C++和Objective-C 在本地使用clang-format 安装 手动使用 预提交钩子 IDE插件 标头引入 Java Python 本地使用黑色 安装 手动使用 预提交钩子 编辑器集成 评论风格指南 代码风格指南 在给Godot的源代码做贡献时, 你需要遵循下面概述的样式指南. 其中一些是通过持续集...
  • 页面开发

    页面开发 开发 .swan 文件 基础数据绑定 循环 条件 事件 事件处理 事件对象 dataset touches 开发 .css 文件 开发 .js 文件 开发 .json 文件 配置示例 页面配置项列表 页面路由 页面栈 getCurrentPages() 路由方式 Page 组件 API 页面开发 ...
  • Inter-rater reliability

    1268 2020-04-16 《Cookbook for R》
    Inter-rater reliability Problem Solution Categorical data Two raters: Cohen’s Kappa N raters: Fleiss’s Kappa, Conger’s Kappa Ordinal data: weighted Kappa Weighted Kappa with fa...
  • 介绍

    Debian 维护者指南 青木 修 Debian 维护者指南 青木 修 Copyright © 2014-2017 Osamu Aoki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and assoc...
  • Speeding Up Follower Initialization

    Speeding up Follower initialization Preparation Approach 1: All-in-one setup Approach 2: Apply replication by tick Speeding up Follower initialization If you have a very big ...
  • Speeding Up Slave Initialization

    Speeding up slave initialization Preparation Approach 1: All-in-one setup Approach 2: Apply replication by tick Speeding up slave initialization If you have a very big databa...
  • Serializer

    The Serializer Component Installation Usage Serializing an Object Deserializing an Object Deserializing in an Existing Object Attributes Groups Selecting Specific Attributes ...
  • 用 Python 读写 JSON

    用 Python 读写 JSON 序列化和反序列化 使用dump() 进行序列化 用load() 反序列化 使用dumps() 和loads() 进行序列化和反序列化 自定义序列化器 序列化自定义对象 用 Python 读写 JSON 原文: https://thepythonguru.com/reading-and-writing-j...