码迷,mamicode.com
首页 >  
搜索关键字:specification    ( 588个结果
若没有任何实例包含Class Body 则enum被隐式声明为final
本文参考 今天在Java Language Specification上偶然看到一条关于枚举的语法特点说明 An enum declaration is implicitly final unless it contains at least one enum constant that has a... ...
分类:编程语言   时间:2020-04-22 16:57:35    阅读次数:86
如何使用Swagger-UI在线生成漂亮的接口文档
一、简单介绍 Swagger是一个实现了OpenAPI(OpenAPI Specification)规范的工具集。OpenAPI是Linux基金会的一个项目,试图通过定义一种用来描述API格式或API定义的语言,来规范RESTful服务开发过程。 swagger大大方便了前后端开发人员,用过的人都说 ...
分类:其他好文   时间:2020-04-18 13:37:36    阅读次数:83
2.5 PCI Express Capability
The PCI Express Capability definitions below are based on the PCI Express 2.1 Base specification. Implementations may choose to base the device on a s ...
分类:其他好文   时间:2020-04-08 16:22:24    阅读次数:98
2.6 Advanced Error Reporting Capability (Optional)
2.6 Advanced Error Reporting Capability (Optional)The Advanced Error Reporting definitions below are based on the PCI Express 2.1 Base specification. ...
分类:其他好文   时间:2020-04-08 16:08:10    阅读次数:88
08-图8 How Long Does It Take (25分)
题目描述 Given the relations of all the activities of a project, you are supposed to find the earliest completion time of the project. Input Specification ...
分类:其他好文   时间:2020-04-08 12:23:10    阅读次数:78
Modelsim 仿真错误集锦
1、Module 'count' does not have a timeunit/timeprecision specification in effect, but other modules do 我仿真时出现这个错误是因为在源码中我加了 #1,在源码的module前面没有加 `timesca ...
分类:其他好文   时间:2020-04-06 23:53:14    阅读次数:364
【每天一道PAT】1002 A+B for Polynomials
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:其他好文   时间:2020-04-01 13:05:16    阅读次数:62
1009 Product of Polynomials
This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:其他好文   时间:2020-03-27 21:20:29    阅读次数:79
JSR-303 注解
@Validated JSR是Java Specification Requests的缩写,意思是Java 规范提案。是指向JCP(Java Community Process)提出新增一个标准化技术规范的正式请求。任何人都可以提交JSR,以向Java平台增添新的API和服务。JSR已成为Java界 ...
分类:Web程序   时间:2020-03-17 21:05:45    阅读次数:87
PAT.Product of polynomials(map)
1009 Product of Polynomials (25分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file cont ...
分类:其他好文   时间:2020-03-14 17:02:41    阅读次数:48
588条   上一页 1 ... 3 4 5 6 7 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!