06 2024 档案
摘要:今天开始就没课了,爽 今天晚上干了一件大事,跟三个同学把建民老师要的一百个人找完了 真不容易 对了今天还复习了数据库
阅读全文
摘要:周五了太棒了 学习内容:安卓 package com.example.app_02; import org.junit.Rule; import org.junit.Test; import static org.junit.Assert.*; import com.example.app_02.e
阅读全文
摘要:一想到这些课都是最后一节了就好幸福 学习内容:python: import matplotlib.pyplot as plt import numpy as np x = np.arange(0, 10, 0.0001) y1 = x ** 2 y2 = np.cos(x * 2) y3 = y1
阅读全文
摘要:放松也放松完了 快考试了进入状态了该 学习内容:安卓 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:too
阅读全文
摘要:python和工程数学俩实验真累啊 python学习: import re from collections import Counter import requests from lxml import etree import pandas as pd import jieba import m
阅读全文
摘要:周三:python和工程数学 python学习: import requests from bs4 import BeautifulSoup as bs import pandas as pd from matplotlib import pyplot as plt def get_rank(url
阅读全文
摘要:上午计网下午建民老师的课 学习内容:安卓 package com.example.app_02.utils; import com.example.app_02.database.MySQLConnection; import com.example.app_02.entity.User; impo
阅读全文
摘要:又是周一,那些杀不死我的还不如直接杀死我 学习内容:安卓 package com.example.app_02.utils; import com.example.app_02.database.MySQLConnection; import com.example.app_02.entity.Us
阅读全文
摘要:满满一周的课终于结束,奖励自己一杯奶茶吧 学习内容:安卓 package com.example.app_02.utils; import com.example.app_02.R; import com.example.app_02.database.MySQLConnection; import
阅读全文
摘要:体育比赛也是完美收工,全胜 学习内容:spring-boot自定义stater 安卓: package com.example.app_02.entity; public class UserInfo { private String studentid; private String name;
阅读全文
摘要:python和工程数学 学习内容:下午没课所以可以看一下spring-boot自动配置原理 安卓: package com.example.app_02.entity; public class User { private String username; private String passw
阅读全文
摘要:还是上午计网下午建民老师的课,晚上又是跑步,今天跑得慢了点但是足足有七公里 学习内容:安卓 package com.example.app_02.entity; public class Record { private String startTime; private String endTim
阅读全文
摘要:又是周一!课这么多spring-boot就先放一放 学习内容:安卓 package com.example.app_02.database; import android.util.Log; import java.sql.Connection; import java.sql.DriverMana
阅读全文
摘要:上午数据库下午计网 要是工程数学老师有数据库老师的松弛感就好了 学习内容:安卓 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
阅读全文
摘要:排球课比赛快完了,目前为止一场没输过,我感觉这跟我课脱不了关系 学习内容:spring-boot注册条件 安卓: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://
阅读全文
摘要:学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="
阅读全文
摘要:看看日历又是周一,本来都起床了感觉尸体有点不舒服,再躺会吧 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" and
阅读全文
摘要:过完五一假了 该进入学习状态了 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" androi
阅读全文
摘要:到了大学相聚的时间总是短暂的 虽然都在河北上学但见一面也并不容易 今天就把他们送走了 再会
阅读全文
摘要:上午计网下午建民课晚上跑步真是充实 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_
阅读全文
摘要:依然是讨厌的周一 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="m
阅读全文
摘要:python学习 import math class Shape: def cal_perimeter(self): pass def cal_area(self): pass def cal_volume(self): pass class Point(Shape): def \__init_\_
阅读全文
摘要:建民老师的课真是今天的快乐源泉 学习内容:安卓 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout
阅读全文
摘要:打开日历看到今天是周一,悬着的心终于死了 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layo
阅读全文
摘要:忙碌的一周结束了,晚上吃点好的犒劳一下自己,真是辛苦了 学习内容: 安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" andr
阅读全文
摘要:工程数学老师如果玩王者荣耀那最低也是个国一游走 总是gank我 学习内容:yml配置信息书写和获取 安卓: package com.dongnaoedu.chapter06; import androidx.appcompat.app.AppCompatActivity; import androi
阅读全文
摘要:今天就两节英语,这教室怎么能热成这样 学习内容:spring-boot开发模式和环境搭建 安卓: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/
阅读全文
摘要:建民课也只有最后一节了,这个测试对我还是太难了 学习内容:安卓 <!-- activity_daily_learning_record.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
阅读全文
摘要:计网也只有两节课了,快考试了,唉 学习内容:安卓 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="
阅读全文
摘要:体育考试全部结束了,我这么厉害拿下93的高分也是理所当然的 学习内容:spring-boot实战篇 安卓: <!-- activity_learning_goals.xml --> <LinearLayout xmlns:android="http://schemas.android.com/apk
阅读全文
摘要:我应该改变一下心态,每到周一应该进入学习状态,而不是垂头丧气的 上午概率论下午毛概晚上web 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="
阅读全文
摘要:上午计网下午软件工程 学习内容:安卓 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height=
阅读全文