IHttpModuleÈçºÎÀ¹½ÓhtmlÇëÇó
ÇëÎÊIHttpModuleÈçºÎÀ¹½ÓhtmlÇëÇó
IISÀïÅäÖùýÁË£¬htmlÇëÇó´¦ÀíÓÉC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dllÖ´ÐÐ
µØÖ·Á´½Ó¸ñʽÈçÏ£º
http://localhost:8080/News/5938f1b5aa4a494.html
http://localhost:8080/News/f0538be0760c4b6.html
http://localhost:8080/News/afa72cc873434bc.html
¡°News/¡±ºóÃæµÄ×Ö·û¶¼ÊÇÊý¾Ý¿â±íÀïµÄÖ÷¼üÍ⣬¼ÓÒ»¸ö.htmlÀ©Õ¹Ãû
ÎÒÏëͨ¹ýIHttpModule°ÑNewsºóÃæµÄÖ÷¼üÈ¡³öÀ´£¬½øÐÐURLÖØÐ´£¬
C# code:
public void Init(HttpApplication context)
{
context.BeginRequest += new EventHandler(context_BeginRequest);
}
void context_BeginRequest(object sender, EventArgs e)
{
HttpApplication application = (HttpApplication)sender;
HttpContext context = application.Context;
string strPath= context.Request.Path;
}
Çó¸ßÈËÖ¸½Ì
°ó¶¨ jf
×øÔÚÕâÀïµÈ¸ßÊÖÀ´,ѧϰѧϰ,ºÇºÇ
Ïà¹ØÎÊ´ð£º
ÎÒµÄjava applet ǶÈëhtmlºóÎÞ·¨ÏÔʾ£¬¶øÓÃappletviewerÏÔʾÕý³£ÎªÊ²Ã´£¬»¹ÓоÍÊÇÓÃhtml converterת»¯ºó¿ÉÒÔÏÔʾ£¬ÎªÊ²Ã´£¿Çë´óÏÀ´Í½Ì£¡
HTML code:
<HTML>
<HEAD>
<TITLE>TEST.HTML< ......
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......
ÎÒÓõÄÊÇÁ¬½Ó³Ø×öµÄ£¬ÅäÁ¬½Ó³ØµÄ·½·¨Ó¦¸ÃûÓÐ´í£¬ÎªÊ²¾ÍÊdzöÏÖÕâÖÖÎÊÌâ
javax.servlet.ServletException: javax.naming.NameNotFoundException: No object bound to name java:comp/env/test
ÇëÎÊ´óÏÀÃÇÕâÊÇÔ ......
HTML code
<html>
<head>
<title>Ö±½ÓÊäÈëµÄExcel±í¸ñ </title>
<style>
<!--
table.formdata{
border:1px solid #5F6F7E;
border-collapse:collaps ......