代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/108165/6185506
java testtransactionmanager.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/100409/6270051
java lock.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Core License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// Copy
www.eeworm.com/read/100409/6270055
java transactionmanager.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Core License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// Copy
www.eeworm.com/read/336419/12445558
java bankoperation.java
package Bank;
import java.util.Random;
public class BankOperation{
public static void main(String[] args){
int initialBalance = 500; //The initial account balance 初始化帐户余额
int totalCr
www.eeworm.com/read/130612/14181591
java supervisor.java
import java.util.Vector;
import java.util.Random;
public class Supervisor implements Runnable {
private Bank theBank; // The bank we all work for
private String name;
www.eeworm.com/read/111805/15503117
java supervisor.java
import java.util.Vector;
import java.util.Random;
public class Supervisor implements Runnable {
private Bank theBank; // The bank we all work for
private String name;
www.eeworm.com/read/188512/8533468
cpp atm.cpp
// ATM.cpp
// Member-function definitions for class ATM.
#include "ATM.h" // ATM class definition
#include "Transaction.h" // Transaction class definition
#include "BalanceInquiry.h" // BalanceInq
www.eeworm.com/read/175783/9533063
c trlog.c
/***************************************************************************
* *
* db.*
www.eeworm.com/read/418517/10943170
sql ch 11 - transactional integrity.sql
-----------------------------------------------------------
-- SQL Server 2000 Bible
-- Wiley Publishing
-- Paul Nielsen
-- Chapter 11 - Transactional Integrity
---------------------------
www.eeworm.com/read/440207/7692345
cpp tran1.cpp
/*************Function To Record Transaction Made By Members*****************/
# include"liba.h"
void transac1(int mid,char ch)
{
struct transaction T;
struct date d;
FILE