ij
美
英 
- 網絡長城航空;Internet Jockey;移民法官(Immigration Judge)
例句
This display may seem awkward, but the run command executes your script file as if you were typing the commands directly into the ij tool.
這種顯示可能有些笨拙,但run命令會執行您的腳本文件,就像您直接將命令鍵入ij工具中一樣。
One of the things ij enables you to do is to control the overall database system and the connection to the database.
ij使您能夠做的一件事情是控制整個數據庫系統和與數據庫的連接。
As shown in Listing 7, to insert data into a table, you first need to start the ij tool and connect to your database.
如清單7所示,要將數據插入表中,首先需要啟動ij工具并連接數據庫。
This connection URL should look familiar -- it's exactly what you used in previous articles when issuing a connect command in the ij tool.
這個連接URL應該很眼熟——它與以前的文章中使用ij工具發出connect命令時使用的URL完全相同。
derby is the name of the JDBC driver class that the ij tool can use to communicate with the database server.
derby是JDBC驅動程序類的名稱,ji工具使用該類與數據庫服務器通信。
In this case, you supply the name of the script file as a command-line argument to the ij tool.
在這種情況下,提供腳本文件名作為ij工具的命令行參數。
jdbc is the mechanism with which the ij tool communicates with the database server.
jdbc是ij工具與數據庫服務器通信的機制。
The script ends with an exit command that terminates the connection to the database and allows the ij tool to exit gracefully.
腳本以exit命令結束,終止了與數據庫的連接,并允許ij工具優雅地退出。
Yes, I do But my Chinese ij poor Could you help me with it?
我喜歡的,但是我的漢語很薄弱的。你可以教我么?
You could use the Derby ij command line to enter the SQL commands directly, or you could use a graphical SQL tool.
您可以使用Derbyij命令行直接輸入SQL命令,也可以使用一個圖形化SQL工具。
The ij tool can be used to connect to and issue commands to a database.
ij工具可用于連接數據庫并向數據庫發出命令。
Finally, you used metadata about the query results to print nicely formatted query results in a manner similar to the Apache Derby ij tool.
最后,使用了關于查詢結果的元數據,以一種類似于ApacheDerbyij工具的方式來打印格式很好的查詢結果。
To begin, start the ij tool, and connect to a database, as shown in Listing 1.
開始時,啟動ij工具,連接到數據庫,如清單1中所示。
You can also make more than one connection to a database with the ij tool, as shown in Listing 4.
還可以使用ij工具與數據庫建立多個連接,如清單4所示。
Finally, to tell the ij tool to process your command, you must add a semicolon (because ij is a Java tool) and press Return.
最后,告訴ij工具處理命令,必須添加分號(因為ji是Java工具)并按下Return。
DS files. Either way, all the color management is in the data preparation phase. IJ.
DS文件。無論哪種方式,所有的色彩管理工作都是在數據準備階段完成的。IJ。
Doing so adds the four library files to your project classpath and gives you access to the ij command-line prompt.
這樣做將把四個庫文件添加到項目classpath中并為您提供對ij命令行提示符的訪問權。
The JDBC connection URL to connect to a Cloudscape database is shown using ij in the console of Eclipse.
下圖顯示了在Eclipse的控制臺中使用ij時用于連接到Cloudscape數據庫的JDBC連接URL。
After you find the IJ, switch to a large-caliber needle with a 12 ml syringe repeat this step.
在找到頸內靜脈后,換大口徑穿刺針和12毫升注射器重復以上步驟。
The next step is to create the updateable ResultSet, which is the equivalent of using the GET CURSOR command within the ij tool.
下一步是創建可更新的ResultSet,方法為在ij工具內使用GETCURSOR命令。
In Listing 9, the insert script is executed by redirecting the standard input of the ij tool to read from the script file.
在清單9中,通過重定向ij工具的標準輸入以從腳本文件中讀取的方式,來執行插入腳本。
To run the clean ups scripts, use ij, the interactive SQL scripting tool, present as ij.
要運行清理腳本,使用ij,交互式SQL腳本工具,目前為ij.bat(Windows)或者ij.sh(Unix)。
After your environment is set up properly, you can run the ij tool to create a new directory, as shown in Listing 1.
正確設置了環境之后,可以運行ij工具來創建新的目錄,如清單1所示。
After you've initialized a demo database, you can use the Apache Derby ij tool to connect to the test database and issue SQL commands.
初始化演示數據庫后,可以使用ApacheDerbyij工具連接至測試數據庫以及發出SQL命令。
Now let's look at a complete example that shows how to set your class path to run ij, the Derby SQL scripting tool.
現在,讓我們來看一個完整的實例,它展示了如何設置類路徑,以便運行ij這個CloudscapeSQL腳本編制工具。
There is yet another way to run a Derby script: redirect the standard input of the ij tool to read from the script file.
還有另一種方法來運行Derby腳本:重定向ij工具的標準輸入以從腳本文件中讀取。
Listing 3 sets the CLASSPATH environment variable to the bare minimum required by Derby to run ij.
清單3將CLASSPATH環境變量設置為Cloudscape10.0運行ij所需的最低要求值。
IJ: Yes, we discovered that RUP is too big even for large organizations and XP is too small for even small projects.
矩陣:是的,我們發現,RUP的太大甚至大型組織和XP是太小,即使是小規模的項目。
At the end, the exit command is processed, and the script completes, shutting down the ij tool.
最后,處理exit命令,腳本完成,關閉ij工具。
The first connection, to projectDB, is still active, but you need to specifically tell ij you want to use it.
到projectDB的第一個連接仍處于活動狀態,但是您需要特別地告訴ij您要使用它。
The connection URL is entered either in ij directly by the user or using a script.
連接URL可以由用戶在ij中直接輸入,也可以使用一個腳本來提供。
This article also introduced the ij tool, which comes with the Derby database.
本文還介紹了Derby數據庫附帶的ij工具。
But first, notice how ij created a second connection when you created the second database.
但是,首先要注意,當您創建第二個數據庫時ij如何創建第二個連接。
After this SQL INSERT statement, the ij tool reports that seven new rows were inserted.
該SQLINSERT語句執行之后,ij工具報告這7新行已經插入。
Previously, you used a PreparedStatement to insert data into an Apache Derby database from within both a Java program and the ij tool.
先前,您使用了PreparedStatement從Java程序和ij工具把數據插入ApacheDerby數據庫。
This technique mirrors what happens when you execute an SQL query within the ij tool that is included with the Apache Derby database.
這項技術將反映在ApacheDerby數據庫附帶的ij工具內執行SQL查詢時發生的操作。
This is often done using an file containing SQL commands that is processed by the database's command line tool (for example: IJ).
這通常是通過由數據庫的命令行處理工具(例如IJ)處理的一個SQL命令文件來完成的。
The line starts in the north and heads south under the Ij river, the central station, Dam Square and Rokin.
這條地鐵線由北向南延伸經過Ij河、中央車站、大壩廣場和羅肯街。
As shown in this example, you can also create a PreparedStatement to perform dynamic queries by using the ij tool.
如本例中所示,還可以創建一條PreparedStatement來使用ij工具執行動態查詢。
After studying with traditional elders for 25 years, he has also become a Mayan Ajq'ij, a ceremonial priest and spiritual guide, Eagle Clan.
之后的25年向長老學習傳統,他也成為一位瑪雅人的Ajq’ij,一位儀式祭司和精神領袖,鷹部落。