Skip to content

How to recover accidentally deleted files in Android Studio

[Python] How to play music

Last Updated on 2021-03-14 by Clay


Introduction

If you search about “How to do a simple Python side project“, you will find the online tutorial is teaching “how to make a music player by yourself“. In any case, being able to customize a music player by yourself is quite interesting to think about.

Read More »[Python] How to play music

[Linux] How to check CPU information

Last Updated on 2021-03-13 by Clay

Linux is an operating system that can do all the functions you imagine

Introduction

CPU (Central Processing Unit) is a most important component in a computer. its main task is following the instructions given by the user. In other words, all the behaviors of our daily use of computer, including opening files, playing music, using editor to record work … etc, are all inseparable from the CPU.

The better CPU can make the computer performance better.

Read More »[Linux] How to check CPU information

Intellij IDEA: How to recover accidentally deleted files

Last Updated on 2021-03-10 by Clay


Introduction

I wrote a note about the steps of how to recovering accidentally deleted files in PyCharm IDE. Intellij IDEA that also developed by Jetbrains, can do the same.

Recently, I accidentally deleted the files when developing an App using Flutter, thank god, I use the following steps to save my files.

Read More »Intellij IDEA: How to recover accidentally deleted files

[Python] Crawler download a file via resume breakpoint

Last Updated on 2021-03-04 by Clay

Display Python code on the screen

Introduction

Sometimes when we downloading a file via crawler, maybe network fluctuations or other work interrupt us …… but we don’t have to download the file again.

If we can resume our downloading in breakpoint, we can resume the download progress, continue to finished it.

Read More »[Python] Crawler download a file via resume breakpoint
Exit mobile version