代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1466008
java operation.java
/*
Copyright (c) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms
www.eeworm.com/read/469170/1482250
cs operation.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Windows.Forms;
//using Microsoft.Internal.Performance;
namesp
www.eeworm.com/read/462368/1546304
java operation.java
package com.po;
/**
* Operation entity.
*
* @author MyEclipse Persistence Tools
*/
public class Operation implements java.io.Serializable {
// Fields
private Integer opId;
pri
www.eeworm.com/read/457515/1596429
java operation.java
package net.java.workeffort.service.domain;
import java.util.Date;
/**
* Operation.
* @author Antony Joseph
*/
public class Operation extends BaseDomain {
String operationCd;
String desc
www.eeworm.com/read/454235/1632028
java operation.java
package com.tarena.oss.rights.pojo;
import java.io.Serializable;
public class Operation implements Serializable {
private Integer id;
private String name;
private Module module;
pu
www.eeworm.com/read/451405/1661634
java operation.java
package com.po;
/**
* Operation entity.
*
* @author MyEclipse Persistence Tools
*/
public class Operation implements java.io.Serializable {
// Fields
private Integer opId;
pri
www.eeworm.com/read/251627/4418383
java operation.java
//author:lihuoming
package com.foshanshop.ejb3;
public interface Operation {
public int Add(int a, int b);
}
www.eeworm.com/read/250898/4425840
java operation.java
package executionengine;
import compiler.Attribute;
import recordmanagement.*;
/**
*所有SQL操作的interface,实现的类通过构造函数
*完成自身数据结构的构造
*
*/
public abstract interface Operation {
public void open();
www.eeworm.com/read/246023/4498945
java operation.java
//author:lihuoming
package com.foshanshop.ejb3;
public interface Operation {
public int Add(int a, int b);
}