摘要: 代码: package com.by.bridge; interface color { String getColor();}class red implements color{ @Override public String getColor() { // TODO Auto-generate 阅读全文
posted @ 2022-10-21 19:23 理想主义。 阅读(27) 评论(0) 推荐(0)
摘要: 代码: interface bar{ public String display(); }interface line{ public String dispaly();}interface myfactory{ public String makebar(); public String make 阅读全文
posted @ 2022-10-21 19:12 理想主义。 阅读(26) 评论(0) 推荐(0)
摘要: 代码: package com.by;interface logger { public String show();}interface factory{ public String makeLogger();}class filelogger implements logger{ @Overri 阅读全文
posted @ 2022-10-21 19:02 理想主义。 阅读(24) 评论(0) 推荐(0)
摘要: 一、安装工具下载(百度网盘提取码:1221) 安装包及激活工具下载 二、安装步骤 解压并打开文件,安装完成后该文件可以删除,但里面的jetbra文件一定要移动到不会被删除的地方,因为这个是破解PyCharm的关键文件。 路径设置,一般默认路径为C盘,这里以路径D盘为例,也建议放到除C盘外的其他盘,因 阅读全文
posted @ 2022-10-20 11:09 理想主义。 阅读(2287) 评论(0) 推荐(0)