??xml version="1.0" encoding="utf-8" standalone="yes"?>色婷婷久久一区二区三区麻豆,超碰公开在线,av在线女优影院http://www.aygfsteel.com/huhu/Huhu'Blogzh-cnSat, 17 May 2025 14:19:10 GMTSat, 17 May 2025 14:19:10 GMT60Javascript回R换行http://www.aygfsteel.com/huhu/archive/2006/04/04/39133.html似水年似水年Tue, 04 Apr 2006 05:24:00 GMThttp://www.aygfsteel.com/huhu/archive/2006/04/04/39133.htmlhttp://www.aygfsteel.com/huhu/comments/39133.htmlhttp://www.aygfsteel.com/huhu/archive/2006/04/04/39133.html#Feedback1http://www.aygfsteel.com/huhu/comments/commentRss/39133.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/39133.html<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
</head>

<body>
 <SCRIPT language="javascript">
 function next()
   {
   if(event.keyCode==13)event.keyCode=9;
  }
 </SCRIPT>
<form name="form1" method="post" action="">
<input onkeydown="next()" name="text1">
<input onkeydown="next()" name="text2">
<input onkeydown="next()" name="text3">
<input onkeydown="next()" name="text5">
<input onkeydown="if(event.keyCode==13)event.keyCode=9" name="text4">
  <input type="submit" name="Submit" value="Submit">
  <input type="reset" name="Submit2" value="Reset">
</form>
</body>
</html>



似水年 2006-04-04 13:24 发表评论
]]>
@hibernate Tag Referencehttp://www.aygfsteel.com/huhu/archive/2005/11/15/19862.html似水年似水年Tue, 15 Nov 2005 06:03:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/11/15/19862.htmlhttp://www.aygfsteel.com/huhu/comments/19862.htmlhttp://www.aygfsteel.com/huhu/archive/2005/11/15/19862.html#Feedback0http://www.aygfsteel.com/huhu/comments/commentRss/19862.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/19862.html阅读全文

似水年 2005-11-15 14:03 发表评论
]]>
appfuse QuickStarthttp://www.aygfsteel.com/huhu/archive/2005/11/15/19823.html似水年似水年Tue, 15 Nov 2005 03:20:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/11/15/19823.htmlhttp://www.aygfsteel.com/huhu/comments/19823.htmlhttp://www.aygfsteel.com/huhu/archive/2005/11/15/19823.html#Feedback0http://www.aygfsteel.com/huhu/comments/commentRss/19823.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/19823.html一.安装
   1.安装jdk1.5QE:\server\jdk1.5
   2.安装mysql 4.0,E:\server\mysql
   3.安装Ant 1.6,E:\apache-ant-1.6.2
   4.安装tomcat5.5QE:\tomcat5

?pȝ路径的设|:

   1、JAVA_HOME = E:\server\jdk1.5
   2、MYSQL_HOME = E:\server\mysql
   3、ANT_HOME = E:\apache-ant-1.6.2
   4、CATALINA_HOME = E:\tomcat5
   5、path,%JAVA_HOME%\bin;%ANT_HOME%\bin;%CATALINA_HOME%\bin;%MYSQL_HOME%\bin

?安装appfuse-1.8.2QE:\jbproject\appfuse
   1.?.\appfuse\lib\junit3.8.1\junit.jar拯?ANT_HOME%/lib目录?BR>   2.Ҏ需要修改build.properties以下部分
     #database.jar=${postgresql.jar}
     #database.type=postgresql
     #database.host=localhost
     #database URL for creating other databases (doesn't work with pgsql)
     #database.admin.url=jdbc:${database.type}://${database.host}/template1
     #database.admin.username=postgres
     #database.admin.password=postgres

     #hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
     #database.driver_class=org.postgresql.Driver
     #database.url=jdbc:${database.type}://${database.host}/${database.name}

   我只修改了database.admin.password=我的mysql密码
   3.安装的可选项Q?BR>     如果你希望?iBATIS 作ؓ持久化framework, 查看extras/ibatis目录下的 README.txt 文g或者运?ant install-ibatis?
     如果你希望?Spring 作ؓweb framework, 查看 extras/spring 目录下的 README.txt 文g或者运?ant install-springmvc?
     如果你希望?WebWork 作ؓweb framework, 查看extras/webwork 目录下的 README.txt 文g或者运?ant install-webwork?
     如果你希望?JSF 作ؓweb framework, 查看 extras/jsf 目录下的 README.txt 文g或者运?ant install-jsf?
     如果你希望?Tapestry 作ؓweb framework, 查看 extras/tapestry 目录下的 README.txt 文g或者运?ant install-tapestry?

  
