readme.html

来自「Java写的图片幻灯片切换特效 很牛哦」· HTML 代码 · 共 59 行

HTML
59
字号
<html>

<head>

<title>SR Slider - ReadMe</title>

</head>

<body>

<h2>SR Slider - ReadMe</h2>

<hr>

<p>

<b>Running the program:</b>
<br>
Click on the 'run_win32.bat' file to run the program. After running the program, you can safely close the command prompt window.

<br><br>

If a command propmt window comes and vanishes, then you might not have a Java plugin installed on your machine. You can download and install Java from <a href="http://www.java.com" target="_new">http://www.java.com/</a> website. The download is free of cost.

<br><br>

The 'run_win32.bat' file is for Windows platform only. If you are running an operating system other than Windows, that file will not work. First you should open a console window (Terminal), cd (change directory) to this folder. Now type the command,<br><br>

<i>java SR_Slider</i>

<br><br>

I assumed that you have either J2SDK or J2RE installed on your system and made proper changes to the PATH variable.

<br><br>

<b>Debugging information:</b>
<br>

The *.class files contain no debugging information. They were compiled with: <i>javac -g:none FileName.java</i> command in order to keep the download file size small. To generate all the available debugging info, use the <i>javac -g FileName.java</i> command.

</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p align="right">
<!-- You are not authorized to remove the code below -->
<font size="1">
<a href="http://www29.websamba.com/shovon">(C) ShuvoRim Pvt. Ltd.</a>
</font>
<!-- You are not authorized to remove the code above -->
</p>

</body>

</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?