代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/454713/1629026
java handler.java
package model;
import java.util.*;
import org.hibernate.*;
import hibernate_tier.HibernateUtil;
import hibernate_tier.Train;
import org.apache.log4j.*;
public class Handler {
Query qu
www.eeworm.com/read/452353/1656629
cs handler.cs
using System;
using System.Web;
using System.Text;
namespace HelloAjax
{
public class HttpHandler:IHttpHandler
{
#region IHttpHandler 成员
public bool IsReusable
www.eeworm.com/read/451586/1660464
java handler.java
package rabbit.handler;
import java.io.IOException;
/** This interface descsribes the methods neccessary to implement a
* handler. Besides this a constructor is also nedded
*
* @author
www.eeworm.com/read/250731/4427575
java handler.java
/*
* $Id: Handler.java 3763 2006-11-28 10:36:33Z mortenv $
*
* Copyright 2002-2004 Norwegian University of Science and Technology
*
* This file is part of Network Administration Visualized (NAV)
www.eeworm.com/read/250731/4427970
py handler.py
#! /usr/bin/env python
# -*- coding: ISO8859-1 -*-
#
# Copyright 2006 UNINETT AS
#
# This file is part of Network Administration Visualized (NAV)
#
# NAV is free software; you can redistribute it and/
www.eeworm.com/read/250731/4428092
py handler.py
#! /usr/bin/env python
# -*- coding: ISO8859-1 -*-
#
# Copyright 2006 UNINETT AS
#
# This file is part of Network Administration Visualized (NAV)
#
# NAV is free software; you can redistribute it and/
www.eeworm.com/read/250731/4428102
py handler.py
#! /usr/bin/env python
# -*- coding: ISO8859-1 -*-
#
# Copyright 2006 UNINETT AS
#
# This file is part of Network Administration Visualized (NAV)
#
# NAV is free software; you can redistribute it and/
www.eeworm.com/read/247438/4482634
vb handler.vb
Imports System.Web
Namespace Hersh
Public Class CustomHandlerVB : Implements IHttpHandler
Public Sub ProcessRequest(Context As HttpContext) Implements IHttpHandler.ProcessRequest
www.eeworm.com/read/246767/4491924
java handler.java
/***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2005 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/246012/4499380
java handler.java
/*
* Created on 2007-3-7
* Last modified on 2007-3-8
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.service.proxy;
import java.lang.reflect.Method;
import com.yeqiangwei.cl