当前位置:网站首页>【无标题】
【无标题】
2022-07-03 05:27:00 【天真小巫】
今天进行了人工智能翻转课堂,弄了PPT,然后经过一些思想挣扎,最后才上到讲台,不过这次表现挺糟糕的,被老师质问了一番:“你到底有没有准备?”确实,前天晚上弄的PPT,准备的也确实不充分。虽然这其中有课程安排的不合理,毕竟,在考试期间进行课堂翻转,也分不出多少时间,但更多的是需要向内去找原因。这次的不充分准备是由上一次的不充分准备,上上一次的不充分准备造成的。
作业一拖再拖,报告总是要他人催,这些不知道在什么时候已经成为常态,回想大一刚进西邮时的斗志昂扬,与现在的精神面貌还真是有些差别。想着年少有为,但我终究不过是个普通的大学生。《向上生长》中讲到均值回归,均值回归告诉我们,世界上绝大多数人都是普通人,即使极其聪明的父母,也会生成普通的孩子。当初我也不愿承认,因为承认自身普通,就相当于承认自己是万千沙粒般毫不起眼,那自身活在这个世界上的价值是什么,就如同班级里的中等生,没有尖子生耀眼的光芒,也没有差等生那样去活跃氛围,引人注目,一种可有可无的存在。也许,承认自己的平庸可能才是进步的第一步吧!承认自己的平庸,还能脚踏实地的去仰望星空,那才是可贵的。虽然每天总结,写了今天干了什么事,写下来的很少是关于行为方面的反省,也就让某些不良习惯的形成有了可能。难道总结是要紧盯行为改变量的吗,我写下来的却是思考,也很少去找出原因,只因为感觉目标,行为达不到预期的原因有很多,但我却说不清,比如英语学习老是中断的英语,就是在假期时间没安排好。也许是觉得做不到就是做不到,也不太想解释吧!但找出原因也是为了更好的知道自己在哪摔倒了,不然下次,还是在同样的地方绊倒。
英语:阅读“the raven” raven n 渡鸦 temptation n诱惑
期末复习:《可视化c++》也知道怎么复习,因为考的是课本上的知识点,晚上去图书馆看了2小时,越看越困,没有题目,也没往年试题,光是看这课本,就算看了老师划的知识点,但考试也不一定写的出来呀!但技能和能力是在知识的基础上产生的。
阅读:《了凡四训》26%
public class Student {
public String name;
public int age;
public static String university;
public void show(){
System.out.println(name+","+age+","+university);
}
}
public class StudentDemo {
public static void main(String[] args) {
Student.university="乔治大学";
Student s1=new Student();
s1.name="林青霞";
s1.age=30;
// s1.university="乔治大学";
s1.show();
Student s2=new Student();
s2.name="风清扬";
s2.age=20;
s2.show();
}
}
final关键字是最终的意思,可以修饰成员方法,成员变量,类
final 修饰的特点
- 修饰方法:表明该方法是最终方法,不能被重写
- 修饰变量:表明该变量是常量,不能再次被赋值。
- 修饰类:表明该类是最终类,不能被继承
边栏推荐
- Azure file synchronization of altaro: the end of traditional file servers?
- @Autowired 导致空指针报错 解决方式
- Why should we rewrite hashcode when we rewrite the equals method?
- Rust基础入门之(基本类型)
- Learn libcef together -- set cookies for your browser
- 獲取並監控遠程服務器日志
- Detailed explanation of yolov5 training own data set
- ninja: build stopped: subcommand failed.
- 6.23星期四库作业
- Technical analysis of qianyuantong multi card aggregation router
猜你喜欢
3dslam with 16 line lidar and octomap
[batch dos-cmd command - summary and summary] - CMD window setting and operation command - close CMD window and exit CMD environment (exit, exit /b, goto: EOF)
(subplots用法)matplotlib如何绘制多个子图(轴域)
6.23 warehouse operation on Thursday
How to use source insight
酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计
Deploy crawl detection network using tensorrt (I)
(subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
"250000 a year is just the price of cabbage" has become a thing of the past. The annual salary of AI posts has decreased by 8.9%, and the latest salary report has been released
Skip table: principle introduction, advantages and disadvantages of skiplist
随机推荐
3dslam with 16 line lidar and octomap
Simpleitk learning notes
Congratulations to musk and NADELLA on their election as academicians of the American Academy of engineering, and Zhang Hongjiang and Fang daining on their election as foreign academicians
Introduction to deep learning (II) -- univariate linear regression
请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
Bluebridge cup real topic 2020 palindrome date simulation construction provincial competition
Chapter II program design of circular structure
Technical analysis of qianyuantong multi card aggregation router
"C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
Intégration profonde et alignement des séquences de protéines Google
Audio Focus Series: write a demo to understand audio focus and audiomananger
【实战项目】自主web服务器
牛客网 JS 分隔符
Redis Introduction et explication des types de données
Webapidom get page elements
Installing altaro VM backup
(完美解决)matplotlib图例(legend)如何自由设置其位置
Talk about how to use p6spy for SQL monitoring
6.23星期四库作业