摘要: 环境配置完成,显示hello;输出; 显示字母表,A~Z为for循环条件,大小写转化; 段落字体设置,换行 阅读全文
posted @ 2022-03-02 17:35 L'童话故事 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 文件存储、sharedpreference存储: 实现记住密码功能 阅读全文
posted @ 2021-11-02 21:34 L'童话故事 阅读(23) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2021-10-27 09:37 L'童话故事 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 数据传递、数据回传 阅读全文
posted @ 2021-10-18 21:58 L'童话故事 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 界面跳转意图,打开浏览器视图并添加访问,EditText上数据获取、转int,TextViewd 的赋值 阅读全文
posted @ 2021-10-07 22:12 L'童话故事 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 对话框的使用、ListView的开始 阅读全文
posted @ 2021-09-26 19:09 L'童话故事 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 单/复选框的搭建、按钮点击事件、Toast弹出、登录界面设计 阅读全文
posted @ 2021-09-18 18:12 L'童话故事 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 相对、线性布局穿插,Viwe、imageViwe、Button控件的使用 阅读全文
posted @ 2021-08-20 11:41 L'童话故事 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 4、 Cola公司的雇员分为以下若干类:(知识点:多态) [必做 题] • 4.1 ColaEmployee :这是所有员工总的父类,属性:员工的 姓名,员工的生日月份。方法:getSalary(int month) 根据参数 月份来确定工资,如果该月员工过生日,则公司会额外奖励 100 元。 • 阅读全文
posted @ 2021-06-18 18:22 L'童话故事 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 抽象类的创建及使用,protected关键字的使用,继承方法的重写、构造方法的创建 阅读全文
posted @ 2021-06-06 13:57 L'童话故事 阅读(46) 评论(0) 推荐(0) 编辑