友链:汪菜菜

友链:隔壁老王

摘要: <?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: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: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)