2021年11月3日
摘要: package com.example.charp1; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import android.os.Bundle; imp 阅读全文
posted @ 2021-11-03 21:31 计算机1901金百乙 阅读(11) 评论(0) 推荐(0) 编辑
  2021年10月8日
摘要: package com.example.an; import android.net.Uri; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.u 阅读全文
posted @ 2021-10-08 21:19 计算机1901金百乙 阅读(21) 评论(0) 推荐(0) 编辑
  2021年8月24日
摘要: 作业二:九宫格 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/v_1" androi 阅读全文
posted @ 2021-08-24 08:49 计算机1901金百乙 阅读(62) 评论(0) 推荐(0) 编辑
  2021年5月25日
摘要: package jby; import java.util.Scanner; public class jby { public static void main(String[] args) { // TODO Auto-generated method stub Scanner input=ne 阅读全文
posted @ 2021-05-25 19:57 计算机1901金百乙 阅读(36) 评论(0) 推荐(0) 编辑
  2021年5月10日
摘要: package jb; import java.util.Scanner; public class jb { public static void main(String[] args) { int x[]={7,4,8,1,9}; jc(x); for (int i : x) { System. 阅读全文
posted @ 2021-05-10 12:19 计算机1901金百乙 阅读(38) 评论(0) 推荐(0) 编辑
  2021年4月26日
摘要: 1、 编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。(知识点:数组定义和创建、一维数组初始化)[必做题]? 2、 package jby; 3、 4、 public class jby { 5、 6、 /** 7、 * @param args 8、 阅读全文
posted @ 2021-04-26 21:46 计算机1901金百乙 阅读(67) 评论(0) 推荐(0) 编辑
  2021年4月16日
摘要: 编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 package jby; public class jby { /** * @param args */ public static void main(String[] args) { // TOD 阅读全文
posted @ 2021-04-16 15:02 计算机1901金百乙 阅读(30) 评论(0) 推荐(0) 编辑
  2021年4月13日
摘要: package ysl; public class test6 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int sum=0; for(int 阅读全文
posted @ 2021-04-13 11:25 计算机1901金百乙 阅读(54) 评论(0) 推荐(0) 编辑
  2021年4月6日
摘要: 恢复内容开始 null 恢复内容结束 阅读全文
posted @ 2021-04-06 18:47 计算机1901金百乙 阅读(23) 评论(0) 推荐(0) 编辑
  2021年3月28日
摘要: .输入一个年份,判断是不是闰年(能被4整除但不能被100整除,或者能被400整除 package jjj; import java.util.Scanner; public class jjj { /** * @param args */ public static void main(String 阅读全文
posted @ 2021-03-28 21:56 计算机1901金百乙 阅读(59) 评论(0) 推荐(0) 编辑