当前位置:网站首页>2022.6.30DAY591
2022.6.30DAY591
2022-07-03 05:27:00 【天真小巫】
今天想谈谈 关于问题,什么是问题,如何去定义问题,如何正确认识问题,如何去解决问题。
到底什么是问题,百度了一下,里面讲到,问题是现实与期待之间的差距,解决问题的方式有两种,一个是降低期待,一个是改变现实。随着总结的深入,我也发现了自身的许多问题,那些问题被我解决了吗,显然没有,我也想着去解决这些问题,但最后非但没有解决,新问题反而伴随着旧问题的产生,那些旧问题被搁置在一边,然后在今后总结时发现又是老问题。解决某个问题,需要某些方法去解决,比如,如何通过某种考试,拿到证书,如何能做到天天早起。这确实需要某些方法论,但会不会出现某种情况,当你把你能用的方法都用尽了,但是这个问题都没有解决。有没有这种情况我倒不知道,不过,爱因斯坦曾讲过这么令人匪夷所思的话:“所有困难的问题答案都在更高的层次,你必须提升心智,认知,层次,才能解决问题。”难道说,比方法论更重要的是,提升心智,认知,层次?让我印象最深的是玩游戏这件事,初中的时候拿到手机特别喜欢玩游戏,那时,我多想长大,长大后玩手机,玩游戏也没有管了,想怎么玩就怎么玩,如今,对游戏也没什么兴趣了(可能是操作太菜了)。当初的苦恼,现在看来完全不是个事,还用的着用啥手段去抵制吗。可能爱因斯坦说的这句话还是比较有深意的。
阅读:《了凡四训》48%
英语:无,没安排好时间
运动:3公里,跑了2.5后就中断了,跑完后大汗淋漓。
复习:《数字逻辑电路》第二章,关于逻辑公式极其化简,要求熟练掌握逻辑公式的运用。《人工智能》确定性推理
public class Animal {
public void eat(){
System.out.println("动物吃东西");
}
}
public class Cat extends Animal{
@Override
public void eat() {
System.out.println("猫吃鱼");
}
}
public class AnimalDemo {
public static void main(String[] args) {
//有父类引用指向子类对象
//多态
Animal a=new Cat();
}
}
边栏推荐
- JS scope
- Disassembly and installation of Lenovo r7000 graphics card
- (subplots usage) Matplotlib how to draw multiple subgraphs (axis field)
- Go practice - gorilla / handlers used by gorilla web Toolkit
- Overview of basic knowledge of C language
- "C and pointer" - Chapter 13 advanced pointer int * (* (* (*f) () [6]) ()
- Redis 入门和数据类型讲解
- The IntelliJ platform completely disables the log4j component
- Differences among bio, NiO and AIO
- Brief introduction of realsense d435i imaging principle
猜你喜欢

6.23 warehouse operation on Thursday

College campus IP network broadcasting - manufacturer's design guide for college campus IP broadcasting scheme based on campus LAN

Yolov5 model construction source code details | CSDN creation punch in

How to connect the network: Chapter 2 (Part 1): a life cycle of TCP connection | CSDN creation punch in

Win10 install pytullet and test

leetcode406. Rebuild the queue based on height

Why should we rewrite hashcode when we rewrite the equals method?

谷歌 | 蛋白序列的深度嵌入和比对

About debugging the assignment of pagenum and PageSize of the formal parameter pageweb < T > (i.e. page encapsulation generic) in the controller

Go practice -- design patterns in golang's singleton
随机推荐
Jetson AGX Orin 平台移植ar0233-gw5200-max9295相机驱动
Training method of grasping angle in grasping detection
Class loading mechanism (detailed explanation of the whole process)
Dynamic programming - related concepts, (tower problem)
Why is go language particularly popular in China
Altaro o365 total backup subscription plan
mysql启动报错:The server quit without updating PID file几种解决办法
请求数据库报错:“could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGram
@Solutions to null pointer error caused by Autowired
Go practice -- gorilla / websocket used by gorilla web Toolkit
Self introduction and objectives
Altaro set grandfather parent child (GFS) archiving
Win10 install pytullet and test
获取并监控远程服务器日志
3dslam with 16 line lidar and octomap
Common interview questions of microservice
Explanation of variables, code blocks, constructors, static variables and initialization execution sequence of static code blocks of Ali interview questions
The IntelliJ platform completely disables the log4j component
Redis breakdown penetration avalanche
[basic grammar] C language uses for loop to print Pentagram