摘要: package com.atguigu.exer4; import java.util.Scanner; import java.util.Vector; /* * 利用Vector代替数组处理:从键盘读入学生成绩(以负数代表输入结束),找出最高分,并输出学生成绩等级。 提示:数组一旦创建,长度就固 阅读全文
posted @ 2021-02-09 02:08 银月记 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Circle.java package com.atguigu.exer3; public class Circle extends GeometricObject { private double radius; public Circle() { super(); radius = 1.0; / 阅读全文
posted @ 2021-02-09 00:58 银月记 阅读(57) 评论(0) 推荐(0) 编辑
摘要: Circle.java package com.atguigu.exer1; public class Circle extends GeometricObject { private double radius; public Circle(double radius,String color, 阅读全文
posted @ 2021-02-08 20:50 银月记 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Account.java package com.atguigu.exer2; public class Account { private int id;//账号 private double balance;//余额 private double annualInterestRate;//年利率 阅读全文
posted @ 2021-02-08 15:47 银月记 阅读(58) 评论(0) 推荐(0) 编辑
摘要: [toc] 1.pyautogui 简介:自动化模拟鼠标移动、点击等 介绍文章:https://mp.weixin.qq.com/s/j2c_VOm 1KFSrm4yZr723Q 教程https://blog.csdn.net/weixin_43430036/article/details/8465 阅读全文
posted @ 2020-04-07 15:13 银月记 阅读(119) 评论(0) 推荐(0) 编辑
摘要: in:name example 名字中有“example” in:readme example readme中有“example” in:description example 描述中有“example” stars: 1000 star 1000 forks: 1000 fork 1000 pus 阅读全文
posted @ 2020-01-28 23:24 银月记 阅读(128) 评论(0) 推荐(0) 编辑
摘要: [toc] Django 1.Django is not importable in this environment 这个问题是直接将项目拖到虚拟环境中,项目没有配置该虚拟环境下的python解释器造成 参考:https://blog.csdn.net/weixin_42445431/articl 阅读全文
posted @ 2020-01-28 23:17 银月记 阅读(102) 评论(0) 推荐(0) 编辑
摘要: [toc] 1.图片超出div 阅读全文
posted @ 2020-01-28 23:16 银月记 阅读(100) 评论(0) 推荐(0) 编辑
摘要: [toc] ■ 已卸载有用app 1.步步行程助手:别人分享旅游城市(国内国外)记录 2.行程助手:同上 ■ 软件重装 1.python 下载:https://www.python.org/downloads/windows/ 选择:Download Windows x86 64 executabl 阅读全文
posted @ 2020-01-28 21:52 银月记 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 1.绳子材料 聚酯纤维,俗称“涤纶”。 尼龙是世界上出现的第一种合成纤维,尼龙是聚酰胺纤维(锦纶)的一种说法。 阅读全文
posted @ 2019-12-25 15:34 银月记 阅读(437) 评论(0) 推荐(0) 编辑