% function counter_add(file_name) mp=Server.MapPath(file_name) set fs=CreateObject("Scripting.FileSystemObject") Set fh=fs.OpenTextFile(mp,1) data0=Server.HTMLEncode(fh.ReadLine) fh.Close Application.Lock Application(file_name)=CLng(data0) Application.UnLock if Session("master")<>1215 then if Session(file_name)<>72 then Application.Lock Application(file_name)=Application(file_name)+1 Application.UnLock Session(file_name)=72 mp1=Server.MapPath(file_name) set fs1=Server.CreateObject("Scripting.FileSystemObject") Set fh2=fs1.CreateTextFile(mp1,True,Fales) fh2.WriteLine Application(file_name) fh2.Close end if end if counter_add=Application(file_name) end function %>
|
NOTE
[您是第 位訪客],
<%
Response.Write "目前線上共有 " & Application("person") & " 人"
%>]
組合語言程式設計
|
|
|
|
2008/05/24 高諧語言增加 Java Script 與 HTML 程式碼介紹 2006/07/30 新增貪食蛇遊戲程式原始碼之範例
|
|
高階語言教學 80x86組合語言教學 8051組合語言教學
|
|