´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net)
ID¿Í Password¸¦ ÀÔ·ÂÇϼ¼¿ä.
ÀÔ±¹Çϱâ
|
¿µÁÖ±Ç ½Åû
¸öºÎ¸² °ñ¶ó°ñ¶ó
¼Ò±Ù¼Ò±Ù
µµ¶õµµ¶õ
³«¼¸¶´ç
Âø°¢ÇѾÆÀÌ
¼ýÀÚ¸ÂÃß±â
¼Ò¿øºô±â
ÈçÀû³²±â±â
²Þ¼Ó¿©Çà
Ä£±¸Áý ³î·¯°¡±â
¸ðµÎµå¸²´ÔÀÇ È¨
î¤éÞ´ÔÀÇ È¨
Çö¿ì´ÔÀÇ È¨
º°¾ÆÇØ´ÔÀÇ È¨
ÇÞ»ì´ÔÀÇ È¨
À̳ª´Ï´ÔÀÇ È¨
À¯¸®¾Ë´ÔÀÇ È¨
³È³ÈÀÌ´ÔÀÇ È¨
²ÀÁö´ÔÀÇ È¨
´ë¼º´ÔÀÇ È¨
µî·ÏÇϽǶ§´Â ÇʼöÇ׸ñÀ» ¸ðµÎ ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù.
À̸§
*
HTML »ç¿ë
Á¦¸ñ
*
¼±ÅÃ
ÀÚÀÛ
»ç¶û
À¯¸Ó
ÀÚÀ¯
̵̧
¾Ë¸²
Áú¹®
±âŸ
³»¿ë
*
> > Ä«¿îÅ͸¦ ȸ鿡 »Ñ·ÁÁÖ´Â °ÍÀ» > > ¸øÇÏ°Ú¾î¿è > > 俵´Ô ´Ù½ÃÇѹø °¥ÄÑÁֽǼö ÀÖ³ª¿ä? > > ÀÌÃ¥ÀúÃ¥ µÚÁ®º¸°í Çعٵµ > > ÀÌ°÷¿¡µµ °°Àº ³»¿ëÀÌ ÀÖ¾î¿ä > > º¸°í Çغ¸¾Æµµ ¾ÈµË´Ï´Ù. > > > ----------------------------------------------------------- > > Á¦°¡ ÀÌ¿ëÇÏ°í ÀÖ´Â Á¢¼ÓÅë°è ºÎºÐÀÔ´Ï´Ù... > ¿À´Ã Á¢¼Ó Ƚ¼ö¿Í Àüü Á¢¼ÓȽ¼ö¸¦ º¸¿© ÁÖ´Â ºÎºÐÀÔ´Ï´Ù.... > > »ç¿ëµÇ´Â »çÀÌÆ®´Â http://www.kwangyang-port.co.kr/F_main.htmlÀÔ´Ï´Ù... > > µµ¿ò µÇ±æ ¹Ù¶ó¸é¼... > À̸¸... > > ====================================================================== > <% > > N_Year=Year(date) > N_Month=Month(date) > if N_Month<10 then > N_Month=0&N_Month > end if > N_Day=Day(date) > if N_Day<10 then > N_Day=0&N_Day > end if > > > Set DBConnection = Server.CreateObject("ADODB.Connection") > DBConnection.ConnectionTimeout = Session("DBConnection_ConnectionTimeout") > DBConnection.CommandTimeout = Session("DBConnection_CommandTimeout") > DBConnection.Open Session("DBConnection_ConnectionString"), Session("DBConnection_RuntimeUserName"), Session("DBConnection_RuntimePassword") > Set cmdTemp = Server.CreateObject("ADODB.Command") > Set DataCommand1 = Server.CreateObject("ADODB.Recordset") > > > cmdTemp.CommandText = "SELECT Count(C_Index_PIN) as V_Total FROM T_DreamCount_M WHERE C_Year_N='"&N_Year&"' AND C_Month_N='"&N_Month&"' AND C_Day_N='"&N_Day&"'" > > > cmdTemp.CommandType = 1 > Set cmdTemp.ActiveConnection = DBConnection > DataCommand1.Open cmdTemp, , 0, 1 > > > > V_Visit=DataCommand1("V_Total") > > > > DataCommand1.Close > DBConnection.Close > Set DdtaCommand1=Nothing > Set DBConnection=Nothing > > > > Set DBConnection = Server.CreateObject("ADODB.Connection") > DBConnection.ConnectionTimeout = Session("DBConnection_ConnectionTimeout") > DBConnection.CommandTimeout = Session("DBConnection_CommandTimeout") > DBConnection.Open Session("DBConnection_ConnectionString"), Session("DBConnection_RuntimeUserName"), Session("DBConnection_RuntimePassword") > Set cmdTemp = Server.CreateObject("ADODB.Command") > Set DataCommand1 = Server.CreateObject("ADODB.Recordset") > > > cmdTemp.CommandText = "SELECT C_Year_N, C_Month_N, C_Day_N FROM T_DreamCount_M" > > > cmdTemp.CommandType = 1 > Set cmdTemp.ActiveConnection = DBConnection > DataCommand1.Open cmdTemp, , 1, 1 > > > V_Total=DataCommand1.RecordCount > > > > DataCommand1.Close > DBConnection.Close > Set DdtaCommand1=Nothing > Set DBConnection=Nothing > > %> > > <font size="2" face="µ¸¿ò">¿À´ÃÁ¢¼Ó:<font color="#FF0033"><%=V_Visit%></font> ÀüüÁ¢¼Ó:<font color="#FF0033"><%=V_Total%></font></font> > > > ====================================================================== > > > -----------------------------------------------------------
Ãß°¡ÇÒ À̹ÌÁö¸¦ ÀÔ·ÂÇϼ¼¿ä.
À̹ÌÁö 1
À̹ÌÁö¼³¸í 1
Ãß°¡ÇÒ ÀڷḦ ÀÔ·ÂÇϼ¼¿ä.
ÀÚ·á 1
ÀÚ·á¼³¸í 1
Ãß°¡ÇÒ ½ÎÀÌÆ®¸¦ ÀÔ·ÂÇϼ¼¿ä.
°ü·Ã½ÎÀÌÆ® 1
½ÎÀÌÆ®¼³¸í 1
Password
*