1樓:cfw服裝人才網
我有完整的無限級**,如有興趣可以找我。
asp型別分類問題
2樓:匿名使用者
首先是類別的區分,估計你的資料庫中應該將其分類了,如列名稱叫做"dj",值是"串燒"的就是串燒歌曲,值是"慢搖"的就是慢搖歌曲等等。
在資料篩選的時候應該寫成"select top 5 * from 資料表的名稱 where dj = 串燒" order by dj desc"
接著用迴圈寫出**,while ..wend寫出5個串燒,記得和set rs=nothing
然後下一個**。
select top 5 * from 資料表的名稱 where dj= "慢搖" order by dj desc"
也是提取5個記錄,用迴圈寫**,也要記得和set rs=nothing
建議排序用更新時間或者點選率,而且用倒序的。)
如果還有其它分類,那就用剛才的方法寫,依我看你歌曲的分類應該就是按照資料庫中dj的取值來分的,所以要加入別的,只要更改資料查詢就可以了。
3樓:酒瓶裡的蚊子
可以這樣:?dj1=串燒dj&dj2=慢搖。
這樣就可以傳入多個引數。
然後對的程式內容作相應的修改。
4樓:叮叮竹
不太明白你的意思。你想做到怎樣的?**發來看看嘛。
asp分類問題
5樓:網友
<%if io=0 then
"現金支出。
elseif io=1 then
"現金收入"
elseif io=2 then
"支票收入"
elseif io=3 then
"支票支出"
end if
asp 分類問題
6樓:匿名使用者
你寫的是什麼?耍猴呢?
下面的**常用於產品展示 2行每行有6個產品。
set rs=""
sql="select * from 表名稱 "
sql,conn,1,1
if >0 thenif >12 thenzs=12else
zs=end if
for j=1 to zs
if j mod 6=1 then ""
這裡面可以在插入你想要的迴圈的 任意**佈局。
if j mod 6=0 then "
if then exit fornextend if
另外,團idc網上有許多產品**,便宜有口碑。
asp中時間相減問題,ASP 時間相減
你的 好用。就是qdate和hdate沒有值qdate 2013 6 5 12 12 12 hdate 2013 6 15 11 11 14 nnn datediff n qdate,hdate response.write int nnn 60 小時 int nnn mod 60 分鐘 你的這條語...
ASP程式迴圈問題!高手幫忙解決
sqlh select top 15 from job c hire where hire status 1 and hire enddate date order by hire announcedate desc 改成sqlh select top 30 from job c hire wher...
asp自動搜尋資料庫問題
if rs dapqsj and rs dapqsj null then response.write 對不起,你的材料尚未辦理 else response.write 你的材料以於 rs dapqsj 辦出,材料所在地為 rs dapqd end if 試試這樣行不 if then respons...