Have you ever played SpringBoot for interesting banners? (With latest idea)

Click on the blue font above and select "Star Official Account"

High-quality articles, delivered immediately

Author: Java practical technology

http://suo.im/5VGph9

一:banner.txt

Create a new banner.txt text file in the resources directory of the SpringBoot project, then paste the startup banner into this text file, and start the project.

2: Make banner online

Many companies’ banners are their own company names or product names, so it’s necessary to get the banner through text. Here are a few websites that make banners online:

1. http://patorjk.com/software/taag/

Big font

Doom font

2. https://www.bootschool.net/ascii

3. http://www.network-science.de/ascii/

4. https://www.degraeve.com/img2txt.php

This website is very powerful and can be converted into text based on pictures.

Since pictures can be converted to text, I will just find a picture to play with.

https://uploadfile.huiyi8.com/2014/0719/20140719100527496.jpg

Let’s take a look at the results. My little friends and I were stunned. It was still colorful.

Three: IDEA 2019.03.03 latest activation jetbrains-agent.jar

1. Put jetbrains-agent.jar in the bin directory in InteliJ IDEA.

2. Configure VM Options through the Help menu -> Edit Custom VM Options.

Add the following configuration in the last line of the file. If it is a Windows computer, write the absolute path actually put in your own computer jetbrains-agent.jar, such as -javaagent:D:\\\xxx\jetbrains-agent.jar.

-javaagent:/Applications/IntelliJ IDEA.app/Contents/bin/jetbrains-agent.jar

3. Restart IDEA, select License Server, and enter the latest value as http://fls.jetbrains-agent.com. This method is effective in pro-test, and it is still available after several months of use.

Finally, you can reply " idea " to get the jetbrains-agent.jar package

Friends who like this article, please click on the picture to follow the subscription account and watch more exciting content!

Recommended reading:

Click to see and then go!

Guess you like

Origin blog.csdn.net/qq_39507327/article/details/105480021