摘要: <%@ 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-18 09:36 IS'ME 阅读(60) 评论(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-18 09:34 IS'ME 阅读(86) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+":/ 阅读全文
posted @ 2020-03-16 17:34 IS'ME 阅读(108) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文
posted @ 2019-12-02 22:05 IS'ME 阅读(137) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com 阅读全文
posted @ 2019-11-13 22:17 IS'ME 阅读(82) 评论(0) 推荐(0)
摘要: fragment(碎片)是一种嵌入在activity中的UI片段,它可以用来描述activity中的一部分布局,fragment可以把屏幕布局分成好几块片段,进行模块化的管理,从而使程序更加合理和充分地利用屏幕的空间。一个activity中可以包含多个fragment,一个fragment也可以在多 阅读全文
posted @ 2019-10-29 21:07 IS'ME 阅读(215) 评论(0) 推荐(0)
摘要: package com.example.myapplication;import androidx.annotation.Nullable;import androidx.appcompat.app.AppCompatActivity;import android.content.Intent;import android.grap... 阅读全文
posted @ 2019-10-28 15:35 IS'ME 阅读(92) 评论(0) 推荐(0)
摘要: package com.example.myapplication;import androidx.appcompat.app.AppCompatActivity;import android.content.Intent;import android.os.Bundle;import... 阅读全文
posted @ 2019-10-26 18:16 IS'ME 阅读(320) 评论(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" android:layout_marginTop="40dp" xmlns 阅读全文
posted @ 2019-10-24 22:08 IS'ME 阅读(108) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/rel" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools=" 阅读全文
posted @ 2019-09-24 22:43 IS'ME 阅读(204) 评论(0) 推荐(0)