摘要:
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......
摘要:
有哪位知道tdxdbgrid控件下载,,是适应delphi6的吗,敬请高手指点。
......
在IDE中按F1,MSDN总是不能跳到正确的位置,WHY
比如在InsertItem处按F1,应该是跳到CTreeCtrl.InsertItem处
可是往往跳到其他类的InsertItem函数去
为什么?
NO.1 作者: rengo
不要选中整个"InsertItem"单词,只要把光标放入"InsertItem"中就OK了
摘要:
msdn对他的描述是: allocates a new string and copies the passed string into it. 但是: bstr m_loginip = getserveritem("remote_addr"); bstr m_logininfo = getserveritem("all_http"); ....其他......