上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页
摘要: package operator; public class Demo03 { public static void main(String[] args) { text(); text2(); text3(); } public static void text3(){ //位运算 /* A = 阅读全文
posted @ 2021-07-28 13:51 阿向向 阅读(30) 评论(0) 推荐(0) 编辑
摘要: package operator; public class Demo02 { public static void main(String[] args) { text0(); text(); text2(); text3(); } public static void text3(){ bool 阅读全文
posted @ 2021-07-28 13:50 阿向向 阅读(444) 评论(0) 推荐(0) 编辑
摘要: package operator; public class Demo01 { public static void main(String[] args) { int a=10; int b=20; int c=30; int d=40; System.out.println(a+b);//30 阅读全文
posted @ 2021-07-28 13:49 阿向向 阅读(397) 评论(0) 推荐(0) 编辑
摘要: package base; public class Demo01 { String name; int age; final static Double Pi=3.1415962; final Double score=99.0; public static void main(String[] 阅读全文
posted @ 2021-07-28 13:47 阿向向 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1,新建ThymeleafContorllor类 package com.xiang.controller; import com.xiang.model.User; import org.springframework.stereotype.Controller; import org.sprin 阅读全文
posted @ 2021-06-16 15:46 阿向向 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 1,新建ThymeleafContorllor类 package com.xiang.controller; import com.xiang.model.User; import org.springframework.stereotype.Controller; import org.sprin 阅读全文
posted @ 2021-06-16 08:37 阿向向 阅读(51) 评论(0) 推荐(0) 编辑
摘要: MediaPlayer是Android系统多媒体android.media包中的类,主要用于控制音频文件,视频文件或者流媒体的播放。 1,导入图片到...\src\main\res\drawable 这个文件中 2,新建一个放音频的文件夹 ...\src\main\res\raw 3,编写activ 阅读全文
posted @ 2021-06-15 13:24 阿向向 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 1,准备conreoller包、新建HomeController类; package com.xiang.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframe 阅读全文
posted @ 2021-06-08 22:34 阿向向 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1,编写activity_main.xml 代码 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="ht 阅读全文
posted @ 2021-06-03 09:51 阿向向 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 1,编写xml代码 <?xml version="1.0" encoding="utf-8"?> <!-- 数据 头部 --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="ht 阅读全文
posted @ 2021-06-02 15:37 阿向向 阅读(685) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 28 下一页