재미있는 영화인듯 한데.. 자막이 없어서..
직접 번역해서 만듬..
번역하면 채널 고정 쯤 되는 듯..
2021-01-29 : 기존 파일 올려놓은 구글사이트가 구글드라이브로 서비스를 변경해서 다운이 안됨.. 링크 수정 완료.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Option Explicit %>
<%Response.ContentType = "text/xml"%>
<%Response.AddHeader "Content-Type","text/xml"%>
<songlist>
<%
Const adVarChar = 200
Const adInteger = 3
Const adDate = 7
Dim objFSO, oFolder, oFile
Dim fileCounter, objRS
Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
'point to a specific folder on the server to get files listing from...
Set oFolder = objFSO.GetFolder(Server.MapPath("."))
Set objFSO = Nothing
'create a disconnected recordset
Set objRS = Server.CreateObject("ADODB.Recordset")
'append proper fields
objRS.Fields.Append "Name", adVarChar, 255
objRS.Fields.Append "DateLastModified", adDate
objRS.Open
'loop through all the files found, add to the recordset
For Each oFile in oFolder.Files
objRS.AddNew
objRS.Fields("Name").Value = oFile.Name
objRS.Fields("DateLastModified").Value = oFile.DateLastModified
Next
Set oFolder=nothing
'sort and apply:
objRS.Sort = "DateLastModified DESC"
objRS.MoveFirst
fileCounter = 0
'loop through all the records:
Do Until objRS.EOF %>
<song>
<songid><%=fileCounter%></songid>
<filename><%=objRS("Name")%></filename>
<datemodified><%=objRS("DateLastModified")%></datemodified>
</song><%
fileCounter = fileCounter + 1
objRS.MoveNext()
Loop
objRS.Close
Set objRS = Nothing
%>
</songlist>
1
2
|
|
"{test: 1}"
(test does not have double quotes around it)."{'test': 1}"
('test' is using single quotes instead of double quotes)."'test'"
('test' is using single quotes instead of double quotes).".1"
(a number must start with a digit; "0.1"
would be valid)."undefined"
(undefined
cannot be represented in a JSON string; null
, however, can be)."NaN"
(NaN
cannot be represented in a JSON string; direct representation of Infinity
is also not permitted).
$(document).load(
function() {
console.log("doc load");
});
|
해당 이벤트 없음
|
$(document).ready(
function() {
console.log("doc ready");
});
|
1등
|
$(window).ready(
function() {
console.log("window ready");
});
|
2등
|
$(window).load(
function() {
console.log("window load")
$("#divOuter").fadeIn("slow");
});
|
document를 다 읽은 후 발생
3등
|
<%
Session.CodePage = 65001Response.ContentType = "application/json" Response.Charset = "utf-8" sMode = Request.QueryString("sMode") '@sMode int, --0:전체, 1:도서명....... if sMode = "" then sMode = 0 sMode2 = Request.QueryString("sMode2") searchCol = "prma_name" Select Case sMode Case 0, 1, 2, 3 searchCol = "search_prma_name" ... End Select catLimit = "" Select Case sMode Case 1,4,5,6 catLimit = "A" ... End Select addSKey = "" sKey = Request.QueryString("sKey") sKeyLen = LEN(sKey) if cfnChkSpecialChr(sKey) >0 And sKeyLen = 1 Then Response.End() '특수문자 1글자 들어오면 검색 중단' chkPlace = 0 chkPlace = INSTR(sKey, "(") '특수문자 입력시에 체크함' limitLen = 0 if chkPlace > 0 then addSKey = Mid(sKey, chkPlace, Len(sKey)) '특수문자 이후의 글자만 추출' limitLen = Len(addSKey) end if sKey = cfnEscapeStr(sKey) sKeyOrigin = sKey spaceChk = Split(sKeyOrigin," ") '공백이 들어간 입력 체크' Dim spaceDim ReDim spaceDim(UBound(spaceChk)) cnt = 0 For Each item In spaceChk spaceDim(cnt) = spaceQuery & ".?" & item & ".?" cnt = cnt + 1 Next sKeyOrigin = Server.URLEncode(sKeyOrigin) if chkPlace < 0 then addSKey = sKeyOrigin sKey = Replace(sKey, " ", "") sKey = Server.URLEncode(sKey) addSKey = cfnEscapeStr(addSKey) addSKey = Server.URLEncode(addSKey) sKey2 = Request.QueryString("sKey2") nRowCnt = Request.QueryString("nRowCnt") if nRowCnt = "" then nRowCnt = 10 nReqPage = Request.QueryString("nReqPage") j = Request.QueryString("j") if j = "" then j = 1 dist1 = Request.QueryString("dist") dist2 = "" ord = Request.QueryString("ord") '--검색정렬 순 0:등록순, 1:판매순, 2:가격순, 99:초기검색(score)' sortOpt = Request.QueryString("sortOpt") if ord = "" then ord = 99 ordColNm = "prma_pcode+desc" Select Case ord Case 0 ordColNm = "입력일 " Case 99 ordColNm = "score " End Select if sortOpt = "0" then ordColNm = ordColNm & "desc" else ordColNm = ordColNm & "asc" end if ordColNm = ordColNm & ",pcode desc" Dim HttpReq Dim Diamond Set HttpReq = Server.CreateObject("Msxml2.ServerXMLHTTP.6.0") urlParam = "" fliterStr = "&fq=-prma_jeco:8 AND -ls_code:T" if sKey <> "" then if sMode=0 OR sMode=1 OR sMode=2 OR sMode=3 then urlParam = urlParam & "?q=((search_pname:(" & skey & "* or """ & skey & """ or """ & sKeyOrigin & """)) OR (" for i = 0 to UBound(spaceDim) '공백 넣었을때 처리.. 각각 분리해서 키값으로 연산..' urlParam = urlParam & "pname:/"&Server.URLEncode(spaceDim(i))&"/ AND " next urlParam = Left(urlParam, Len(urlParam)-4) & "" if limitLen = 2 then urlParam = urlParam & " OR pname:/.?"&addSKey&".?/" urlParam = urlParam & ")" if limitLen = 2 then urlParam = urlParam & " OR pname:"&Replace(sKeyOrigin, "(", " (")&"" urlParam = urlParam & ")" else urlParam = urlParam & "?q="& searchCol & ":" & skey & "" end if end if if sKey2 <> "" then if sMode2 = 1 OR sMode2 = 0 then urlParam = urlParam & " AND (search_pname:(" & skey2 & "* or """ & skey2 & """ or " & sKeyOrigin2 & ")"& " OR search_pname:" & sKeyOrigin2 & "*)" else urlParam = urlParam & " AND "& searchCol2 & ":(" & skey2 & "* or """ & skey2 & """ or " & sKeyOrigin2 & ")" end if end if if j <> "-1" then if j = "1" then fliterStr = fliterStr & " AND 재고:1" else fliterStr = fliterStr & " AND 재고:0" end if end if if dist1<> "" then fliterStr = fliterStr & " AND 대분류:" & dist1 if dist2<> "" then fliterStr = fliterStr & " AND 중분류:" & dist2 rowStr = "&start="&((nReqPage-1) * nRowCnt)&"&rows="&nRowCnt sortStr = "&sort=" & ordColNm optStr = "&wt=json&indent=true&defType=edismax&stopwords=true&lowercaseOperators=true&q.op=AND" url = "검색서버주소/solr/lifebook/select" & urlParam url = url & optStr url = url & fliterStr url = url & sortStr url = url & rowStr if UCASE(Request.QueryString("d")) = "T" then '디버깅용 코드' Response.Write(url) Response.End() end if HttpReq.open "GET", url, False HttpReq.send Response.Write HttpReq.responseText Function cfnEscapeStr(chkKey) chkKey = Replace(chkKey, "\", "\\") chkKey = Replace(chkKey, "+", "\+") chkKey = Replace(chkKey, "-", "\-") chkKey = Replace(chkKey, "&&", "\&&") chkKey = Replace(chkKey, "||", "\||") chkKey = Replace(chkKey, "!", "\!") chkKey = Replace(chkKey, "(", "\(") chkKey = Replace(chkKey, ")", "\)") chkKey = Replace(chkKey, "{", "\{") chkKey = Replace(chkKey, "}", "\}") chkKey = Replace(chkKey, "[", "\[") chkKey = Replace(chkKey, "]", "\]") chkKey = Replace(chkKey, "^", "\^") chkKey = Replace(chkKey, Chr(34), "\" & Chr(34)) chkKey = Replace(chkKey, "~", "\~") chkKey = Replace(chkKey, "*", "\*") chkKey = Replace(chkKey, "?", "\?") chkKey = Replace(chkKey, ":", "\:") cfnEscapeStr = chkKey End Function Function cfnChkSpecialChr(chkKey) Dim chkSpChar(17) chkSpChar(0) = "\" chkSpChar(1) = "+" chkSpChar(2) = "-" chkSpChar(3) = "&&" chkSpChar(4) = "||" chkSpChar(5) = "!" chkSpChar(6) = "(" chkSpChar(7) = ")" chkSpChar(8) = "{" chkSpChar(9) = "}" chkSpChar(10) = "[" chkSpChar(11) = "]" chkSpChar(12) = "^" chkSpChar(13) = """" chkSpChar(14) = "~" chkSpChar(15) = "*" chkSpChar(16) = "?" chkSpChar(17) = ":" rtnCnt = 0 For tmp = 0 To UBound(chkSpChar) if Instr(chkKey, chkSpChar(tmp)) then rtnCnt = rtnCnt + 1 end if Next cfnChkSpecialChr = rtnCnt End Function
%>
|
나의 10~20대를 보낸 잠실에서의 공연.. 오랜만에 가보니.. 여기가.. 마눌님과 자주 가던 영화관이었는데... 여긴 뭐가 있었는데... 란 추억도 떠올리며 기분좋게 감. 공연장은 좀 협소한 편이었고, 인천의 쥐똥나무 보다는 약간 크고... 인천 ...