摘要:
星期六编程发现了borland delphi7的几个错误。
1 在win32 api中有如下一个函数:
the extracticonex function retrieves the handle of an icon from the specified executable file, dynamic-link library (dll), or icon file.
h......
摘要:
--和行转列的应用效果差不多了,统计结果中可能会用到--测试表create table test(f1 varchar(10), f2 varchar(10))--插入数据insert into test select jack f1,book1 f2unionselect jack f1,book2 f2unionselect jack f1,book3 f2unionselect mary ......
甘特图排程组件开发(TsyGunter)
甘特图在project2000中,很是好用,可是我想在项目开发中还要买了ms的project2000的版权? 所以索性自己开发一套相关的组件.
摘要:
1.存儲過程動態調用 sp_exec.parameters.clear; sp_exec.procedurename := sp_transto; sp_exec.parameters.createparameter(@mailid, ftstring, pdinput, 50, mailid); sp_exec.parameters.createparameter(@result, ftint......