%
response.buffer=true
function cut(word)
dim word_len
word_len=20 'you can use this to change the max length
if len(word)>word_len then
word=mid(word,1,word_len-2)&"..."
end if
cut=word
end function
sql="select * from news_table where news_no='020503' order by news_id desc"
set rs=server.CreateObject ("adodb.recordset")
rs.Open sql,conn,3,3
rs.pagesize=16
page=1
if not isempty(request.querystring("page")) then
page=request.querystring("page")
end if
if not isempty(request.form("page")) then
page=request.form("page")
if not isnumeric(page)then
page=1
end if
end if
page=clng(page)
if page<1 then
page=1
end if
if cint(page)>rs.pagecount then
page=rs.pagecount
end if%>
专家咨询
|
|
| 现在位置:技术广场>>专家咨询 |
|
|
为了使设备管理工作者更加便于交流思想,解决疑难问题,网站将原"专家答疑"栏目频道作出调整至"自由论坛——BBS",若因此给您带来什么不便,望海涵。
进 入...
|
|
|
两院院士: 徐滨士 潘际銮 谢友柏 黄尚廉 陶宝祺 熊有伦
高镇同 郭重庆 杨叔子 钟掘 蔡鹤皋 郭孔辉 薛群基 傅恒志 钟群鹏 柳百成 宋玉泉 胡正寰 温诗铸
专家教授: 胡先荣 陈克兴 马世宁 刘又午 黄石生 张嗣伟
王至尧 颜永年 王先逵 屈梁生 梁锡昌 秦树人 李葆文 陶念曾 董绍平 徐宁 吴孝强 王江善 赵成 杨小强 张广熙
陈培祥 罗敏
详细信息...
|
|
|
|
|
中国设备管理协会主办 中国设备管理协会计算机管理开发应用中心提供服务
服务热线:38468132 总机:020-38468072 38468156 业务分机:803 804 806
E-mail:sbdcpn@public.guangzhou.gd.cn
Copyright 1999 SBD Co.,Ltd.
|