practice n. 1.實(shí)行,實(shí)踐,實(shí)施;實(shí)際;實(shí)用;做法,技術(shù)。 2.習(xí)慣,慣例,常規(guī)。 3.練習(xí),演習(xí),實(shí)習(xí),實(shí)驗(yàn);老練,熟練。 4.(醫(yī)生、律師等的)業(yè)務(wù),開(kāi)業(yè);生意,主顧。 5.【數(shù)學(xué)】實(shí)算。 6.〔常 pl.〕 〔古語(yǔ)〕策略,詭計(jì),欺詐。 7.【法律】訴訟手續(xù)。 8.【宗教】?jī)x式。 A plausible idea, but will it work in practice 主意倒好,然而能實(shí)行嗎? a common practice 風(fēng)氣;常例。 bureaucratic practices 官僚主義作風(fēng)。 the old practices 過(guò)去的一套,老一套。 social practice 社會(huì)實(shí)踐。 a blank [firing] practice 空彈[實(shí)彈]演習(xí)。 sharp practice 狡詐[不正當(dāng)]的手段。 The doctor has a large practice. 這個(gè)醫(yī)生病人很多。 a matter of common [daily] practice 尋常的事。 (do) practice (in music [at the nets]) 練習(xí)(音樂(lè)[網(wǎng)球])。 in practice 1. 實(shí)際上,事實(shí)上;在實(shí)踐中。 2. 在不斷練習(xí)中;練習(xí)充足;熟練。 3. 在開(kāi)業(yè)中。 in practice if not in profession 雖不明講但實(shí)際如此。 It was the practice . 這就是當(dāng)時(shí)的習(xí)慣。 make a practice of 老是;經(jīng)常進(jìn)行…;以…為慣用手段。 out of practice 久不練習(xí),荒疏。 P- makes perfect. 熟能生巧。 put [bring] in [into] practice 實(shí)行。 reduce to practice 實(shí)施。 vt.,vi. 〔美國(guó)〕=practise.
If all the commands on a given menu are unavailable to the user , it is considered good programming practice to both hide and disable the entire menu , as this presents a clean user interface 如果給定菜單上的所有命令對(duì)于用戶都不可用,則隱藏并且禁用整個(gè)菜單是一種良好的編程方法,因?yàn)樗@示的是干凈的用戶界面。
Sockets programming is easy and enjoyable , especially if you avoid introducing bugs or at least make them easy to find by considering the five common pitfalls described in this article , in addition to standard defensive programming practices 套接字編程是容易而有趣的,但是您要避免引入錯(cuò)誤或至少使它們?nèi)菀妆话l(fā)現(xiàn),這就需要考慮本文中描述的這5個(gè)常見(jiàn)的陷阱,并且采用標(biāo)準(zhǔn)的防錯(cuò)性程序設(shè)計(jì)實(shí)踐。
In most cases , the recommendations simply represent good programming practices ; however , some also identify the objects and methods which have no equivalents , and which should be used sparingly if you intend to upgrade your project to visual basic 2005 在大多數(shù)情況下,這些建議只表示好的編程做法;但是,某些建議還指出了沒(méi)有等效項(xiàng)的對(duì)象和方法以及在打算將項(xiàng)目升級(jí)到visual basic 2005時(shí)應(yīng)謹(jǐn)慎使用的對(duì)象和方法。
As a research program practice , the research oriented methods such as knowledge acquisition , literature summarizing , data analyzing and project planning are taken in the course to help the freshmen to adapt the college life and enjoy the pleasures brought by research oriented learning and scientific innovations 和新生們共同探討知識(shí)獲取、綜合分析、項(xiàng)目策劃等研究型學(xué)習(xí)方法,幫助學(xué)生盡快適應(yīng)大學(xué)階段的學(xué)習(xí)特點(diǎn),感受研究型學(xué)習(xí)和科技創(chuàng)新的樂(lè)趣。
Using a parameter name is generally a much better programming practice than referencing parameters by index value , because it reduces the need for maintenance if the number of parameters changes and frees you from having to remember whether a stored procedure returns a value . oledbdataadapter1 . selectcommand . parameters [ " title _ keyword " ] . value = titlekeyword ;編程時(shí)使用參數(shù)名通常比通過(guò)索引值引用參數(shù)好得多,因?yàn)樗鼫p少了在參數(shù)個(gè)數(shù)變化時(shí)的維護(hù)需要,并使您不必記憶存儲(chǔ)過(guò)程是否返回值。