?新徏目
   1. 在控制台QE:\jbproject\appfuse>ant new 按照提示输入application名称QmyappQ,database名称QmydbQ,package名称Qcom.jinnQ?
   2. 如果package名称不是org.appfuseQ拷贝appfuse下的ApplicationResources_zh_CN.properties和ApplicationResources_zh.properties到对应的路径下myapp下?注意如果你的package名称不是org.appfuse(或不是以org开_没有做过试),会提CZ输入the first part of your new package,先别忙着
输入Q看看myappQ跟appfuse一P我要你着重看看myapp\web\WEB-INF\classes下的ApplicationResources_zh_CN.properties或ApplicationResources_zh.properties
      跟appfuse下是一L。输入the first part of your new packageQ例如comQ再看看myapp\web\WEB-INF\classes下的ApplicationResources_zh_CN.properties或ApplicationResources_zh.properties
      它的内容变了。原来appfuse在执行rename package的过E中把相关的properties内容做了处理。这会造成面昄q?BR>   3. q行E:\jbproject\myapp>ant setup QBUILD SUCCESSFULQ在览器输?A href="http://localhost:8080/myapp">http://localhost:8080/myapp。一切正常,此时打开查看${CATALINA_HOME}\webapps\myapp\WEB-INF\classes\ApplicationResources_zh_CN.properties,已被~码转换?BR>   4. 关闭tomcatQ运行E:\jbproject\myapp>ant test-all,出错Q? failed with message "Wrong document title found! Expected "AppFuse
      ~ ???؈?????" but got "AppFuse ~ ???؈?????"Q显然还是资源文件编码的问题Q注意控制台有段提示"test with locale 'zh'",myapp\web\WEB-INF\classes>ApplicationResources_zh.properties更名为ApplicationResources_zh.properties.bak
      q行E:\jbproject\myapp\web\WEB-INF\classes>native2ascii -encoding gbk ApplicationResources_zh.properties ApplicationResources_zh.properties
      再次q行E:\jbproject\myapp>ant test-all BUILD SUCCESSFUL

参考文章:http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseQuickStart_zh
 



似水年 2005-11-15 11:20 发表评论
]]>
AppFuse Antdhttp://www.aygfsteel.com/huhu/archive/2005/11/11/19286.html似水年似水年Fri, 11 Nov 2005 06:14:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/11/11/19286.htmlhttp://www.aygfsteel.com/huhu/comments/19286.htmlhttp://www.aygfsteel.com/huhu/archive/2005/11/11/19286.html#Feedback0http://www.aygfsteel.com/huhu/comments/commentRss/19286.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/19286.html 

AppFuse?/SPAN>Antd

This page contains a listing of the most common Ant targets in AppFuse that I use in my daily development. For a complete list of tasks, type "ant -projecthelp" at the command line.
d
描述

setup

建立database, 配置tomcat?/SPAN>deploys expanded war

clean

Removes build artifacts

compile

~译所有的文g

deploy

~译、然后部|到Tomcat

deploy-web

部vJSP和静?/SPAN>Web内容?/SPAN>Tomcat

install

使用Tomcat?/SPAN>ManagerE序安装WebE序.
对于向远E服务器上部|程序很适合

list

列出Tomcat已经安装、部|好的应?/SPAN>

refresh

Undeploys, cleans, 然后重新部v.

reload

?/SPAN>Tomcat重新装蝲所有程?/SPAN>

remove

删除Tomcat部v好的E序

setup-db

创徏数据库,q插入范例需要的数据

setup-tomcat

复制JDBC驱动?/SPAN>context.xml?/SPAN>Tomcat相应目录?/SPAN>

test-all

q行所有用于测?/SPAN>dao, service?/SPAN>web的测试用?/SPAN>

test-dao

dao模块

test-service

service模块

test-web

使用MocksAction/Controller (不需要容?/SPAN>)

test-jsp

?/SPAN>Tomcat中运?/SPAN>Canoo WebTest (启动/停止Tomcat, 执行?/SPAN>Tomcat应该被停?/SPAN>)

