<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
其他好文 时间:
2020-10-08 19:36:23
阅读次数:
24
购物商城 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_paren ...
分类:
移动开发 时间:
2020-10-08 19:28:46
阅读次数:
36
mybatis 操作数据库增删改查 package com.school.mybatis.junit; import java.io.InputStream; import java.util.List; import org.apache.ibatis.io.Resources; import o ...
分类:
数据库 时间:
2020-10-08 19:19:06
阅读次数:
37
宁可不出手 影响力 发表于 2020-10-07 13:41:38 东方财富期货Android版 去年的玉米1800,今年的玉米高达2400~2500。相比以往年,今年的玉米价格涨了700多。这么高的价格,本来农民是可以好好赚上一笔的。但是有些囤货的商家却告诉你,今年的玉米还会涨。先存起来。农民惜售 ...
分类:
其他好文 时间:
2020-10-08 19:17:34
阅读次数:
18
程序均下载安装Windows 64位的 下载并默认路径安装Android Studio,下载地址https://developer.android.google.cn/studio/ 下载并默认路径安装JDK(jdk-8u261-windows-x64.exe) ,下载地址https://www.o ...
分类:
移动开发 时间:
2020-10-08 18:18:29
阅读次数:
41
今日内容 1. Junit单元测试 2. 反射 3. 注解 Junit单元测试: * 测试分类: 1. 黑盒测试:不需要写代码,给输入值,看程序是否能够输出期望的值。 2. 白盒测试:需要写代码的。关注程序具体的执行流程。 * Junit使用:白盒测试 * 步骤: 1. 定义一个测试类(测试用例) ...
分类:
其他好文 时间:
2020-10-08 18:05:53
阅读次数:
16
本文总结了在使用Android Studio开发React Native过程中安装Android SDK遇到的许可协议问题及解决办法。
分类:
移动开发 时间:
2020-10-07 21:50:44
阅读次数:
129
本文总结了在使用Android Studio开发React Native过程中安装Android SDK遇到的许可协议问题及解决办法。
分类:
移动开发 时间:
2020-10-07 21:50:24
阅读次数:
48
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
分类:
其他好文 时间:
2020-10-07 21:37:42
阅读次数:
92
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an ...
分类:
其他好文 时间:
2020-10-07 20:25:43
阅读次数:
60