随笔分类 - 软件工程日报
暂无
摘要:学习时间2小时 <?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android
阅读全文
摘要:学习时间2 代码量350 package com.example.myapplication;import android.os.Bundle;import android.view.View;import android.widget.Button;import android.widget.Te
阅读全文
摘要:学习时间2小时 代码量200 <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="ma
阅读全文
摘要:学习时间2小时 代码量200 <?xml version="1.0" encoding="utf-8"?><ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.
阅读全文
摘要:学习时间2小时 代码量200 package com.example.myapplication;import androidx.appcompat.app.AppCompatActivity;import android.content.Intent;import android.os.Bundl
阅读全文
摘要:学习时间:2小时 代码量:200 今天开始结对作业
阅读全文
摘要:学习时间2h 代码量:100 package com.example.text_five;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Edi
阅读全文
摘要:学习时间:2h 代码量:100 package com.example.text_five;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Ed
阅读全文
摘要:学习时间2h 代码量100 package com.example.text_five;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Toas
阅读全文
摘要:学习时间1h 代码量100 package com.example.text_five;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Edit
阅读全文
摘要:学习时间:2h 代码量100 package com.example.text_five;import android.content.Intent;import android.os.Bundle;import android.view.View;import android.widget.Edi
阅读全文
摘要:学习安卓开发时间:30分钟 代码量:100 <?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://s
阅读全文
摘要:学习时间:1小时 代码量:50 之前跟着视频连接了mysql数据库,今天在其基础上搞懂了通过IP连接别人电脑上的数据库;
阅读全文
摘要:学习时间:下午四节课 代码量:200 package com.example.myapplication;import android.os.AsyncTask;import java.sql.Connection;import java.sql.DriverManager;import java.
阅读全文
摘要:今天学习了安卓开发连接数据库的内容, 学习时间 2小时 代码量 150 package com.example.myapplication;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultS
阅读全文
摘要:上课,下午学习安卓开发有关数据库连接的内容。已经初步了解并不很熟练的掌握其方法。 所花时间 2小时 代码量 150
阅读全文