test-canoo

?/SPAN>Tomcat已经q行Ӟ执行Canoo WebTest

test-reports

产生试报告

undeploy

?/SPAN> $CATALINA_HOME/webapps中删?/SPAN>war文g和相应的目录



似水年 2005-11-11 14:14 发表评论
]]>
struts1.2数据源配|?/title><link>http://www.aygfsteel.com/huhu/archive/2005/10/13/15426.html</link><dc:creator>似水年</dc:creator><author>似水年</author><pubDate>Thu, 13 Oct 2005 08:24:00 GMT</pubDate><guid>http://www.aygfsteel.com/huhu/archive/2005/10/13/15426.html</guid><wfw:comment>http://www.aygfsteel.com/huhu/comments/15426.html</wfw:comment><comments>http://www.aygfsteel.com/huhu/archive/2005/10/13/15426.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/huhu/comments/commentRss/15426.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/huhu/services/trackbacks/15426.html</trackback:ping><description><![CDATA[<P><FONT color=#008000><STRONG>三个需要的E序包:</STRONG></FONT></P> <P><FONT color=#808080>commons-dbcp-1.2.1.jar</FONT></P><FONT color=#808080> <P><FONT color=#000000><A >http://apache.linuxforum.net/dist/jakarta/commons/dbcp/binaries/</A> </FONT></P><FONT color=#000000></FONT> <P>struts-legacy.jar</P> <P><FONT color=#000000><A >http://apache.linuxforum.net/dist/jakarta/struts/struts-legacy/</A> </FONT></P><FONT color=#000000></FONT> <P>commons-pool-1.2.jar</P> <P></FONT><FONT color=#000000><A >http://apache.linuxforum.net/dist/jakarta/commons/pool/binaries/</A> <BR><BR>strut-config.xml<BR><BR><BR>  <data-sources><BR>    <data-source key="mysqlWebDB" type="org.apache.commons.dbcp.BasicDataSource"><BR>      <set-property property="description" value="Mysql DataSource For zyweb" /><BR>      <set-property property="driverClassName" value="org.gjt.mm.mysql.Driver" /><BR>      <set-property property="url" value="jdbc:mysql://localhost:3306/zyweb?useUnicode=true&amp;characterEncoding=GBK" /><BR>      <set-property property="username" value="root" /><BR>      <set-property property="password" value="zyadmin" /><BR>      <set-property property="maxActive" value="10" /><BR>      <set-property property="maxWait" value="5000"/><BR>      <set-property property="defaultAutoCommit" value="false" /><BR>      <set-property property="defaultReadOnly" value="false"/><BR>    </data-source><BR>  </data-sources></FONT></P><img src ="http://www.aygfsteel.com/huhu/aggbug/15426.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/huhu/" target="_blank">似水年</a> 2005-10-13 16:24 <a href="http://www.aygfsteel.com/huhu/archive/2005/10/13/15426.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Java 中对文g的读写操作之比较http://www.aygfsteel.com/huhu/archive/2005/06/23/6606.html似水年似水年Thu, 23 Jun 2005 09:46:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/06/23/6606.htmlhttp://www.aygfsteel.com/huhu/comments/6606.htmlhttp://www.aygfsteel.com/huhu/archive/2005/06/23/6606.html#Feedback2http://www.aygfsteel.com/huhu/comments/commentRss/6606.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/6606.htmlJava 中对文g的读写操作之比较
一Q在 JDK 1.0 中,通常是用 InputStream & OutputStream q两个基cLq行d操作的?BR>InputStream 中的 FileInputStream cM一个文件句柄,通过它来Ҏ件进行操作,cM的,?
OutputStream 中我们有 FileOutputStream q个对象?BR>
用FileInputStream 来读取数据的常用Ҏ是:
FileInputStream fstream = new FileInputStream(args[0]);
DataInputStream in = new DataInputStream(fstream);
?in.readLine() 来得到数据,然后?in.close() 关闭输入?BR>完整代码?Example 1?BR>
用FileOutputStream 来写入数据的常用Ҏ是:
FileOutputStream out out = new FileOutputStream("myfile.txt");    
PrintStream p = new PrintStream( out );
?p.println() 来写入数据,然后?p.close() 关闭输入?BR>完整代码?Example 2?BR>

