Blog | 博客

Linux common commands-38: file

The file command is used to identify the file type and also the encoding format of some files. It obtains the file type by looking at the header information of the file. Syntax format: file [parameter] [file] Common parameters: Example # 显示文件类型file cuda_10.1.243_418.87.00_linux.run If it is an executable file This article is reprinted from https://xugaoxiang.com/2022/06/11/linux-cmds-38-file/ […]

Linux common commands-38: file Read More »

Linux common commands-37: export

The export command is used to display and set system environment variables. Syntax format: export [parameter] Common parameters: Example # 列出当前所有变量export # 过滤PATH export | grep PATH # 设置变量ENVI export ENVI=100 # 常见的追加环境变量的值,如PATH export PATH=/home/xugaoxiang/bin:$PATH This article is reprinted from https://xugaoxiang.com/2022/06/11/linux-cmds-37-export/ This site is for inclusion only, and the copyright belongs to the original author.

Linux common commands-37: export Read More »

Linux common commands-36: tree

The tree command is used to list the contents of a directory in tree-like form. Syntax format: tree [parameter] Common parameters: Example tree # 只显示2层目录tree -L 2 # 只显示目录,不显示文件tree -d # 根据目录和文件的更改时间来排序tree -t This article is reprinted from https://xugaoxiang.com/2022/06/11/linux-cmds-36-tree/ This site is for inclusion only, and the copyright belongs to the original author.

Linux common commands-36: tree Read More »

weekend

Original link: https://synyan.cn/t/40012 Go to Mixc City to taste the new store. If you are full of tea and rice, you will be happy when you walk by the lake! Read the full article This article is reproduced from: https://synyan.cn/t/40012 This site is for inclusion only, and the copyright belongs to the original author.

weekend Read More »

Potential of Joke Understanding

Original link: https://lujun9972.github.io/blog/2022/06/11/%E7%AC%91%E8%AF%9D%E7%90%86%E8%A7%A3%E4%B9% 8Bpotential/index.html #+begin_example What did the physicist say to the young man who was about to jump off the Empire State building? Don’t do it. You have so much potential. #+end_example =potential= means both =potential= and =potential=. The Empire State Building is so high, it has a lot of potential energy… This article

Potential of Joke Understanding Read More »

Record yourself | 2022.06.11

Original link: https://www.bgbiji.com/990.html 1 When I saw the incident of beating people at the barbecue restaurant, I remembered that I was surrounded by the underworld when I was in high school. At that time, I went to the Internet with my classmates. Because there were many people in the Internet cafe, we stood at the

Record yourself | 2022.06.11 Read More »

An important knowledge point of dubbo client configuration

Original link: https://nicksxs.me/2022/06/11/dubbo-%E5%AE%A2%E6%88%B7%E7%AB%AF%E9%85%8D%E7%BD%AE% E7%9A%84%E4%B8%80%E4%B8%AA%E9%87%8D%E8%A6%81%E7%9F%A5%E8%AF%86%E7%82%B9/ In fact, there will be many problems in the configuration project. Since different projects do not have a relatively unified planning and framework template, generally only the creator will understand (may not understand), such as configuring a springboot + a while ago. dubbo’s project, discovered dubbo This article is reprinted from:

An important knowledge point of dubbo client configuration Read More »

What is the simplification of JavaScript (what is js code compression), and why should js code be compressed?

Minimalization, also known as minification, is the process of removing all unnecessary characters from JavaScript source code without changing its functionality. This includes removing spaces, comments, and semicolons, and using shorter variable names and functions. Minimal JavaScript code reduces file size. For example, this is the code block before and after minimal simplification: Before Minimal

What is the simplification of JavaScript (what is js code compression), and why should js code be compressed? Read More »

Strattic

Original link: https://www.wpdaxue.com/links/129848.html Strattic is an all-in-one static site generation and hosting platform that instantly optimizes WordPress by converting it to a static architecture. With Strattic, content managers and marketers can continue to manage content in WordPress as usual, while developers enjoy the benefits of a completely headless website. WordPress Headless is a relatively new

Strattic Read More »

graduate

Original link: https://blog.laffitto.xyz/post/bi-ye/ A major turning point in life When sorting out my graduation materials one after another, I finally understood that my academic career was coming to an end. Looking at a pile of documents on the desktop, from elementary school to graduate school, from 6 years old to 25 years old, nearly 20

graduate Read More »