摘要:
1. 如何确定apache web server是以哪种模式运行的?(cgi or apache模块dll) 2. _file常量如何引用?
......
摘要:
我在登录窗口中的 用户代号和密码要在另一个窗体中引用 要怎么做呢?
......
高分向送
请问大虾,怎样实现程序的后台运行,请尽量详细一点,小弟很愚昧的。谢谢
NO.1 作者: BlueSky2008
http://expert.csdn.net/Expert/topic/1728/1728932.xml?temp=.4287226
NO.2 作者: liangs
写一个启动没有界面的程序就行了。
摘要:
有以下一个过程: procedure tform1.selbook(tmpstr:string); begin try with adoquery1 do begin close; sql.clear; sql.add (tmpstr); open; if adoquery1.recordcount>0 then begin first; while not eof do beg......