|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
问题是他们究竟是喜欢他们是使用软件时,速度快还是速度慢好.(当然在3秒以内).无论是他们输入资料时,查找资料时,分析资料时.汉字|拼音
<%
functiongetpychar(char)
tmp=65536+asc(char)
if(tmp>=45217andtmp<=45252)thengetpychar="A"
if(tmp>=45253andtmp<=45760)thengetpychar="B"
if(tmp>=47761andtmp<=46317)thengetpychar="C"
if(tmp>=46318andtmp<=46825)thengetpychar="D"
if(tmp>=46826andtmp<=47009)thengetpychar="E"
if(tmp>=47010andtmp<=47296)thengetpychar="F"
if(tmp>=47297andtmp<=47613)thengetpychar="G"
if(tmp>=47614andtmp<=48118)thengetpychar="H"
if(tmp>=48119andtmp<=49061)thengetpychar="J"
if(tmp>=49062andtmp<=49323)thengetpychar="K"
if(tmp>=49324andtmp<=49895)thengetpychar="L"
if(tmp>=49896andtmp<=50370)thengetpychar="M"
if(tmp>=50371andtmp<=50613)thengetpychar="N"
if(tmp>=50614andtmp<=50621)thengetpychar="O"
if(tmp>=50622andtmp<=50905)thengetpychar="P"
if(tmp>=50906andtmp<=51386)thengetpychar="Q"
if(tmp>=51387andtmp<=51445)thengetpychar="R"
if(tmp>=51446andtmp<=52217)thengetpychar="S"
if(tmp>=52218andtmp<=52697)thengetpychar="T"
if(tmp>=52698andtmp<=52979)thengetpychar="W"
if(tmp>=52980andtmp<=53640)thengetpychar="X"
if(tmp>=53689andtmp<=54480)thengetpychar="Y"
if(tmp>=54481andtmp<=52289)thengetpychar="Z"
endfunction
functiongetpy(str)
fori=1tolen(str)
getpy=getpy&getpychar(mid(str,i,1))
next
endfunction
%>
SQLServer是基于服务器端的中型的数据库,可以适合大容量数据的应用,在功能上管理上也要比Access要强得多。在处理海量数据的效率,后台开发的灵活性,可扩展性等方面强大。 |
|