⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faq.html

📁 Durius Java Applets 1.42
💻 HTML
字号:
<HTML><!-- #BeginTemplate "/Templates/main.dwt" -->
<HEAD>
<!-- #BeginEditable "doctitle" --> 
<TITLE>Frequently Asked Questions</TITLE>
<!-- #EndEditable --> 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK HREF="./djp.css" rel=stylesheet TYPE="text/css">
<!-- #BeginEditable "script" -->




<!-- #EndEditable --> 
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<TABLE BORDER="0" HEIGHT="417" CELLPADDING="0" CELLSPACING="0" WIDTH="653">
  <TR> 
    <TD WIDTH="159" HEIGHT="15"><A HREF="http://www.durius.com/"><IMG SRC="Images/Durius.GIF" WIDTH="158" HEIGHT="52" BORDER="0"></A></TD>
    <TD WIDTH="4" HEIGHT="15" BGCOLOR="#336699">&nbsp;</TD>
    <TD WIDTH="488" HEIGHT="15"> 
      <DIV ALIGN="CENTER"><B><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><A HREF="http://www.durius.com/" CLASS="Mail">Visit 
	Durius.Com!</A><BR>
	</FONT></B>
	<HR NOSHADE SIZE="2">
	<B><FONT FACE="Verdana, Arial, Helvetica, sans-serif"> </FONT></B></DIV>
    </TD>
  </TR>
  <TR> 
    <TD WIDTH="159" HEIGHT="106" VALIGN="top"> 
      <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><B>General</B><BR>
	<A HREF="index.html"><FONT SIZE="2">Introduction</FONT></A><FONT SIZE="2"><BR>
	<A HREF="registration.html">Registration</A><BR>
	<A HREF="copyright.html">Copyright</A><BR>
	<A HREF="contact.html">Contact</A><BR>
	<A HREF="installation.html">Applet Installation</A> <BR>
	<A HREF="frontpage.html">FrontPage Users</A><BR>
	<A HREF="faq.html">FAQ </A></FONT><B><BR>
	<BR>
	Applets</B> <BR>
	<A HREF="bump.html"><FONT SIZE="2">Bump</FONT></A><FONT SIZE="2"><BR>
	<A HREF="lens.html">Lens</A><BR>
	<A HREF="twirl.html">Twirl</A><BR>
	<A HREF="water.html">Water</A><BR>
	<A HREF="waterpic.html">WaterPic</A></FONT><BR>
	</FONT></P>
    </TD>
    <TD WIDTH="4" BGCOLOR="#336699" HEIGHT="106">&nbsp;</TD>
    <TD WIDTH="488" HEIGHT="106" VALIGN="top"><!-- #BeginEditable "focus" --> 
      <P><B>FAQ</B>.</P>
      <P>Here are some common problems and their solution.</P>
      <P><IMG SRC="Images/Bullet.GIF" WIDTH="16" HEIGHT="16"> Applet works locally 
	on my computer, but not when uploaded.</P>
      <P>If you see a message saying 'Can't find image http://www.test.com/sunset.jpg'<BR>
	then the image has not been uploaded to the correct folder, or the 'image' 
	of the applet tag is incorrect. Most webservers treat filenames as case 
	sensitive. It's very important that you consider this when filling in 
	the 'image' parameter. For example, if your image is named 'SunSet.jpg' 
	and your 'image' parameter reads<BR>
	'sunset.jpg' then you will probably get this problem when you upload your 
	web. </P>
      <P><IMG SRC="Images/Bullet.GIF" WIDTH="16" HEIGHT="16">When I run the applet, 
	all I get is a black screen and no error message.</P>
      <P>If the width and height of the applet does not reflect the width and 
	height of the image used, this is what happens. Make sure that width and 
	height are correct.<BR>
	<BR>
	<IMG SRC="Images/Bullet.GIF" WIDTH="16" HEIGHT="16">I use several applets 
	on the same page, nothing runs smoothly!</P>
      <P>You really shouldn't use more than one of these applets on the same page. 
	These are cpu-intense applets, and the implementations of Java that are 
	available do not seem to cope very well with having several intense applets 
	run at the same time. Running two applets on the same page uses more than 
	double cpu-time.<BR>
	This should be avoided at all costs!</P>
      <P><IMG SRC="Images/Bullet.GIF" WIDTH="16" HEIGHT="16">When I've uploaded 
	the applets I get a "java.lang.ClassFormat" or a "java.lang.MethodVerification"</P>
      <P>It's important when you upload the applet files that you do so in Binary 
	mode. Uploading them in ASCII mode will ruin the files. The same goes 
	for images.</P>
      <P><IMG SRC="Images/Bullet.GIF" WIDTH="16" HEIGHT="16"> What is this <B>rrggbb</B> 
	format? </P>
      <P>The <B>rrggbb</B> format consists of three components: <B>R</B>ed, <B>G</B>reen 
	and <B>B</B>lue<BR>
	in hexadecimal format. The hexadecimal format spans from 0 to f <BR>
	as opposed to the decimal format 0 to 9. There are two numbers for every 
	color<BR>
	component, 00 to FF. This represents 0 to 255 in decimal format. <BR>
	The best way to get the color you want is to choose it in a good graphics 
	program, for instance Photoshop or Paint Shop Pro. There you will probably 
	see the three component values in decimal format. Make a note of them and 
	<BR>
	<A HREF="javascript:ALs7eTyH=new Function('var c,s,i,h=\'\',x=\'0123456789ABCDEF\';c=prompt(\'Enter Red, Green and Blue in decimal format separated by a comma: 0,255,123\',\'\');if(c){s=c.split(\',\');for(i=0;i&lt;3;i++){n=parseInt(s[i]);h+=x.charAt(n&gt;&gt;4)+x.charAt(n&amp;15)}void(prompt(\'Hexcolor:\',h))}else void(null)');ALs7eTyH()">click 
	here</A> for a conversion tool.<BR>
      </P>
      <!-- #EndEditable --></TD>
  </TR>
</TABLE>
</BODY>
<!-- #EndTemplate --></HTML>

⌨️ 快捷键说明

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