码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
IPv6相关RFC
IPv6 Spec RFC 2460: Internet Protocol, Version 6 (IPv6) Specification RFC 5095: Deprecation of Type 0 Routing Headers in IPv6 RFC 5722(更新RFC 2460): Ha ...
分类:其他好文   时间:2019-12-25 12:59:34    阅读次数:245
PCI_PCIe_miniPCIe规格说明
PCI PCI是一种本地总线(并行),规格书名称:PCI Local Bus Specification。并行总线,插槽规格统一。 PCI stands for Peripheral Component Interconnect. It is a hardware bus that helps to ...
分类:其他好文   时间:2019-12-21 20:16:34    阅读次数:432
1065 A+B and C (64bit) (20分)(水)
Given three integers A, B and C in [?], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positive nu ...
分类:其他好文   时间:2019-12-19 16:08:27    阅读次数:76
ENGG1110 — Problem Solving
ENGG1110 — Problem Solving by Programming2019–2020 Term 1Project Specification — A Vending Machine Simulator1. IntroductionVending machines are automa ...
分类:其他好文   时间:2019-12-19 13:00:11    阅读次数:110
【交互稿】规范
https://www.uisdc.com/perfection-interactivity-essential-element https://www.uisdc.com/interactivity-draft-specification https://www.uisdc.com/tencent ...
分类:其他好文   时间:2019-12-13 09:24:18    阅读次数:104
What is Java virtual machine?
Java Virtual Machine (JVM) is a specification that provides runtime environment in which java bytecode can be executed. As the name implies, the JVM a ...
分类:编程语言   时间:2019-12-09 14:11:25    阅读次数:92
jpa多条件查询重写Specification的toPredicate方法(转)
Spring Data JPA支持JPA2.0的Criteria查询,相应的接口是JpaSpecificationExecutor。Criteria 查询:是一种类型安全和更面向对象的查询 。 这个接口基本是围绕着Specification接口来定义的, Specification接口中只定义了如下 ...
分类:其他好文   时间:2019-12-07 01:00:39    阅读次数:427
springboot Specification的lambda表达式
public Page<User> findByConditions(UserCriteria, Pageable page) { Page<Item> page = itemRepository.findAll((root, criteriaQuery, criteriaBuilder) -> { ...
分类:编程语言   时间:2019-12-05 18:44:22    阅读次数:425
1028 List Sorting (25 分)
Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one test ...
分类:其他好文   时间:2019-12-02 00:47:23    阅读次数:119
IfcRoot
IfcRoot is the most abstract and root class for all entity definitions that roots in the kernel or in subsequent layers of the IFC specification. It i ...
分类:其他好文   时间:2019-12-01 20:27:39    阅读次数:89
588条   上一页 1 ... 6 7 8 9 10 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!