摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ include file="circle.jsp" %> <%@ include file="ladder.jsp" 阅读全文
posted @ 2020-03-24 15:27 闵美少女 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-17 21:31 闵美少女 阅读(854) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-17 21:05 闵美少女 阅读(1898) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 阅读全文
posted @ 2020-03-10 12:20 闵美少女 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Android应用程序开发 课程设计报告 (2019—2020学年 第Ⅰ学期) 基于Android的背单词APP的设计与实现 系 别 信息与控制工程 专 业 计算机科学与技术 班 级 1701 姓 名 闵可欣 指导教师 郭 丹 目录 一、 绪论1 (一) 设计背景及意义 1 (二) 编写目的 1 二 阅读全文
posted @ 2019-12-06 16:40 闵美少女 阅读(1068) 评论(5) 推荐(1) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" andr 阅读全文
posted @ 2019-11-13 22:10 闵美少女 阅读(103) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.co 阅读全文
posted @ 2019-11-06 22:09 闵美少女 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android. 阅读全文
posted @ 2019-11-06 22:04 闵美少女 阅读(102) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.androi 阅读全文
posted @ 2019-10-24 10:00 闵美少女 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android. 阅读全文
posted @ 2019-10-24 09:56 闵美少女 阅读(111) 评论(0) 推荐(0) 编辑