吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1484|回复: 8
收起左侧

[求助] 急,速求 java考试题

[复制链接]
xf17607927820 发表于 2019-12-27 15:06
1通过接口以及实现接口类和类继承知识,制作自然科学类和社会科学类图书分类号和ISBN识别系统
2间隔显示自然科学类和社会科学类图书分类号和ISBN识别,循环显示5次

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

Aleshaaaa 发表于 2019-12-27 15:17
你是要找接口吗?
阿里云:
https://market.aliyun.com/products/56928004/cmapi020793.html#sku=yuncode1479300005
聚合数据:
https://www.juhe.cn/docs/api/id/212
里面有文档
 楼主| xf17607927820 发表于 2019-12-27 15:23
Aleshaaaa 发表于 2019-12-27 15:17
你是要找接口吗?
阿里云:
https://market.aliyun.com/products/56928004/cmapi020793.html#sku=yuncode14 ...

这是题目
hunterking 发表于 2019-12-27 15:24
感觉不到风 发表于 2019-12-27 15:28
本帖最后由 感觉不到风 于 2019-12-27 15:29 编辑

首先楼上nb 然后就是代码开发部分了
public interface nature{};
@RequestBode
public class naturex implements nature(@requestParam String isbn){
if(isbn!=null&&isbn!=""){
for(int  i=0 ; i<5 ; i ++){
//开启时间间隔秒
System("显示")
}
}
}
public static void main(String[] args) {
            String host = "https://isbn.market.alicloudapi.com";
            String path = "/ISBN";
            String method = "GET";
            String appcode = "你自己的AppCode";
            Map<String, String> headers = new HashMap<String, String>();
            //最后在header中的格式(中间是英文空格)为Authorization:APPCODE 83359fd73fe94948385f570e3c139105
            headers.put("Authorization", "APPCODE " + appcode);
            Map<String, String> querys = new HashMap<String, String>();
            querys.put("is_info", "0");
            querys.put("isbn", "9787544258975");


            try {
                    /**
                    * 重要提示如下:
                    * HttpUtils请从
                    * https://github.com/aliyun/api-gateway-demo-sign-java/blob/master/src/main/java/com/aliyun/api/gateway/demo/util/HttpUtils.java
                    * 下载
                    *
                    * 相应的依赖请参照
                    * https://github.com/aliyun/api-gateway-demo-sign-java/blob/master/pom.xml
                    */
                    HttpResponse response = HttpUtils.doGet(host, path, method, headers, querys);
                    System.out.println(response.toString());
                    //获取response的body
                    //System.out.println(EntityUtils.toString(response.getEntity()));
            } catch (Exception e) {
                    e.printStackTrace();
            }
        }
好了 我要去厕所了 先写50% 剩下自己搞 和修改
 楼主| xf17607927820 发表于 2019-12-27 15:29
上面那个是题目 要按题目编出一段程序还有额外要求的:掌握选择结构和循环结构 掌握接口与接口的实现以及继承知识
凌晨四点半 发表于 2019-12-27 15:34
谢谢分享
lovejun 发表于 2019-12-27 16:49
表示没看懂题目
Mcoco 发表于 2019-12-27 17:05
编写interface接口,定义方法名称,入参类型以及返回结果类型;通过实现类implements接口,实现接口的方法,主要逻辑都在实现类做处理;继承可以在接口使用extends继承另外一个接口里面的方法,然后在你的实现类进行逻辑的实现;只能根据我自己的理解这么说了,具体的还需要多写代码去理解。
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-27 00:47

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表