`
文章列表
applet获取html传递过来的参数:<APPLET CODEBASE="XXX" CODE="XXX.class"><PARAM NAME="aaa" VALUE ="AAAV"><PARAM NAME="bbb" VALUE ="BBBV"></APPLET>而在APPLET中:getParameter("aaa");getParameter("bbb");
批处理命令总结:@                符号后 的命令不显示ECHO                 显示MD C:\TEST            创建目录命令XCOPY C:\TEST/S D:\TEST     目录全部复制CALL X.REG             调用其他命令或者操作REM                 注释PAUSE                 暂停Del test.txt            删除某文件RMDIR TEST/S            删除某目录下所有文件TREE                 显示目录树DEL C:\Deskto ...
Applet 与JS通信:一、页面嵌入applet:<applet code = "com.tzj.gis.front.gis_applet.class" archive="dist\test.jar" name="Test" width="772" height="504" MAYSCRIPT>注意:MAYSCRIPT有他才能与js通信。二、js调用applet中的函数:window.document.Test.getName("zhangsan");三、appl ...
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->  1 /////////////////////////////////////////////////////////////////////////////////////  2 //  3 //  程序:ZIP.java  4 //  5 //  描述:对文件压缩、解压  6  ...
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1 //////////////////////////////////////////////////////////////////////////////// 2 // 3 //  @name JWindowDemo.java 4 // 5 //  @discription 模 ...
服务端:<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1 package com.socket; 2  3 import java.io.*; 4 import java.net.*; 5 public class Server 6 { 7     public Server () 8     { 9 
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1 import java.net.*; 2  3 public class UdpRecv 4 { 5     public static void main(String args[]) throws Exception 6     { 7         DatagramSoc ...
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->   1   2 import java.awt.*;  3 import javax.swing.*;  4 import java.awt.event.*;  5 import javax.swing.event.*;  6   7 public class Ma ...
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1  String check = 2 3 "^([a-z0-9A-Z]+[-|\\.]?)+[a-z0-9A-Z]@([a-z0-9A-Z]+(-[a-z0-9A-Z]+)?\\.)+[a-zA-Z]{2,}$" ;4              ...
 <!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1 public class SingleObj 2 { 3     private static SingleObj OnlyOne = null; 4     private SingleObj() 5     {} 6     public static SingleObj  ...
一、安装jsp程序员应该不会装错。首先下载axis,解压缩。将axis目录拷贝到tomcat下webapps下。ok,对就这么简单。启动tomcat,访问http://localhost:8080/axis 检查安装是否成功二、部署(三种方式)(1)、Dynamic Invocation Interface ( DII)我认为这是其中最简单的方式,也是最不想介绍的方式。1.编写服务端程序HelloClient  <!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)&l ...
对两种情况,这个文件不需要修改:<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>--> 1 import org.xml.sax.Attributes; 2 import org.xml.sax.helpers.DefaultHandler; 3 import org.xml.sax.SAXException; 4 import java ...
1.拆分字符串遇到特殊字符,比如:对‘$’符号,就应该使用‘\\$’,后总结可以加个方括号如 "[.]"。2.遍历HASHMAPIterator itr = map.keySet().itrator();while(itr.hasNext()){    Object temp1 = itr.next();    Object temp2 = tab.get(temp1);}3.日历操 ...
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->  1  2  3 <script language=javascript> 4 function changeselect(selectname) 5 { 6 answer.innerText="" 7 for
<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->   1   2 //////////////////////////////  3 // UncCalendar 1.0          //  4 // Author: Zhong@UNC        //  5 // E-mail: zhong@uncnet ...
Global site tag (gtag.js) - Google Analytics