官网对于以zip方式安装的说明

Installing from ZIP

Unzip the zip archives into the folder of your choice. XAMPP is
extracting to the subdirectory "C:xampp" below the selected target

  1. Now start the file "setup_xampp.bat", to adjust the XAMPP
  2. to your system.

If you choose a root directory "C:" as target, you must not start
"setup_xampp.bat".

Like with the installer version, you can now use the "XAMPP Control
Panel" for additional tasks.

总结

以zip方式安装,如果不是装到c盘根目录,那么一定要执行setup_xampp.bat,否则apache不能启动,而且配置文件中的换行符都是linux的,用记事本打开的话,都没有换行。

xampp7.2系列最新版7.2.34的tomcat版本为7,因此,至少是7.3版本以上的xampp,tomcat版本才为8。

我推荐的xampp版本为7.3.29,其tomcat版本为8.5.69。

tomcat添加管理账号:

Edit the tomcat-users.xml file in the tomcat/conf subdirectory of your
XAMPP installation directory (typically C:xampp) and add the line
below, before the closing </tomcat-users> element:

<user username="admin" password="admin" roles="manager-gui,admin-gui"/>

结束。

问题描述:同事在一台服务器上部署了PaddleOCR,刚开始很快,过了几天,速度变慢。

解决过程:查找电脑占用性能的地方,看内存占用、cpu占用。最后发现时tomcat占用特别厉害。

解决办法:修改tomcat配置文件,限制其占用。

摘自:百度知道

一个word文件最多达32M,1M=1024K,也就是一个word文件最多32768K。

一个空白的word文档大小是24K,1万个字的word文档大小为43.5K,30万字的word文档大小为609K。

但是文件内容如果太多文件太大的话,打开运行速度会很慢。

word打印每一页如果想多放些字,在文件菜单下页面设置,将上、下、左、右页边矩设为0.5厘米,文字字号调为五号字,在格式菜单下将段落的行距中选为固定值,设置值为12。这样打印出来的字和中学生考试卷的字差不多大小,既看得清楚,又非常多了。

摘录:http://www.u615.com/y/html/676.html

在java中A类实现了X接口,和A类继承了Y类,有什么区别啊?自小编感觉上,区别如下: 一个人的阅历,全部写在眼睛里,小编的眼神从清亮到沉浊,所经历的不过是一场又一场的伤害和一次又一次的离别。