摘要: 学习安卓开发时间:30分钟 代码量:100 <?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://s 阅读全文
posted @ 2024-03-14 20:29 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 学习时间:1小时 代码量:50 之前跟着视频连接了mysql数据库,今天在其基础上搞懂了通过IP连接别人电脑上的数据库; 阅读全文
posted @ 2024-03-14 20:25 liuxuechao 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 学习时间:下午四节课 代码量:200 package com.example.myapplication;import android.os.AsyncTask;import java.sql.Connection;import java.sql.DriverManager;import java. 阅读全文
posted @ 2024-03-14 19:55 liuxuechao 阅读(2) 评论(0) 推荐(0) 编辑