Stored procedures are a precompiled collection of programming statements that perform operations in the database , and are stored under a name and processed as a unit 存儲過程是一個執(zhí)行數(shù)據(jù)庫操作的編程語句的預(yù)編譯集合,它們以某個名稱保存并作為一個單元來處理。
We will add 3 breakpoints , 2 in the egl pagehandlers before and after calling the egl server and other at the egl server in the first program statement 我們將添加3個斷點(diǎn),兩個位于調(diào)用egl server之前和之后的egl頁面處理器中,另一個位于egl server的第一個程序語句。
In computer programming , to resolve a string of characters , representing for example a program statement , into its elemental parts as defined by ( say ) the programming language 在計(jì)算機(jī)程序設(shè)計(jì)中,從字符串(例如代表程序的語句)中分辨出程序設(shè)計(jì)語言中所定義的基本語法成分。
The python interpreter , at its simplest level , operates in a similar manner , starting at the top of a program and sequentially executing program statements in a linear fashion Python解釋器在其最簡單的級別,以類似的方式操作,即從程序的頂端開始,然后一行一行地順序執(zhí)行程序語句。
In computer programming , to resolve a string of characters , representing for example a program statement , into its elemental parts as defined by ( say ) the programming language 在計(jì)算機(jī)程序設(shè)計(jì)中,從字符串(例如代表程序的語句)中分辨出程序設(shè)計(jì)語言中所定義的基本語法成分。參閱compiler 。