代码搜索:支付接口
找到约 10,000 项符合「支付接口」的源代码
代码结果 10,000
www.eeworm.com/read/490094/1208732
java database.java
package check;
import java.sql.*;
import check.dbconn;
import check.strformat;
public class database {
protected Connection conn = null; //Connection接口
protected Statement stmt = null; //St
www.eeworm.com/read/487401/1236946
java addresses.java
package address;
import java.rmi.*;
import javax.ejb.*;
//Addresses EJB的远程接口
public interface Addresses extends EJBObject {
public String getFirstName() throws RemoteException;
public String getL
www.eeworm.com/read/483207/1279542
java stringsorttest.java
//: StringSortTest.java
// Testing the generic sorting Vector
//实现比较大小用的接口
import java.util.*;
public class StringSortTest {
static class StringCompare implements Compare {
public bool
www.eeworm.com/read/475745/1382424
java dynamicbuttondemo.java
import javax.swing.*;
import java.awt.*;
//导入ActionEvent事件包
import java.awt.event.*;
public class DynamicButtonDemo extends JFrame
//实现ActionListener接口
implements ActionListener {
pri
www.eeworm.com/read/468364/1491150
java paintable.java
package redduke.game.j2me;
import javax.microedition.lcdui.Graphics;
/**
* 绘制接口
* @author redduke1202
*
*/
public interface Paintable {
public int getWidth();
public int getHeight();
www.eeworm.com/read/461515/1552575
java studentdao.java
package com.qrsx.exam.dao;
import com.qrsx.exam.model.Student;
/**
* 用于操作学生的StudentDAO接口
*
* @author galaxy
*
*/
public interface StudentDAO extends GenericDAO {
www.eeworm.com/read/461515/1552579
java testpaperdao.java
package com.qrsx.exam.dao;
import com.qrsx.exam.model.TestPaper;
/**
* 试卷实体对象的操作接口
*
* @author galaxy
*
*/
public interface TestPaperDAO extends GenericDAO {
}
www.eeworm.com/read/461515/1552593
java roledao.java
package com.qrsx.exam.dao;
import com.qrsx.exam.model.Role;
/**
* 操作Role对象的DAO接口
*
* @author galaxy
*
*/
public interface RoleDAO extends GenericDAO {
}
www.eeworm.com/read/455642/1609694
java dynamicbuttondemo.java
import javax.swing.*;
import java.awt.*;
//导入ActionEvent事件包
import java.awt.event.*;
public class DynamicButtonDemo extends JFrame
//实现ActionListener接口
implements ActionListener {
pri
www.eeworm.com/read/455464/1613782
java pagecachesvc.java
package com.jeecms.cms.service;
import java.io.Serializable;
import com.jeecms.core.service.CacheSvc;
/**
* 整页缓存通用接口
*
* @author liufang
*
*/
public interface PageCacheSvc extend