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

📄 rvideo.jsp

📁 一个练习JAVA的例子程序 一个练习JAVA的例子程序
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %><%@ page import="jasp.buildin.*, jasp.vbs.*, jasp.util.*" %><%@ page extends="jasp.servlet.JspBase" %><%  try {    jspinit(request,response,application,out,"jasp0");%><%     Session.setCodePage(936);    variant username = new variant();%><%    username.set(Request.QueryString("Username").getValue());    if (username.equals(new variant(""))) {        Response.End();    }    if (Session.getItem("username").unequals(username)) {        Response.Write("你没有权限!");        Response.Redirect("http://www.goshow8.com");        Response.End();    }%><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>去秀吧---在线录制</title></head><body  oncontextmenu="window.event.returnValue=false" onselectstart="return false"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="620" height="400">  <param name="movie" value="../ffmpeg/record.swf">  <param name="quality" value="high">  <embed src="../record.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="620" height="400"></embed></object></body></html><%    End();    } catch(Exception ex) {         printStackTrace(ex);    } %>

⌨️ 快捷键说明

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