Blog | 博客

Sitting on the ground

Original link: https://onojyun.com/2022/08/09/6525/ △ 221|Sit on the ground The electric switch at home is broken, and it is broken at the right time – when the weather is the hottest, it cannot be delayed for a moment, and it has become the most urgent urgent solution at the moment. I hurriedly went to the hardware […]

Sitting on the ground Read More »

You have object class, I have structure, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, the use of go lang structure (struct) EP06

Original link: https://v3u.cn/a_id_229 Continuing the previous article, at the object-oriented level, Python has achieved super god: everything is an object, while Ruby is simply a god: flying flowers and leaves can be objects. Both provide object-class operations and inheritance methods for object-oriented purposes, but Golang obviously has some unique features, because it has no traditional

You have object class, I have structure, Go lang1.18 introductory refining tutorial, from Bai Ding to Hongru, the use of go lang structure (struct) EP06 Read More »

Staff Engineer

Original link: https://linghao.io/notes/staff-engineer Staff Engineer by Will Larson is a great guide to building your career toward a Staff+ engineering role and succeeding within the role. This note consists of quote-worthy excerpts from the book and aims to serve as a verbose version of the book’s table of contents. This article is reprinted from: https://linghao.io/notes/staff-engineer

Staff Engineer Read More »

Issue 84: ① Has social media made us more angry? ② There is only one Ren Zhengfei ③ Even Beijing has seen a wave of early loan repayments ④ Beipiao actor does not rent a house: 90,000 yuan to buy an RV, saving more than 80,000 yuan a year ⑤ Minimal use – Zhu Bi

Original link: https://pinfive.today/@skyue/84/ 2022.08.09 (issue 84) Has social media made us more angry? Source: mp.weixin.qq.com Ren Zhengfei has only one Source: finance.sina.com.cn Huawei’s small biography, focusing on some early history. Even Beijing has seen a wave of early loan repayments Source: mp.weixin.qq.com Just share, don’t talk. The actor of Beidrift does not rent a house:

Issue 84: ① Has social media made us more angry? ② There is only one Ren Zhengfei ③ Even Beijing has seen a wave of early loan repayments ④ Beipiao actor does not rent a house: 90,000 yuan to buy an RV, saving more than 80,000 yuan a year ⑤ Minimal use – Zhu Bi Read More »

JS implements countdown function

I. Introduction When the website is doing an activity, a prompt will appear with a countdown to the deadline. The effect is as shown in the figure: 2. Analysis ①Reminder time is constantly changing every second, you need to use timer (setInterval) //1000表示每隔一秒变化一次,单位为毫秒setInterval(countDown, 1000); ②The three boxes are assigned values ​​through innerHTML, and the hours,

JS implements countdown function Read More »

What does +new Date() mean

js uses ‘+’ before a data type. The purpose of this operation is to convert the data type to Number type. If the conversion fails, it will return NaN; E.g: + ‘2’ + 1 // 3 + [ 1 ] // NaN +new Date() will call the valueOf method on Date.prototype, according to new Date().getTime()

What does +new Date() mean Read More »

Programmer’s Fun (20)

This article is the 20th series. It has collected more than 10 interesting pictures and interesting short videos. With interesting text, as a programmer, you will definitely smile while watching. This is how the life of a programmer is! 358: browser 359、【Video】The happiness of programmers 360、Software development programmer 361、Hey 362. [Video] This is popular in

Programmer’s Fun (20) Read More »

Issue 84: ① Has social media made us more angry? ② There is only one Ren Zhengfei ③ Even Beijing has seen a wave of early loan repayments ④ Beipiao actor does not rent a house: 90,000 yuan to buy an RV, saving more than 80,000 yuan a year ⑤ Minimal use – Zhu Bi

Original link: https://pinfive.today/@skyue/84/ 2022.08.09 (issue 84) Has social media made us more angry? Source: mp.weixin.qq.com Ren Zhengfei has only one Source: finance.sina.com.cn Huawei’s small biography, focusing on some early history. Even Beijing has seen a wave of early loan repayments Source: mp.weixin.qq.com Just share, don’t talk. The actor of Beidrift does not rent a house:

Issue 84: ① Has social media made us more angry? ② There is only one Ren Zhengfei ③ Even Beijing has seen a wave of early loan repayments ④ Beipiao actor does not rent a house: 90,000 yuan to buy an RV, saving more than 80,000 yuan a year ⑤ Minimal use – Zhu Bi Read More »