代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/119240/14836090
c target.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/220115/14852413
java accountiteratorpoa.java
package Bank;
/**
*
* IDL Source "D:/exp/NewWork/Exp6/src/Bank.idl"
* IDL Name ::Bank::AccountIterator
* Repository Id IDL:Bank/AccountItera
www.eeworm.com/read/220115/14852417
java accountpoa.java
package Bank;
/**
*
* IDL Source "D:/exp/NewWork/Exp6/src/Bank.idl"
* IDL Name ::Bank::Account
* Repository Id IDL:Bank/Account:1.0
*
www.eeworm.com/read/220115/14852419
java accountmanagerpoa.java
package Bank;
/**
*
* IDL Source "D:/exp/NewWork/Exp6/src/Bank.idl"
* IDL Name ::Bank::AccountManager
* Repository Id IDL:Bank/AccountManage
www.eeworm.com/read/219945/14858968
c animate.c
#include
#include
#include
#include
#include
#define N1 64
#define N2 32
#define N4 16
#define N8 8
#define N16 4
#define END 0
void interru
www.eeworm.com/read/219630/14872749
cpp dlge.cpp
// DlgE.cpp : implementation file
//
#include "stdafx.h"
#include "finalhomework.h"
#include "DlgE.h"
//#include "forlogin.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static c
www.eeworm.com/read/219551/14876225
txt 从asp.net中发送电邮通知.txt
从ASP.NET中发送电邮通知(转)!感觉可以,与大家分享!
ASP.NET改变了这一切,Web开发者获得了对.NET框架库的完全访问。我们终于有机会能做得更好。本文探讨了ASP.NET内建的电子邮件支持,并介绍了一个实例:就网站的404错误向自己发送电邮通知。
SMTP被最大程度地简化
到底有多简单呢?如果服务器恰好正在运行一个SMTP服务,那么为了程序化地发送电子邮 ...
www.eeworm.com/read/118194/14882355
py sax3.py
#!/usr/bin/python
import sys
from xml.sax import saxutils
from xml.sax import make_parser
from xml.sax import handler
# Define a simple SAX handler
class SimpleHandler(saxutils.DefaultHandler):
d
www.eeworm.com/read/118194/14882379
py input1.py
#!/usr/bin/python
import sys
from xml.sax import saxutils
from xml.sax import make_parser
from xml.sax import handler
from xml.sax import saxlib
from xml.sax import xmlreader
# Define a simple SAX ha