书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 60794 个相关结果.
  • A.6. metadata.xml

    A.6. metadata.xml A.6. metadata.xml 这种类型的文件用来注册自定义的数据类型 以及非持久化实体并且设置元注解(meta-annotations) 。 XML schema 标准: http://schemas.haulmont.com/cuba/7.1/metadata.xsd。 项目的 metadata.xm...
  • ES6 类模拟

    ES6 类模拟 一个ES6类的例子 4 种方式去模拟 ES6 类 自动模拟 手动模拟 调用 jest.mock() 同时传入模块工厂参数 Replacing the mock using mockImplementation() or mockImplementationOnce() 深入:理解模拟的构造函数 手工模拟是另外一个E...
  • 6. 测试手册

    整合测试 模块测试 性能测试 Apache ShardingSphere 提供了完善的整合测试、模块测试和性能测试。 整合测试 通过真实的 Apache ShardingSphere 和数据库的连接,提供端到端的测试。 整合测试引擎以 XML 方式定义 SQL,分别为各个数据库独立运行测试用例。 为了方便上手,测试引擎无需修改任何 Java ...
  • React Router v6

    React Router v6 React Router v6 Remix is built on top of React Router v6. Here are the most common APIs that you’ll use in your Remix app: Outlet useLocation useNavigate us...
  • ES6 类模拟

    ES6 类模拟 一个ES6类的例子 4 种方式去模拟 ES6 类 自动模拟 手动模拟 调用 jest.mock() 同时传入模块工厂参数 Replacing the mock using mockImplementation() or mockImplementationOnce() 深入:理解模拟的构造函数 手工模拟是另外一个E...
  • 6 Zabbix agent 2 (Windows)

    6 Zabbix agent 2 (Windows) Overview Parameters 6 Zabbix agent 2 (Windows) Overview Zabbix agent 2 is a new generation of Zabbix agent and may be used in place of Zabbix agent...
  • Part 6 : Service base Integration

    使用Web服务(Working with Web Services) XML-RPC Web服务(XML-RPC Web Services)
  • 10.6. IPV6

    10.6. IPV6 10.6.1. Tunneling 10.6. IPV6 IPv6, successor to IPv4, is a new version of the IP protocol designed to fix its flaws, most notably the scarcity of available IP addre...
  • 6. 组件高级用法

    1443 2019-11-04 《深入剖析Vue源码》
    我们知道,组件是Vue 体系的核心,熟练使用组件是掌握Vue 进行开发的基础。上一节中,我们深入了解了Vue 组件注册到使用渲染的完整流程。这一节我们会在上一节的基础上介绍组件的两个高级用法:异步组件和函数式组件。 6.1 异步组件 6.2 函数式组件 6.3 小结
  • 6 Hibernate配置文件

    1071 2020-04-06 《Hibernate学习笔记》
    6 Hibernate配置文件 6.1 Hibernate配置文件概述 6.2 hibernate.cfg.xml的常用属性 6.2.1 Hibernate中C3P0数据源配置方式 6 Hibernate配置文件 6.1 Hibernate配置文件概述 Hibernate 配置文件主要用于配置数据库连接和 Hibernate 运行时所需的...