当前位置:网站首页>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();
}
}
边栏推荐
- Disassembly and installation of Lenovo r7000 graphics card
- 音频焦点系列:手写一个demo理解音频焦点与AudioMananger
- Best practices for setting up altaro VM backups
- How to set up altaro offsite server for replication
- Redis 击穿穿透雪崩
- "Pthread.h" not found problem encountered in compiling GCC
- How to use source insight
- leetcode406. Rebuild the queue based on height
- Webapidom get page elements
- Class loading mechanism (detailed explanation of the whole process)
猜你喜欢

(完美解决)matplotlib图例(legend)如何自由设置其位置

【实战项目】自主web服务器

Disassembly and installation of Lenovo r7000 graphics card

酒店公共广播背景音乐-基于互联网+的酒店IP网络广播系统设计

Communication - how to be a good listener?

XML配置文件

Skip table: principle introduction, advantages and disadvantages of skiplist

"C and pointer" - Chapter 13 function of function pointer 1 - callback function 1

Gbase8s composite index (I)

穀歌 | 蛋白序列的深度嵌入和比對
随机推荐
Latest version of source insight
Redis breakdown penetration avalanche
Shanghai daoning, together with American /n software, will provide you with more powerful Internet enterprise communication and security component services
study hard and make progress every day
appium1.22.x 版本後的 appium inspector 需單獨安裝
Pan details of deep learning
Redis 入門和數據類型講解
Deploy crawl detection network using tensorrt (I)
Calculation method of AUC
穀歌 | 蛋白序列的深度嵌入和比對
Explanation of several points needing attention in final (tested by the author)
[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)
Go practice -- gorilla/rpc (gorilla/rpc/json) used by gorilla web Toolkit
Export the altaro event log to a text file
How to connect the network: Chapter 1 CSDN creation punch in
Making coco datasets
3dslam with 16 line lidar and octomap
Based on RFC 3986 (unified resource descriptor (URI): general syntax)
配置xml文件的dtd
Redis使用Lua脚本简介