In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/03 Report--
What if the application deployed by was on linux is garbled? This problem may be often seen in our daily work. Through this question, I hope you can gain more. Here are the steps to solve this problem.
Linux was garbled?
Applications deployed by was on linux sometimes have garbled code, so you can try to install Chinese fonts to solve the problem.
Specific methods:
1. You can see a lot of fonts in java's $JAVA_HOME/jre/lib/fonts/ (if it's websphere, there's a built-in jvm). Create a new directory here, named fallback, and put simsun.ttf in this directory.
# mkdir fallback#sudo cp. / your font dir/simsun.ttf fallback/
two。 The permission to the font file is readable
# cd fallback/#sudo chmod 644 simsun.ttf
3. Then execute under the fallback directory:
# mkfontscale & & mkfontdir
At this point, the fonts.dir and fonts.scale files are generated in the fallback directory, and the contents of fonts.scale are appended to the fonts.dir of the parent directory.
# su#cat fonts.scale > >.. / fonts.dir
4. If not, fc-cache flushes the font cache.
# fc-cache
The above is the solution to the garbled code of the application deployed by was on linux, and you need to use it yourself in order to understand the details. If you want to know more about it, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.