代码搜索:故障处理
找到约 10,000 项符合「故障处理」的源代码
代码结果 10,000
www.eeworm.com/read/475606/6774201
txt 实例——使用tsqlconnection组件管理事务.txt
procedure TForm1.TransDButtonClick(Sender: TObject);
var
num:Integer;
//描述一个事务处理结构变量
TransD: TTransactionDesc;
begin
if not SQLConnectionTD.InTransaction then
www.eeworm.com/read/473097/6856431
java demonexceptionhandler.java
//异常处理示例。
class DemonExceptionHandler {
public static void main(String args[]) {
int i, a;
try { //监测代码块.
i = 0;
a = 10 / i;
System.out.println("This will not be p
www.eeworm.com/read/395385/8180973
java fuction.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package studentscore;
import java.util.*;
/**
*
* 基本数据处理类
* @author Conupe Fox
*/
public clas
www.eeworm.com/read/267658/11169881
cpp jp.cpp
#include
#include //包含字符串函数处理头文件;
#define N 10000
using namespace std;
struct air //定义结构体数组;
{
int