91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

PL/SQL Developer是一個(gè)集成開(kāi)發(fā)環(huán)境,專門(mén)面向Oracle數(shù)據(jù)庫(kù)存儲(chǔ)程序單元的開(kāi)發(fā)。如今,有越來(lái)越多的商業(yè)邏輯和應(yīng)用邏輯轉(zhuǎn)向了Oracle Server,因此,PL/SQL編程也成了整個(gè)開(kāi)發(fā)過(guò)程的一個(gè)重要組成部分。PL/SQL Developer側(cè)重于易用性、代碼品質(zhì)和生產(chǎn)力,充分發(fā)揮Oracle應(yīng)用程序開(kāi)發(fā)過(guò)程中的主要優(yōu)勢(shì)。

資源截圖

代碼片段和文件信息

//?PL/SQL?Developer?Plug-In?demo
//?Copyright?1999?Allround?Automations
//?support@allroundautomations.nl
//?http://www.allroundautomations.nl

//?This?demo?shows?an?elementary?interface

//---------------------------------------------------------------------------
#include?
#pragma?hdrstop
//---------------------------------------------------------------------------
int?WINAPI?DllEntryPoint(HINSTANCE?hinst?unsigned?long?reason?void*)
{
????return?1;
}
//---------------------------------------------------------------------------
//?The?three?basic?export?functions
extern?“C“
{
??__declspec(dllexport)?char*?IdentifyPlugIn(int);
??__declspec(dllexport)?char*?CreateMenuItem(int);
??__declspec(dllexport)?void??OnMenuClick(int);
}

//?Description?of?this?Plug-In?(as?displayed?in?Plug-In?configuration?dialog)
char?*const?Desc?=?“C++Builder?Plug-In?demo?1“;
int?PlugInID;


//---------------------------------------------------------------------------
//?Plug-In?identification?a?unique?identifier?is?received?and
//?the?description?is?returned
char*?IdentifyPlugIn(int?ID)
{
??PlugInID?=?ID;
??return?Desc;
}
//---------------------------------------------------------------------------
//?Creating?a?menu?item
char*?CreateMenuItem(int?Index)
{
??switch?(Index)
??{
????case?1?:?return?“Tools?/?&Plug-In?1?Demo...“;
??}
??return?““;
}
//---------------------------------------------------------------------------
//?The?menu?item?got?selected
void?OnMenuClick(int?Index)
{
??switch?(Index)
??{
????case?1?:
??????ShowMessage(“Hello“);
??????break;
??}
}
//---------------------------------------------------------------------------

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件???????2048??2012-02-05?17:44??PLSQL?Developer9中文綠色版\aalf.dat

?????文件?????199456??2010-03-23?00:00??PLSQL?Developer9中文綠色版\aapf.dll

?????文件??????????0??2003-03-13?00:00??PLSQL?Developer9中文綠色版\AfterConnect.sql

?????文件???????1983??2004-08-14?00:00??PLSQL?Developer9中文綠色版\BeautifierPreview.cfg

?????文件????????200??2012-02-04?09:51??PLSQL?Developer9中文綠色版\Books\Book0.idx

?????文件????????127??2012-02-04?09:51??PLSQL?Developer9中文綠色版\Books\BookList.dat

?????文件?????????51??1999-02-14?00:00??PLSQL?Developer9中文綠色版\Books\Books.txt

?????文件?????????76??2012-02-04?09:51??PLSQL?Developer9中文綠色版\Books\WordList.dat

?????文件???????1250??2011-02-11?00:00??PLSQL?Developer9中文綠色版\CANames.sql

?????文件?????575423??2009-11-02?12:13??PLSQL?Developer9中文綠色版\Chinese.lang

?????文件???????3465??2004-05-19?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\charsets.data

?????文件??????14224??2004-07-28?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\cities.data

?????文件??????13356??2003-10-05?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\companies.data

?????文件???????4308??2003-10-12?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\countries.data

?????文件???????6462??2003-09-20?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\firstnames.data

?????文件??????11892??2003-09-20?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\lastnames.data

?????文件???????5761??2004-07-07?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DefaultData\text.data

?????文件???????1594??2004-07-06?00:00??PLSQL?Developer9中文綠色版\DataGenerator\DeptEmpDemo.gd

?????文件??????37761??2005-09-28?00:00??PLSQL?Developer9中文綠色版\DataGenerator\UserData\Components.txt

?????文件???????1414??2003-09-08?00:00??PLSQL?Developer9中文綠色版\DataGenerator\UserData\Elements.txt

?????文件????????165??2003-01-25?00:00??PLSQL?Developer9中文綠色版\default.dat

?????文件??????11812??2009-01-20?00:00??PLSQL?Developer9中文綠色版\default.kwf

?????文件????????250??1998-11-29?00:00??PLSQL?Developer9中文綠色版\Demo\deptname.tst

?????文件???????2595??1998-11-29?00:00??PLSQL?Developer9中文綠色版\Demo\employee.pck

?????文件????????194??1998-11-29?00:00??PLSQL?Developer9中文綠色版\Demo\employee.sql

?????文件????????244??1998-11-29?00:00??PLSQL?Developer9中文綠色版\Demo\mgrname.tst

?????文件?????585512??2011-03-18?00:00??PLSQL?Developer9中文綠色版\ExamDiff\ExamDiff.exe

?????文件???????6359??2011-03-19?00:00??PLSQL?Developer9中文綠色版\ExamDiff\Readme.txt

?????文件???????7929??2011-03-19?00:00??PLSQL?Developer9中文綠色版\ExamDiff\whatsnew.txt

?????文件???????1415??2005-11-16?00:00??PLSQL?Developer9中文綠色版\GraphTemplates\ENAME+SAL-COMM-DEPTNO.graph

............此處省略553個(gè)文件信息

評(píng)論

共有 條評(píng)論