[Linux] Use “ln” Command to Create Soft Link and Hard Link Files
Last Updated on 2024-08-07 by Clay
In Windows, we always use .lnk
extension file (never show) redirect to a file path, it can help us to open any file easily.
Last Updated on 2024-08-07 by Clay
In Windows, we always use .lnk
extension file (never show) redirect to a file path, it can help us to open any file easily.
The disks in the computer can be roughly divided into Hard Disk Drive (HDD) and Solid State Drive (SSD).
Read More »[Linux] How to Determine whether a Disk is SSDI think many people are familiar with Mega Cloud Service.
Read More »[Linux] Use megatools to Download Files of MEGA CloudFor a long time, because the place where I live is a bit close to the mountain, the signal of the mobile phone is often unstable. This is undoubted a maddening thing when I desperately want to check information.
Read More »[Linux] Use Wired Network to Establish WIFI Hotspot to Share with Other DevicesIf we want to rename a file in Linux system, we can use mv
and rename
command.
Recently, I studied a word cloud generation tool for a while, and of course I used the famous wordcloud
package in python. I currently have a function that I want to do is to customize the background of the picture, but I only found the use of a picture mask to reshape the word cloud.
wordcloud
is a famous python package to generate word cloud. Today I want to record how to change the word color in the word cloud generated by this package.
matplotlib
is a famous python plot package and most of user used it to process the image.
But when I using matploblib
package to plot a image, I do not like the white border of my plot image.
wordcloud
is a famous python package to generate word cloud. I also record about how to use the package to make a word cloud, but today I have further studied the setting of wordcloud
according to different picture masks to generate different shapes of word clouds, and even control the color of the word cloud.
Today, when I re-used the package “GoogleNews” in Python that can automatically return search results (you can refer to [Python] Using “GoogleNews” package to get the Google News that I wrote before), it may be because I upgraded this package The version of, there is no problem in the English search, but the search result in the Chinese search is not returned, and there is no error.
Read More »[Solved] (2020/04/23 Updated) Python GoogleNews can not Return Chinese Search Results