摘要:一、先介绍一下什么是存储过程 存储过程是利用sql server所提供的tranact-sql语言所编写的程序。tranact-sql语言是sql server提供专为设计数据库应用程序的语言,它是应用程序和sql server数据库间的主要程序式设计界面。它好比oracle数据库系统中的pro-sql和informix的数据库系统能够中的informix-4gl语言一样。这类语言主要提供以下功能......
摘要:出处:中国电脑教育报笔者一朋友的计算机安装的是windows xp操作系统,不慎忘记了系统登录用户“zhangbq”的密码,而且在安装时也没有做相应的应急盘,于是找到笔者希望能解决这个问题,经过多种方法进行尝试,最后我终于成功地找到两种方法解决了问题,现把这两种方法介绍如下:我们知道在windows xp中提供了“net user”命令,该命令可以添......
C++Builder 中 Mapx 的对象引用来源:http://www.temporaldoorway.com/programming/cbuilder/activex/creatinganobject.htm注: 【程序编程相关:
JAVA与数据库连接方法(二)】 【推荐阅读:
计算农历的函数】
creating an object to pass to an imported activex control 【扩展信息:看起来简单,实际上复杂】
note: the following applies only to bcb4 patch 1 and above.
once a control is imported, it is fairly easy to access its properties and the properties of its properties. notation like
control->property->subproperty
is allowed because of the "class"ptr class (as described in the guide to the header file of imported controls) and its definition of the -> operator.
however, assume you need to create an object to assign to "property". you cannot use standard vcl notation like:
ccontrolpropertyclassptr newpropertyinstance = new ccontrolpropertyclassptr;
...
下一页 摘要:首先下载与php对应的turck mmcache http://turck-mmcache.sourceforge.net/
1、把turck mmcache 的所有文件,复制到 c:\php\mmcache 目录里2、建立 临时目录 c:\tmp\mmcache3、修改 php.ini 下入以下内容###########################zend_extension_ts=&qu......