Oracle的sql*plus是與oracle進行交互的客戶端工具。在sql*plus中,可以運行sql*plus命令與sql語句。 我們通常所說的DML、DDL、DCL語句都是sql語句,它們執(zhí)行完后,都可以保存在一個被稱為sql buffer的內(nèi)存區(qū)域中,并且只能保存一條最近執(zhí)行的sql語句,我們可以對保存在sql buffer中的sql 語句進行修改,然后再次執(zhí)行。 除了sql語句,在sql*plus中執(zhí)行的其它語句我們稱之為sql*plus命令。它們執(zhí)行完后,不保存在sql buffer的內(nèi)存區(qū)域中,它們一般用來對輸出的結(jié)果進行格式化顯示,以便于制作報表。 本文章就介紹一下一些常用的sql*plus命令。
上傳時間: 2013-12-23
上傳用戶:zm7516678
互信息法求混沌序列的最優(yōu)時延 文件說明: 1、Mutual_Information_main.m 主文件,直接運行此程序即可 2、LorenzData.dll 產(chǎn)生Lorenz離散序列 3、Mutual_Information.dll 互信息函數(shù) 4、buffer.dll 緩存文件
標簽: Mutual_Information_main 混沌序列 時延
上傳時間: 2014-02-24
上傳用戶:manlian
This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size Frame buffer Object (FBO). The Glow effect is performed on a specific part of the screen and can be done only on specific objects of the scene. You can imagine using such a postprocessing effect in CAD/DCC to emphasize some items from a selection or picking for example.
標簽: arbitrary rendering example perform
上傳時間: 2014-01-03
上傳用戶:liuchee
該程序運用線程的mutex控制數(shù)據(jù)流的鎖定,實現(xiàn)Producer和consumer之間對buffer的合理有序的利用
標簽: mutex 程序 控制 數(shù)據(jù)流
上傳時間: 2017-02-20
上傳用戶:duoshen1989
Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a bufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
標簽: characters character buffering efficient
上傳時間: 2017-02-20
上傳用戶:cjl42111
環(huán)型隊列函數(shù),主要是ring buffer的管理模塊,完成相關的操作。
上傳時間: 2014-08-29
上傳用戶:ainimao
procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收數(shù)據(jù) 在編寫基于串口的計算機工業(yè)測控時,通常需要由下位機向PC機發(fā)送數(shù)據(jù)以使PC機了解系統(tǒng)的測試數(shù)據(jù)或下位機的運行狀態(tài),并進而控制下位機的行為。利用Spcomm串口控件接收下位機發(fā)送的數(shù)據(jù)信息的示例代碼如下: //事件驅(qū)動方式接收數(shù)據(jù)程序 procedure TForm1.CommlReceiveData(Sender:Tobject buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保證接收到所有數(shù)據(jù) move(buffef ,receivedata,bufferlength) //將接收緩存區(qū)中的數(shù)據(jù)轉(zhuǎn)移到數(shù)組中 …… end (5) 關閉串口 在系統(tǒng)開發(fā)中,應注意在不使用串口時應及時關閉串口,釋放系統(tǒng)資源,否則可能會影響系統(tǒng)的其它應用。關閉串口的代碼如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end
標簽: commflg procedure senddata integer
上傳時間: 2014-01-26
上傳用戶:懶龍1988
cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, buffer overrun, and many more problems. Its goal is to produce no false positives.
標簽: allocation-deallo mismatching cppcheck analyzer
上傳時間: 2013-12-08
上傳用戶:Zxcvbnm
利用C#編寫的一個關于SharpMap的例子,能夠加載shapeFile圖層,對圖層疊加順序進行調(diào)整,對圖層屬性進行設置,而且還實現(xiàn)了buffer和touches兩個方法
上傳時間: 2017-05-17
上傳用戶:wxhwjf
LZMA壓縮解壓算法,壓縮解壓函數(shù)接口入?yún)⒊鰠⒍家?b>buffer形式; 代碼為完整的工程,可運行,其中包括簡單的舉例。
上傳時間: 2017-05-25
上傳用戶:yy541071797