´ç½Å¿¡°Ô·Î ¶°³ª´Â ²Þ¼Ó¿©Çà - ²Þ¼Ó³ª¶ó(http://www.inyourdream.net)
ID¿Í Password¸¦ ÀÔ·ÂÇϼ¼¿ä.
ÀÔ±¹Çϱâ
|
¿µÁÖ±Ç ½Åû
¸öºÎ¸² °ñ¶ó°ñ¶ó
¼Ò±Ù¼Ò±Ù
µµ¶õµµ¶õ
³«¼¸¶´ç
Âø°¢ÇѾÆÀÌ
¼ýÀÚ¸ÂÃß±â
¼Ò¿øºô±â
ÈçÀû³²±â±â
²Þ¼Ó¿©Çà
Ä£±¸Áý ³î·¯°¡±â
¸ðµÎµå¸²´ÔÀÇ È¨
î¤éÞ´ÔÀÇ È¨
Çö¿ì´ÔÀÇ È¨
º°¾ÆÇØ´ÔÀÇ È¨
ÇÞ»ì´ÔÀÇ È¨
À̳ª´Ï´ÔÀÇ È¨
À¯¸®¾Ë´ÔÀÇ È¨
³È³ÈÀÌ´ÔÀÇ È¨
²ÀÁö´ÔÀÇ È¨
´ë¼º´ÔÀÇ È¨
µî·ÏÇϽǶ§´Â ÇʼöÇ׸ñÀ» ¸ðµÎ ÀÔ·ÂÇÏ¼Å¾ß ÇÕ´Ï´Ù.
À̸§
*
HTML »ç¿ë
Á¦¸ñ
*
¼±ÅÃ
ÀÚÀÛ
»ç¶û
À¯¸Ó
ÀÚÀ¯
̵̧
¾Ë¸²
Áú¹®
±âŸ
³»¿ë
*
> > Á¤¼ö´Ô ´äº¯Áß¿¡ > > Ä«¿îÅÍ º¸±âÁß¿¡ ÀÌ°É »ðÀÔÇ϶ó°í Çϼ̴µ¥ > > ¾ÈµÇ³×¿ä > > > > =========================================== > > HTML ÆäÀÌÁöÁß ÇØ´çÇÏ´Â À§Ä¡¿¡ ¾Æ·¡ Äڵ带 »ðÀÔÇϽʽÿä... > > > > > > > > [a href="count/index.asp" target="contents"] [/a] > > ========================================================================= > > ÆäÀÌÁö ³¡¿¡ »ðÀÔ... > > > > À§¿¡ ¼Ò½º´Â index.asp¸¦ ½ÇÇàÇϴ¼ҽºÀݾƿä > > ±×°Å¸»±¸ 俵´Ô ¸Þ´º¼Ò½º ¹Ø¿¡ÀÖ´Â Á¢¼ÓÀÚ¼ö°¡ > > º¸ÀÌÀÚ³ª¿ä ±×°Å¾îÄÉÇؾߵǿ©? > > ÀÚ¼¼È÷Á»... > > > > > ----------------------------------------------------------- > > ¿¹Àü¿¡ Çѹø ¼Ò½º¸¦ ¿Ã·È´ø °Í °°Àºµ¥... > Ȥ Áö±Ý 俵´ÔÀÌ °ø°³ÇϽŠī¿îÅÍ ¼Ò½º¸¦ ¼öÁ¤ ¾øÀÌ ¾²°í °è½Ã´Ù¸é, ¾Æ·¡ÀÇ ¼Ò½º¸¦ ÇØ´ç ÆäÀÌÁö¿¡ »ðÀÔÇϼż ¾²¸é, ÃÑ Á¢¼ÓÀÚ ¼ö¿Í, ¿À´Ã ³¯Â¥ÀÇ Á¢¼ÓÀÚ ¼ö¸¦ ³ªÅ¸³¾¼ö ÀÖÀ»°Ì´Ï´Ù.. > > ´Ü¼øÈ÷ ¼Ò½º¸¦ ¿Ã·ÁµÎÁö¸¸, ´Ô²²¼ Á¶±Ý¸¸ ³ë·ÂÇϼż, ȯ°æ¿¡ ÀûÇÕÇÑ Äڵ带 ¸¸µé¾î º¸½Ã±æ ¹Ù¶ø´Ï´Ù. > Äõ¸®³»¿ëÀÇ ÀÌÇØ´Â ±×¸® ¾î·ÆÁö ¾ÊÀ»°ÍÀ» º¸ÀÔ´Ï´Ù. > > > > ---------------------------------------------------------------------------- > 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_Visit 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_Visit") > > DataCommand1.Close > DBConnection.Close > Set DataCommand1=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 DataCommand1=Nothing > Set DBConnection=Nothing > > ---------------------------------------------------------------------------- > V_Visit´Â ¿À´Ã Á¢¼ÓÀÚ ¼öÀÌ°í, V_TotalÀº ÃÑ Á¢¼ÓÀÚ ¼öÀÔ´Ï´Ù. Àû´çÇÑ °÷¿¡ Ãâ·ÂÇÏ½Ã¸é µÉ°Ì´Ï´Ù.. > > ±×·³ À̸¸.. > > -----------------------------------------------------------
Ãß°¡ÇÒ À̹ÌÁö¸¦ ÀÔ·ÂÇϼ¼¿ä.
À̹ÌÁö 1
À̹ÌÁö¼³¸í 1
Ãß°¡ÇÒ ÀڷḦ ÀÔ·ÂÇϼ¼¿ä.
ÀÚ·á 1
ÀÚ·á¼³¸í 1
Ãß°¡ÇÒ ½ÎÀÌÆ®¸¦ ÀÔ·ÂÇϼ¼¿ä.
°ü·Ã½ÎÀÌÆ® 1
½ÎÀÌÆ®¼³¸í 1
Password
*