一,事務
一,事務
ublic static void main(string args) catch (sqlexception e) catch (sqlexception e1)
}}finally
2,public static void main(string args)
//我們這裡可以不寫事務
} catch(sqlexception ex) catch (sqlexception e)
} finally
}2,事務隔離;
* 併發控制
* 事務隔離級別
*/public class testjdbc2 catch (sqlexception ex) catch (classnotfoundexception e) finally
}二,行集
1,行集的填充1:
* 使用結果集填充
*/public class testjdbc3
rowset.close(); //關閉行集
} catch(exception ex)
三,行集的增刪改查
1,修改
public static void main(string args) catch(exception ex)
2,新增
public static void main(string args) catch(exception ex)
3,刪除
public static void main(string args)
rowset.close(); //關閉行集
} catch(exception ex)
}4,讀取
public class testjdbc4
rowset.close(); //關閉行集
} catch(exception ex)
}四,行集的分頁
public class testjdbc8
if( rowset.nextpage() )
}rowset.close(); //關閉行集
} catch(exception ex) }}
五,使用行集分頁
* 行集連線資料庫並填充資料
*/public static void main(string args)
if( rowset.nextpage() )
}rowset.close(); //關閉行集
} catch(exception ex)
}
JDBC之(3)高階特性
可滾動,可定位,可更新 二,可滾動行,定位 ublic class testjdbc3 while rs.previous 將指標從最後一行逐步向第一行移動 catch exception ex finally 三,通過結果集增刪改查 1,增加 public static void main str...
shell高階特性 4
1 shell模組 shell指令碼中可以載入配置檔案或呼叫已經完成函式或指令碼。a 載入配置檔案 新建配置檔案config,插入以下 1 reboot mode true 在同一路徑下,新建檔案module.sh,插入以下 1 bin bash 2 可以簡寫為 config 3source con...
30 高階特性之閉包(2)
def calc sum args 可變引數 def inner sum ix 0 區域性變數,暫存累加結果 for y in args args是calc sum這個外部函式的變數,被內部函式inner sum使用了,故args為自由變數 ix y return ix return inner s...