代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/420697/2067211
java operation.java
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/420043/2072482
java operation.java
/*
* @(#)Operation.java 1.4 96/11/18
*
* Copyright (c) 1995, 1996 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* M
www.eeworm.com/read/419129/2080786
java operation.java
/**
* Copyright (c)上海烟草(集团)公司与上海康时信息系统有限公司。
*/
package com.myejb;
/**
* 远程接口
* @author xywang
* @since 2009-2-11
* @version 1.0
*/
public interface Operation{
public int Add(in
www.eeworm.com/read/414813/2142154
h operation.h
/**********************************************************************
* $Id: operation.h 1820 2006-09-06 16:54:23Z mloskot $
*
* GEOS - Geometry Engine Open Source
* http://geos.refractions.net
www.eeworm.com/read/414304/2151791
java operation.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.s7turn.security.entity;
import java.io.Serializable;
import javax.persistence.Column;
www.eeworm.com/read/410291/2214507
java operation.java
/* Operation.java
{{IS_NOTE
Purpose:
Description:
History:
Sep 29, 2007 9:20:35 AM 2007, Created by Dennis.Chen
}}IS_NOTE
Copyright (C) 2007 Potix Corporation. All Rights R
www.eeworm.com/read/409409/2231614
java operation.java
package chapter4.addressbook;
import javax.microedition.rms.*;
public class Operation {
String recordName="database";
RecordStore rs=null;
public void addRecord(String name, String p
www.eeworm.com/read/408992/2240275
java operation.java
package chapter4.addressbook;
import javax.microedition.rms.*;
public class Operation {
String recordName="database";
RecordStore rs=null;
public void addRecord(String name, String p
www.eeworm.com/read/408544/2248550
java operation.java
package com.po;
/**
* Operation entity.
*
* @author MyEclipse Persistence Tools
*/
public class Operation implements java.io.Serializable {
// Fields
private Integer opId;
pri