ASP對XML文件中文字的增加 刪除 修改 檢視

2021-04-25 08:07:34 字數 1949 閱讀 7726

只要呼叫下面這個檔案就可以了

這是乙個檔名為:diaoyong.asp的檔案

flash檔案在符件裡面

'幻燈片新聞

db="../webjx_data/webjx_data.asp"

set conn = server.createobject("adodb.connection")

conn.open connstr

sql="select top 5 * from [music_list_tupian_system] where iswnums***='輪換廣告' order by iswnumsid desc"

set rs=server.createobject("adodb.recordset")

rs.open sql,conn,1,1

if not rs.eof then

k=1num_total=rs.recordcount

for i=1 to 5

if i>num_total then exit for

if i=1 then

imgurl11="img/"&rs("iswnumsphoto")

if len(rs("iswnumsuser"))>=18 then

imgtext11= left(rs("iswnumsuser"),18)&"..."

else

imgtext11=rs("iswnumsuser")

end if

imglink11=rs("iswnumsclass")

end if

if i=2 then

imgurl22="img/"&rs("iswnumsphoto")

if len(rs("iswnumsuser"))>=18 then

imgtext22= left(rs("iswnumsuser"),18)&"..."

else

imgtext22=rs("iswnumsuser")

end if

imglink22=rs("iswnumsclass")

end if

if i=3 then

imgurl33="img/"&rs("iswnumsphoto")

if len(rs("iswnumsuser"))>=18 then

imgtext33= left(rs("iswnumsuser"),18)&"..." 

else

imgtext33=rs("iswnumsuser")

end if

imglink33=rs("iswnumsclass")

end if

if i=4 then

imgurl44="img/"&rs("iswnumsphoto")

if len(rs("iswnumsuser"))>=18 then

imgtext44= left(rs("iswnumsuser"),18)&"..."

else

imgtext44=rs("iswnumsuser")

end if

imglink44=rs("iswnumsclass")

end if

if i=5 then

imgurl55="img/"&rs("iswnumsphoto")

if len(rs("iswnumsuser"))>=18 then

imgtext55= left(rs("iswnumsuser"),18)&"..."

else

imgtext55=rs("iswnumsuser")

end if

imglink55=rs("iswnumsclass")

end if

rs.movenext

k=k+1

next

else

response.write "暫時沒有資料!"

end if

使用xStream 註解方式 對xml 文件的解析

最近在工作中 解析乙個xml 真是費心費力 記錄一下解析過程 第一步 獲得xstream物件 xstream x new xstream new domdriver 第二步 把有註解的類 解析 x.processannotations new class 第三步 用formxml 方法 xmlbea...

Ubuntu下增加中文字元編碼的方法

一.ubuntu預設的中文字元編碼 ubuntu預設的中文字元編碼為zh cn.utf 8,這個可以在 etc environment中看到 sudo gedit etc environment 可以看到如下內容 path usr local sbin usr local bin usr sbin ...

UBuntu中增加中文字元編碼的方法

在widnows xp下的ftp伺服器中有中文檔名 今天使用ftp命令,發現不能顯示中文檔名,只能顯示?於是到網上查了一些資料,也沒有找到好的解決方法,只是有人說使用圖形化的ftp工具 gftp,安裝方法 sudo apt get install gftp,另外還要增加中文字元編碼zh cn.gbk...