摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文
posted @ 2022-06-08 11:17
長安憶ღ
阅读(19)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:16
長安憶ღ
阅读(39)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:15
長安憶ღ
阅读(27)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:14
長安憶ღ
阅读(40)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:13
長安憶ღ
阅读(27)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:13
長安憶ღ
阅读(37)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:12
長安憶ღ
阅读(37)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:11
長安憶ღ
阅读(35)
评论(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 @ 2022-06-08 11:10
長安憶ღ
阅读(28)
评论(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 @ 2022-06-08 11:10
長安憶ღ
阅读(50)
评论(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 @ 2022-06-08 11:09
長安憶ღ
阅读(37)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" xm 阅读全文
posted @ 2022-06-08 11:08
長安憶ღ
阅读(24)
评论(0)
推荐(0)
摘要:
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/to 阅读全文
posted @ 2022-06-08 11:07
長安憶ღ
阅读(45)
评论(0)
推荐(0)
摘要:
plugins { id 'com.android.application' } //packagingOptions { // exclude 'META-INF/DEPENDENCIES' //} android { compileSdk 32 useLibrary 'org.apache.ht 阅读全文
posted @ 2022-06-08 11:05
長安憶ღ
阅读(82)
评论(0)
推荐(0)
摘要:
// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '7. 阅读全文
posted @ 2022-06-08 11:04
長安憶ღ
阅读(41)
评论(0)
推荐(0)
摘要:
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specifi 阅读全文
posted @ 2022-06-08 11:03
長安憶ღ
阅读(65)
评论(0)
推荐(0)
摘要:
pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() // maven { url 'https://jitpack.io' } } } dependencyResolutionManagemen 阅读全文
posted @ 2022-06-08 11:01
長安憶ღ
阅读(66)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class WorkShopReceiptEntity { private String code ; private String itemName; private String matspec; private St 阅读全文
posted @ 2022-06-08 10:57
長安憶ღ
阅读(35)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class TrayStatusQueryEntity { private String pallet; public TrayStatusQueryEntity() { } public String getPallet 阅读全文
posted @ 2022-06-08 10:56
長安憶ღ
阅读(42)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class StockQueryEntity { private String itemname; public StockQueryEntity() { } public String getItemname() { r 阅读全文
posted @ 2022-06-08 10:56
長安憶ღ
阅读(32)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity_t { @Expose public String username; @Expose public 阅读全文
posted @ 2022-06-08 10:52
長安憶ღ
阅读(25)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; import com.google.gson.annotations.Expose; public class LoginEntity { @Expose public String token; @Expose public Stri 阅读全文
posted @ 2022-06-08 10:51
長安憶ღ
阅读(49)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class GroupTrayOnlineEntity { private String palletcode ; //托盘条码 private int qty; //数量 public GroupTrayOnlineEn 阅读全文
posted @ 2022-06-08 10:50
長安憶ღ
阅读(33)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class EmptyTrayOnlineEntity { private String palletcode; private String platform; public EmptyTrayOnlineEntity( 阅读全文
posted @ 2022-06-08 10:49
長安憶ღ
阅读(27)
评论(0)
推荐(0)
摘要:
package com.example.wms.entity; public class BillQueryEntity { private String ordernumber; public BillQueryEntity() { } public String getOrdernumber() 阅读全文
posted @ 2022-06-08 10:48
長安憶ღ
阅读(32)
评论(0)
推荐(0)
摘要:
package com.example.wms; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Dia 阅读全文
posted @ 2022-06-08 10:46
長安憶ღ
阅读(37)
评论(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:45
長安憶ღ
阅读(54)
评论(0)
推荐(0)
摘要:
package com.example.wms; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; i 阅读全文
posted @ 2022-06-08 10:44
長安憶ღ
阅读(58)
评论(0)
推荐(0)
摘要:
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)

浙公网安备 33010602011771号