当前位置:网站首页>XWiki Installation Tips
XWiki Installation Tips
2022-07-03 15:12:00 【Brother Xing plays with the clouds】
XWiki Installation and use skills Tips: :
1. function {%XWIKI_HOME%} Medium start_xwiki.bat The basic download and installation is like this , The rest is configuration XWiki Chinese language support
2. webapps\xwiki\WEB-INF In the catalog web.xml, modify Character Encoding, for example <filter> <filter-name>Set Character Encoding</filter-name> <filter-class>com.xpn.xwiki.web.SetCharacterEncodingFilter</filter-class> <init-param> <param-name>encoding</param-name> <param-value>UTF-8</param-value> </init-param> </filter>
3. \webapps\xwiki\WEB-INF In the catalog xwiki.cfg, modify xwiki.encoding = UTF-8
4. \webapps\xwiki\WEB-INF In the catalog Hibernate Configuration file for hibernate.cfg.xml Modification of , Add the following two property <property name="connection.useUnicode">true</property> <property name="connection.characterEncoding">UTF-8</property>
5. {%XWIKI_HOME%} Under the start_xwiki.bat Modification of set LANG=en_US.UTF-8 Java %JAVA_OPTS% -Dfile.encoding=UTF-8 -Djetty.home=%JETTY_HOME% -Djetty.port=%JETTY_PORT% -jar %JETTY_HOME%/start.jar The above two sentences are original UTF-8 by ISO-8859-1, Such as UTF-8 Just fine
OK, restart start_xwiki.bat You can edit and save Chinese Problems found : Write new blog Or when adding new pages title There is a problem if part of it begins with Chinese , There will be problems with the database connection , But this problem is easy to solve , I add an English word or The letters are ok , Look back and see what the problem is . And if you want to post code in the page , Especially when there are special symbols like angle brackets , It should be on the right side of the edit page Page Syntax Selected as XWiki 2.0, Otherwise it will filter out these special symbols .
6. Modify the Chinese interface :xwiki administrator ->localization->lanaguage modify en by ch
边栏推荐
- 2022/02/14
- Global and Chinese market of Bus HVAC systems 2022-2028: Research Report on technology, participants, trends, market size and share
- 在MapReduce中利用MultipleOutputs输出多个文件
- Web server code parsing - thread pool
- What are the composite types of Blackhorse Clickhouse, an OLAP database recognized in the industry
- Basic SQL tutorial
- Chapter 04_ Logical architecture
- Global and Chinese markets of AC electromechanical relays 2022-2028: Research Report on technology, participants, trends, market size and share
- Center and drag linked global and Chinese markets 2022-2028: Research Report on technology, participants, trends, market size and share
- Global and Chinese market of transfer case 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

Kubernetes帶你從頭到尾捋一遍

什么是embedding(把物体编码为一个低维稠密向量),pytorch中nn.Embedding原理及使用

Matplotlib drawing label cannot display Chinese problems

Incluxdb2 buckets create database

【Transformer】入门篇-哈佛Harvard NLP的原作者在2018年初以逐行实现的形式呈现了论文The Annotated Transformer

How does vs+qt set the software version copyright, obtain the software version and display the version number?

Tencent internship interview sorting

Yolov5系列(一)——網絡可視化工具netron

视觉上位系统设计开发(halcon-winform)-4.通信管理

mysql innodb 存储引擎的特性—行锁剖析
随机推荐
使用Tengine解决负载均衡的Session问题
【微信小程序】WXSS 模板样式
Yolov5 advanced nine target tracking example 1
App全局异常捕获
Construction of operation and maintenance system
Global and Chinese market of marketing automation 2022-2028: Research Report on technology, participants, trends, market size and share
4-33--4-35
Apache ant extension tutorial
socket.io搭建分布式Web推送服务器
Matlab r2011b neural network toolbox precautions
Functional modules and application scenarios covered by the productization of user portraits
视觉上位系统设计开发(halcon-winform)-2.全局变量设计
[transform] [NLP] first proposed transformer. The 2017 paper "attention is all you need" by Google brain team
[graphics] hair simulation in tressfx
Kubernetes - YAML文件解读
[cloud native training camp] module 7 kubernetes control plane component: scheduler and controller
【注意力机制】【首篇ViT】DETR,End-to-End Object Detection with Transformers网络的主要组成是CNN和Transformer
Kubernetes vous emmène du début à la fin
[attention mechanism] [first vit] Detr, end to end object detection with transformers the main components of the network are CNN and transformer
基础SQL教程