📄 readme_069.txt
字号:
XQEngine Readme v0.69
24march2005, Howard Katz, Fatdog Software Inc.
Contents of XQEngine.zip package
--------------------------------
o XQEngine.jar
o source.zip
o junit.jar
o readme_069.txt (this file)
o GPL license.txt
o doc.zip (API JavaDocs)
o data.zip :
bib.xml
bib_2.xml
book.dtd
book.xml
report1.xml
reviews.xml
home_1.rss
There's extensive online documentation at http://xqengine.sourceforge.net/
The data files are included in the distribution for reference only. The versions of those files that are indexed and queried in the SampleApp sample application and JUnit tests are built into the XQEngine jar file and don't need to be placed on your drive to work.
You can run the enclosed SampleApp.java application by placing junit.jar on the classpath, CD'ing to the directory where you've installed XQEngine.jar and typing
java -jar XQEngine.jar
from the command line. See the online docs for details.
Alternately, if you want to run the built-in junit tests, add XQEngine.jar to the classpath and type
java com.fatdog.xmlEngine.junitTest.TestDriver
This will quickly run through 360+ junit tests.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -