友链:汪菜菜

友链:隔壁老王

摘要: package com.example.wms; import android.os.Bundle; import android.view.View; import android.widget.ImageButton; import androidx.appcompat.app.AppCompa 阅读全文
posted @ 2022-06-08 10:43 長安憶ღ 阅读(39) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bund 阅读全文
posted @ 2022-06-08 10:42 長安憶ღ 阅读(74) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import andro 阅读全文
posted @ 2022-06-08 10:39 長安憶ღ 阅读(104) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; i 阅读全文
posted @ 2022-06-08 10:38 長安憶ღ 阅读(90) 评论(0) 推荐(0)
摘要: //自定义login方法 里面需要传入账户与密码 public String login(String login_name, String password) { //WebServices地址 String WebServicesURL = "http://192.168.2.113/CatlS 阅读全文
posted @ 2022-06-08 10:37 長安憶ღ 阅读(303) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.os. 阅读全文
posted @ 2022-06-08 10:27 長安憶ღ 阅读(59) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import andr 阅读全文
posted @ 2022-06-08 10:26 長安憶ღ 阅读(60) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageButton; import a 阅读全文
posted @ 2022-06-08 10:24 長安憶ღ 阅读(59) 评论(0) 推荐(0)
摘要: package com.example.wms; import android.app.PendingIntent; import android.content.Intent; import android.nfc.NfcAdapter; import android.widget.Toast; 阅读全文
posted @ 2022-06-08 10:21 長安憶ღ 阅读(61) 评论(0) 推荐(0)
摘要: package com.example.wms.util; import android.os.Environment; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import j 阅读全文
posted @ 2022-06-08 10:14 長安憶ღ 阅读(78) 评论(0) 推荐(0)