二.?JDK 1.1中,支持两个新的对象 Reader & Writer, 它们只能用来Ҏ本文件进行操作,?
JDK1.1中的 InputStream & OutputStream 可以Ҏ本文件或二进制文件进行操作?BR>
用FileReader 来读取文件的常用Ҏ是:
FileReader fr = new FileReader("mydata.txt");
BufferedReader br = new BufferedReader(fr);
?br.readLing() 来读出数据,然后用br.close() 关闭~存Q用fr.close() 关闭文g?BR>完整代码?Example 3?

?FileWriter 来写入文件的常用Ҏ是:
FileWriter fw = new FileWriter("mydata.txt");
PrintWriter out = new PrintWriter(fw);  
在用out.print ?out.println 来往文g中写入数据,out.print ?out.println的唯一区别是后者写
入数据或会自动开一新行。写完后要记?用out.close() 关闭输出Q用fw.close() 关闭文g?nbsp;  
完整代码?Example 4?BR>
-------------------------------------------------------------- following is the source code of examples------------------------------------------------------

Example 1:
// FileInputDemo
// Demonstrates FileInputStream and DataInputStream
import java.io.*;

class FileInputDemo {
  
public static void main(String args[]) {
    
// args.length is equivalent to argc in C
    if (args.length == 1{
      
try {
        
// Open the file that is the first command line parameter
        FileInputStream fstream = new FileInputStream(args[0]);
        
// Convert our input stream to a DataInputStream
        DataInputStream in = new DataInputStream(fstream);
        
// Continue to read lines while there are still some left to read
        while (in.available() !=0{
          
// Print file line to screen
          System.out.println (in.readLine());
        }

        
in.close();
      }
 catch (Exception e) {
        System.err.println(
"File input error");
      }

    }

    
else
      System.
out.println("Invalid parameters");
  }

}


Example 2:
// FileOutputDemo
// Demonstration of FileOutputStream and PrintStream classes
import java.io.*;

class FileOutputDemo 
{    
  
public static void main(String args[])  {              
  FileOutputStream 
out// declare a file output object
    PrintStream p; // declare a print stream object

try {
  
// connected to "myfile.txt"
      out = new FileOutputStream("myfile.txt");
      
// Connect print stream to the output stream
      p = new PrintStream( out );
      p.println (
"This is written to a file");
      p.close();
    }
 catch (Exception e) {
      System.err.println (
"Error writing to file");
    }

  }

}


Example 3:
// FileReadTest.java
// User FileReader in JDK1.1 to read a file 
import java.io.*;

class FileReadTest {      
  
public static void main (String[] args) {
    FileReadTest t 
= new FileReadTest();
    t.readMyFile();
}
 
    
  
void readMyFile() 
    String record 
= null;
    
int recCount = 0
    
try 
FileReader fr 
= new FileReader("mydata.txt");
       BufferedReader br 
= new BufferedReader(fr);
       record 
= new String();
       
while ((record = br.readLine()) != null{
         recCount
++;
         System.
out.println(recCount + "" + record); 
}

br.close();
fr.close(); 
     }
 catch (IOException e) 
         System.
out.println("Uh oh, got an IOException error!");
         e.printStackTrace();
     }

}
 
  
}
    

Example 4:
// FileWriteTest.java
// User FileWriter in JDK1.1 to writer a file 
import java.io.*;

class FileWriteTest {      
  
public static void main (String[] args) {
    FileWriteTest t 
= new FileWriteTest();
    t.WriteMyFile();
}
 
    
  
void WriteMyFile() 
    
try 
FileWriter fw 
= new FileWriter("mydata.txt");
PrintWriter 
out = new PrintWriter(fw);    
out.print(“hi,this will be wirte into the file!?;   
out.close();
fw.close();
     }
 catch (IOException e) 
         System.
out.println("Uh oh, got an IOException error!");
         e.printStackTrace();
     }

}
 
  
}
    


