摘要:
比如在insertitem处按f1,应该是跳到ctreectrl.insertitem处 可是往往跳到其他类的insertitem函数去 为什么?
......
摘要:
a表:str(varchar),itype(int),count(int) 其实中itype取值0,1,2 b表: str(varchar),itype0count(int),itype1count(int),itype2count(int) 说明:b表中的itype0count(int)对应于a表中itype=0的count b表中的itype1count(int)对应于a表中itype......
asp页面能否常驻内存
asp页面能常驻内存吗,如果能如何实现?
NO.1 作者: moonpiazza
不可以,asp运行方式决定
想要实现什么功能?
:_)
NO.2 作者: cpp2017
你想做什么呢,如果你要公用某些东西的话可用application或 include 页
NO.3 作者: moonpiazza
把应用逻辑通过其他语言封装成DLL,asp调用相应DLL
如把对数据库的操作通过(vb,vc,delphi)封装,以适应不同数据库
:_)
摘要:
有哪位知道tdxdbgrid控件下载,,是适应delphi6的吗,敬请高手指点。
......