摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-03-06 12:41 是洋不是阳! 阅读(97) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; public class CartBean { private String name; private String price; private String number; public String getName() { 阅读全文
posted @ 2019-12-05 17:17 是洋不是阳! 阅读(102) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLit 阅读全文
posted @ 2019-12-05 15:51 是洋不是阳! 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; imp 阅读全文
posted @ 2019-10-23 16:19 是洋不是阳! 阅读(121) 评论(0) 推荐(0) 编辑
摘要: package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditTex... 阅读全文
posted @ 2019-10-23 15:25 是洋不是阳! 阅读(110) 评论(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/ 阅读全文
posted @ 2019-10-07 18:38 是洋不是阳! 阅读(85) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ly1" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools= 阅读全文
posted @ 2019-09-23 15:54 是洋不是阳! 阅读(154) 评论(0) 推荐(0) 编辑
摘要: package com.example.t3; import android.support.v7.app.AppCom... 阅读全文
posted @ 2019-09-14 18:16 是洋不是阳! 阅读(105) 评论(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-09-08 23:30 是洋不是阳! 阅读(112) 评论(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-09-03 15:42 是洋不是阳! 阅读(86) 评论(0) 推荐(0) 编辑