似水年 2005-06-23 17:46 发表评论
]]>
各种|页播放器代码大?/title><link>http://www.aygfsteel.com/huhu/archive/2005/06/17/6287.html</link><dc:creator>似水年</dc:creator><author>似水年</author><pubDate>Fri, 17 Jun 2005 06:20:00 GMT</pubDate><guid>http://www.aygfsteel.com/huhu/archive/2005/06/17/6287.html</guid><wfw:comment>http://www.aygfsteel.com/huhu/comments/6287.html</wfw:comment><comments>http://www.aygfsteel.com/huhu/archive/2005/06/17/6287.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/huhu/comments/commentRss/6287.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/huhu/services/trackbacks/6287.html</trackback:ping><description><![CDATA[<div id="wmqeeuq" class=diaryContent id=diary1855245 style="DISPLAY: block"> <P><embed src="<A ;; <BR>autostart="true" loop="true" width="200" height="150" > <BR>把这个网址<A >http://wmt2.aboutmedia.com.tw/Aboutmedia/warner/mtv/naying-021011_01v_120k.wmv</A>换成你要看的电媄p?/P> <P><BR>有图像的rm格式Q?BR><OBJECT classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA' height=288 id=video1 width=305 VIEWASTEXT><BR><param name='_ExtentX' value='5503'><BR><param name='_ExtentY' value='1588'><BR><param name='AUTOSTART' value='-1'><BR><param name='SHUFFLE' value='0'><BR><param name='PREFETCH' value='0'><BR><param name='NOLABELS' value='0'><BR><param name='SRC' value='http://media.cdut.edu.cn/ram/new/xiaoxin1.ram'><BR><param name='CONTROLS' value='Imagewindow,StatusBar,ControlPanel'><BR><param name='CONSOLE' value='RAPLAYER'><BR><param name='LOOP' value='0'><BR><param name='NUMLOOP' value='0'><BR><param name='CENTER' value='0'><BR><param name='MAINTAINASPECT' value='0'><BR><param name='BACKGROUNDCOLOR' value='#000000'><BR></OBJECT></P> <P>无图像的rm格式Q如相声Q歌曌Ӏ。?BR><object ID='video2' WIDTH='300' HEIGHT='62' CLASSID='CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA'><BR><param name='_ExtentX' value='9657'><BR><param name='_ExtentY' value='847'><BR><param name='AUTOSTART' value='-1'><BR><param name='SHUFFLE' value='0'><BR><param name='PREFETCH' value='0'><BR><param name='NOLABELS' value='0'><BR><param name='SRC' value='http://210.242.69.206/ramgen/broadcast/BCC/encoder/hipop.rm'><BR><param name='CONTROLS' value='StatusBar,controlpanel'><BR><param name='CONSOLE' value='Clip1'><BR><param name='LOOP' value='0'><BR><param name='NUMLOOP' value='0'><BR><param name='CENTER' value='0'><BR><param name='MAINTAINASPECT' value='0'><BR><param name='BACKGROUNDCOLOR' value='#000000'><BR></object></P> <P>最单的media格式的播攑֙。。自动识别有无图像,但是版本是你机器的!<BR><embed src='mms://61.175.132.221/tv/mtv/f4/makeawish.wmv' width=200 height=200 autostart=true loop=true></embed></P> <P>有图像的media播放器,自动调用|上的插件?BR><object id=nstv classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' width=280 height=265 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701standby=Loading Microsoft? Windows Media? Player components... type=application/x-oleobject><BR><param name='URL' value='http://202.99.11.42/xiangsheng/ymjr.wma'><BR><PARAM NAME='UIMode' value='full'><PARAM NAME='AutoStart' value='true'><BR><PARAM NAME='Enabled' value='true'><BR><PARAM NAME='enableContextMenu' value='false'><BR><param name='WindowlessVideo' value='true'></object></P> <P>无图像的media播放器。。。同上?BR><object id=nstv classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' width=280 height=60 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701standby=Loading Microsoft? Windows Media? Player components... type=application/x-oleobject><BR><param name='URL' value='http://202.99.11.42/xiangsheng/ymjr.wma'><BR><PARAM NAME='UIMode' value='full'><PARAM NAME='AutoStart' value='true'><BR><PARAM NAME='Enabled' value='true'><BR><PARAM NAME='enableContextMenu' value='false'><BR></object></P> <P>只是界面不同的media的调插g播放器。。徏议不用这个,Q你可以看!<BR><embed src='http://av.wanwa.com/fileroot/AV/Ramfiles/23809.ram' type='audio/x-pn-realaudio-plugin' console='Clip1' controls='ControlPanel,StatusBar' height='60' width='275' autostart='true'></embed></P> <P>rm文g在线播放<BR><embed height=25 src=www.xiakedao.com/biyun/ren/a.rm type=audio/x-pn-realaudio-plugin width=50 autostart="false" controls="PlayButton"></P> <P><BR>autostart="false" 打开面时处于候命状态,autostart="true" 打开面旉上听声音 height=25 width=50 有不同数|播放器面板有些不?BR>midi、au、avi文g在线播放</P> <P><EMBED SRC="<A ; width="47" height="24" AUTOSTART=TRUE> </P> <P>autostart="false" 打开面时处于候命状态,autostart="true" 打开面旉上听声音 height=25 width=50 有不同数|播放器面板有些不?</P> <P>asf文g在线播放<BR><html><BR><head><BR><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><BR><title></title><BR></head><BR><body topmargin="0" leftmargin="0"><BR><object classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 codebase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=7.0 height=53 id=NSPlay0 name=NSPlay type=application/x-oleobject width=87 VIEWASTEXT standby="Loading Microsoft Windows Media Player components..." border="0"><param name="AudioStream" value="-1"><BR><param name="AutoSize" value="0"><BR><param name="AutoStart" value="1"><BR><param name="AnimationAtStart" value="-1"><BR><param name="AllowScan" value="-1"><BR><param name="AllowChangeDisplaySize" value="-1"><BR><param name="AutoRewind" value="0"><BR><param name="Balance" value="0"><BR><param name="BaseURL" value><BR><param name="BufferingTime" value="10"><BR><param name="CaptioningID" value><BR><param name="ClickToPlay" value="-1"><BR><param name="CursorType" value="0"><BR><param name="CurrentPosition" value="-1"><BR><param name="CurrentMarker" value="0"><BR><param name="DefaultFrame" value><BR><param name="DisplayBackColor" value="0"><BR><param name="DisplayForeColor" value="65280"><BR><param name="DisplayMode" value="0"><BR><param name="DisplaySize" value="1"><BR><param name="Enabled" value="-1"><BR><param name="EnableContextMenu" value="-1"><BR><param name="EnablePositionControls" value="-1"><BR><param name="EnableFullScreenControls" value="-1"><BR><param name="EnableTracker" value="-1"><BR><param name="Filename" value="<A ;><BR><param name="InvokeURLs" value="-1"><BR><param name="Language" value="-1"><BR><param name="Mute" value="0"><BR><param name="PlayCount" value="1"><BR><param name="PreviewMode" value="0"><BR><param name="Rate" value="1"><BR><param name="SAMILang" value><BR><param name="SAMIstyle" value><BR><param name="SAMIFileName" value><BR><param name="selectionStart" value="-1"><BR><param name="selectionEnd" value="-1"><BR><param name="SendOpenStateChangeEvents" value="-1"><BR><param name="SendWarningEvents" value="-1"><BR><param name="SendErrorEvents" value="-1"><BR><param name="SendKeyboardEvents" value="0"><BR><param name="SendMouseClickEvents" value="0"><BR><param name="SendMouseMoveEvents" value="0"><BR><param name="SendPlayStateChangeEvents" value="-1"><BR><param name="ShowCaptioning" value="0"><BR><param name="ShowControls" value="-1"><BR><param name="ShowAudioControls" value="0"><BR><param name="ShowDisplay" value="0"><BR><param name="ShowGotoBar" value="0"><BR><param name="ShowPositionControls" value="-1"><BR><param name="ShowStatusBar" value="-1"><BR><param name="ShowTracker" value="-1"><BR><param name="TransparentAtStart" value="-1"><BR><param name="VideoBorderWidth" value="0"><BR><param name="VideoBorderColor" value="0"><BR><param name="VideoBorder3D" value="-1"><BR><param name="Volume" value="0"><BR><param name="WindowlessVideo" value="0"><BR></object><BR>其中<param name="AutoStart" value="0"> 0为打开面处于待命状态,?时打开面直接播放 </body><BR></html> </P> <P> <P>式收听mp3ҎQ?BR><A href="http://*.mp3/">http://*.mp3</A>Q?A href="http://*.mp3/">http://*.mp3</A>Qhttp://...琱ttp://*.mp3Q?BR>把上面的的文件另存ؓ*.m3u,可实现在线播放*.mp3Q支持连l播放) </P> <P>mpegp在线播放Q?BR>{等Q让它下?<BR><img border="0" dynsrc="<A >http://music.cnvnet.com/video/0321.mpeg</A> ;<BR>" start="fileopen"> </P> <P><BR>rm影像在线播放 代码Q?BR><object id="vid" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width=114 height=100><BR><param name="_ExtentX" value="3016"><BR><param name="_ExtentY" value="2646"><BR><param name="AUTOSTART" value="-1"><BR><param name="SHUFFLE" value="0"><BR><param name="PREFETCH" value="0"><BR><param name="NOLABELS" value="-1"><BR><param name="SRC" value="<A ;><BR><param name="CONTROLS" value="Imagewindow"><BR><param name="CONSOLE" value="clip1"><BR><param name="LOOP" value="0"><BR><param name="NUMLOOP" value="0"><BR><param name="CENTER" value="0"><BR><param name="MAINTAINASPECT" value="0"><BR><param name="BACKGROUNDCOLOR" value="#000000"><BR></object> </P> <P> <P>加几个控制器<BR><object id="vid" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width=427 height=300><BR><param name="_ExtentX" value="11298"><BR><param name="_ExtentY" value="7938"><BR><param name="AUTOSTART" value="-1"><BR><param name="SHUFFLE" value="0"><BR><param name="PREFETCH" value="0"><BR><param name="NOLABELS" value="-1"><BR><param name="SRC" value="<A ;><BR><param name="CONTROLS" value="Imagewindow"><BR><param name="CONSOLE" value="clip1"><BR><param name="LOOP" value="0"><BR><param name="NUMLOOP" value="0"><BR><param name="CENTER" value="0"><BR><param name="MAINTAINASPECT" value="0"><BR><param name="BACKGROUNDCOLOR" value="#000000"><BR></object> <BR><object id="vid2" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width=427 height=30><BR><param name="_ExtentX" value="11298"><BR><param name="_ExtentY" value="794"><BR><param name="AUTOSTART" value="-1"><BR><param name="SHUFFLE" value="0"><BR><param name="PREFETCH" value="0"><BR><param name="NOLABELS" value="-1"><BR><param name="SRC" value="<A ;><BR><param name="CONTROLS" value="ControlPanel"><BR><param name="CONSOLE" value="clip1"><BR><param name="LOOP" value="0"><BR><param name="NUMLOOP" value="0"><BR><param name="CENTER" value="0"><BR><param name="MAINTAINASPECT" value="0"><BR><param name="BACKGROUNDCOLOR" value="#000000"><BR></object><BR></P></DIV><img src ="http://www.aygfsteel.com/huhu/aggbug/6287.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/huhu/" target="_blank">似水年</a> 2005-06-17 14:20 <a href="http://www.aygfsteel.com/huhu/archive/2005/06/17/6287.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>jstl1.1 Tag Libraruy标志W?/title><link>http://www.aygfsteel.com/huhu/archive/2005/06/07/5684.html</link><dc:creator>似水年</dc:creator><author>似水年</author><pubDate>Tue, 07 Jun 2005 08:13:00 GMT</pubDate><guid>http://www.aygfsteel.com/huhu/archive/2005/06/07/5684.html</guid><wfw:comment>http://www.aygfsteel.com/huhu/comments/5684.html</wfw:comment><comments>http://www.aygfsteel.com/huhu/archive/2005/06/07/5684.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.aygfsteel.com/huhu/comments/commentRss/5684.html</wfw:commentRss><trackback:ping>http://www.aygfsteel.com/huhu/services/trackbacks/5684.html</trackback:ping><description><![CDATA[<P>在JSTL 1.1中用以下标识符:</P> <TABLE cellSpacing=0 cellPadding=0 border=1> <TBODY> <TR> <TD> <P align=center><STRONG>?/STRONG><STRONG></STRONG> </P></TD> <TD> <P align=center><STRONG>URI</STRONG><STRONG></STRONG> </P></TD> <TD> <P align=center><STRONG>前缀</STRONG><STRONG></STRONG> </P></TD></TR> <TR> <TD> <P>Core</P></TD> <TD> <P><EM>http://java.sun.com/jsp/jstl/core</EM> </P></TD> <TD> <P>c</P></TD></TR> <TR> <TD> <P>XML processing</P></TD> <TD> <P><EM>http://java.sun.com/jsp/jstl/xml</EM> </P></TD> <TD> <P>x</P></TD></TR> <TR> <TD> <P>I18N formatting</P></TD> <TD> <P><EM>http://java.sun.com/jsp/jstl/fmt</EM> </P></TD> <TD> <P>fmt</P></TD></TR> <TR> <TD> <P>Database access</P></TD> <TD> <P><EM>http://java.sun.com/jsp/jstl/sql</EM> </P></TD> <TD> <P>sql</P></TD></TR> <TR> <TD> <P>Functions</P></TD> <TD> <P><EM>http://java.sun.com/jsp/jstl/functions</EM> </P></TD> <TD> <P>fn</P></TD></TR></TBODY></TABLE><img src ="http://www.aygfsteel.com/huhu/aggbug/5684.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/huhu/" target="_blank">似水年</a> 2005-06-07 16:13 <a href="http://www.aygfsteel.com/huhu/archive/2005/06/07/5684.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Jstl的函数库http://www.aygfsteel.com/huhu/archive/2005/06/07/5683.html似水年似水年Tue, 07 Jun 2005 08:12:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/06/07/5683.htmlhttp://www.aygfsteel.com/huhu/comments/5683.htmlhttp://www.aygfsteel.com/huhu/archive/2005/06/07/5683.html#Feedback1http://www.aygfsteel.com/huhu/comments/commentRss/5683.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/5683.html使用实例Q?lt;%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> ${fn:length(myCollection)}
其他函数Q?

