摘要: <%@ page contentType="text/html;charset=GB2312" %> <HTML><BODY> <%! char a='A'; int i; %> <% for(i=0;i<26;i++) { out.print(a + " "); a+=1; } %> </BODY 阅读全文
posted @ 2020-03-14 11:32 Zzqqf 阅读(80) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%><%String path = request.getContextPath();String basePath = request.getScheme( 阅读全文
posted @ 2020-03-09 20:41 Zzqqf 阅读(129) 评论(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-14 21:17 Zzqqf 阅读(98) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools 阅读全文
posted @ 2019-10-14 21:16 Zzqqf 阅读(106) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@ 阅读全文
posted @ 2019-10-14 21:15 Zzqqf 阅读(115) 评论(0) 推荐(0)
摘要: package com.example.aaa;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import android.view.Menu;import android.view.View;imp 阅读全文
posted @ 2019-09-16 23:23 Zzqqf 阅读(159) 评论(0) 推荐(0)
摘要: package com.example.aaa;import android.support.v7.app.ActionBarActivity;import android.annotation.SuppressLint;import android.os.Bundle;import android 阅读全文
posted @ 2019-09-14 11:28 Zzqqf 阅读(99) 评论(0) 推荐(0)
摘要: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_ 阅读全文
posted @ 2019-09-14 11:25 Zzqqf 阅读(104) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-09-14 11:24 Zzqqf 阅读(55) 评论(0) 推荐(0)