摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+":/ 阅读全文
posted @ 2020-03-16 19:01 张子健 阅读(135) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+":/ 阅读全文
posted @ 2020-03-16 18:58 张子健 阅读(136) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%><%String path = request.getContextPath();String basePath = request.getScheme( 阅读全文
posted @ 2020-03-11 12:49 张子健 阅读(82) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2019-12-08 00:06 张子健 阅读(129) 评论(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-12-08 00:00 张子健 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 安卓课程设计报告 (2019—2020学年 第一学期) 学生学籍管理系统设计 系 别: 信息与控制工程系 专 业: 计算机科学与技术 班 级: 1702 学 号: 173230216 姓 名: 张子健 指导教师 郭丹 完成时间 2019年12月5日 目录 一.选题的目的和意义............ 阅读全文
posted @ 2019-12-06 22:43 张子健 阅读(4636) 评论(1) 推荐(1) 编辑
摘要: package com.example.myapplication;import android.app.Activity;import android.content.SharedPreferences;import android.content.SharedPreferences.Editor 阅读全文
posted @ 2019-12-03 20:22 张子健 阅读(388) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication;import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.text.Spannabl 阅读全文
posted @ 2019-12-03 20:21 张子健 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.package com.example.worksix;import androidx.appcompat.app.AppCompatActivity;import android.os.Bundle;import android.view.View;import android.view.ViewGroup;import android.widget.AdapterView;import a... 阅读全文
posted @ 2019-10-08 11:49 张子健 阅读(173) 评论(0) 推荐(0) 编辑
摘要: package com.example.five; import android.content.DialogInterface;import android.graphics.Color;import android.os.Bundle;import android.view.View;impor 阅读全文
posted @ 2019-09-25 14:09 张子健 阅读(124) 评论(0) 推荐(0) 编辑