函数

描述

fn:contains(string, substring)

如果参数string中包含参数substringQ返回true

fn:containsIgnoreCase(string, substring)

如果参数string中包含参数substringQ忽略大写Q,q回true

fn:endsWith(string, suffix)

如果参数 string 以参数suffixl尾Q返回true

fn:escapeXml(string)

有Ҏ意义的XML (和HTML)转换为对应的XML character entity codeQƈq回

fn:indexOf(string, substring)

q回参数substring在参数string中第一ơ出现的位置

fn:join(array, separator)

一个给定的数组array用给定的间隔Wseparator串在一Pl成一个新的字W串q返回?/P>

fn:length(item)

q回参数item中包含元素的数量。参数Itemcd是数l、collection或者String。如果是Stringcd,q回值是String中的字符数?/P>

fn:replace(string, before, after)

q回一个String对象。用参数after字符串替换参数string中所有出现参数before字符串的地方Qƈq回替换后的l果

fn:split(string, separator)

q回一个数l,以参数separator 为分割符分割参数stringQ分割后的每一部分是数组的一个元?/P>

fn:startsWith(string, prefix)

如果参数string以参数prefix开_q回true

fn:substring(string, begin, end)

q回参数string部分字符? 从参数begin开始到参数end位置Q包括end位置的字W?/P>

