摘要:我们可以通过执行下面的一些命令,来打开一些特殊的系统窗口,下面的一些参数可能在win2000下无效,自己可以试一试。我在xp上试过。 命令列: rundll32.exe shell32.dll,control_rundll 功能: 显示控制面板
命令列: rundll32.exe shell32.dll,control_rundll access.cpl,,1 功能: 显示“......
摘要:
shadowstars home
td {font-family: "宋体"; font-size: 9pt; line-height: 12pt}
a:link {text-decoration: none; color: #555555; font-family: "宋体"}
a:visited {text-decoration: none; color:......
2004.11.30.ManagingtheDevelopmentCycleOverview
managing the development cycle overview
source control integration 【程序编程相关:
variant和Stream的互換
】
the development cycle as described here is a subset of application lifecycle management (alm), dealing specifically with the part of the cycle that includes the implementation and control of actual development tasks. it does not include such things as modeling applications. delphi 2005 provides a framework of tools that helps you manage and perform all of your development requirements. these tools include: 【推荐阅读:
Delphi2005初步感受
】
code visualization capabilities 【扩展信息:
給delphi2005forWin32提】
user interface design
project building, compilation, and debugging capabilities
source control integration
delphi 2005 provides a full-featured direct integration with borland starteam, and supports integration with a number of source control systems, including rational clearcase, cvs, and microsoft visual sourcesafe, through the microsoft source code control (scc) api. this integration allows you to access your source control system in one of two ways:
manage project files within the source control system from the delphi 2005 ide.
invoke the source control system in a separate process. ...
下一页 摘要:第十三章 剖析几个数据库应用程序 前面已经详细讲述了delphi 4的数据库编程技术。为了使读者能够透彻地理解有关编程技术并灵活运用,我们把delphi 4的几个示范程序拿出来加以剖析,这些示范程序都编得非常有技巧。要说明的是,剖析程序时我们可能会忽略掉一些与主题无关的细节。13.1 一个后台查询的示范程序 这一节详细剖析一个后台查询的示范程序,项目名称叫bkquery,它可以在c:\prog......