fn:substringAfter(string, substring)

q回参数substring在参数string中后面的那一部分字符?/P>

fn:substringBefore(string, substring)

q回参数substring在参数string中前面的那一部分字符?/P>

fn:toLowerCase(string)

参数string所有的字符变ؓ写Qƈ其q回

fn:toUpperCase(string)

参数string所有的字符变ؓ大写Qƈ其q回

fn:trim(string)

去除参数string 首尾的空|q将其返?/P>



似水年 2005-06-07 16:12 发表评论
]]>
q回到前一늚Ҏhttp://www.aygfsteel.com/huhu/archive/2005/06/07/5682.html似水年似水年Tue, 07 Jun 2005 08:12:00 GMThttp://www.aygfsteel.com/huhu/archive/2005/06/07/5682.htmlhttp://www.aygfsteel.com/huhu/comments/5682.htmlhttp://www.aygfsteel.com/huhu/archive/2005/06/07/5682.html#Feedback0http://www.aygfsteel.com/huhu/comments/commentRss/5682.htmlhttp://www.aygfsteel.com/huhu/services/trackbacks/5682.html
<input type="button" value="q回" onClick="history.go(-1)"> 

q回到前一ƈh
<%String ref = request.getHeader("REFERER");response.sendRedirect(ref);%>


似水年 2005-06-07 16:12 发表评论
]]>
վ֩ģ壺 ƽ| ̩| | ˮ| ƽ| | Ͻ| | | Ʊ| | ֦| | ¯| ɽ| Դ| ˮ| | г| Ϫ| ƽ| | | ƽ| | | | ƺ| | ̨| | | ̨| | | ɽ| | | | | غ|