3.17.128.129´Ô ·Î±×ÀÎ ÇØÁÖ¼¼¿ä

MY wikix
óÀ½À¸·Î
³»¼Ò°³
»çÁø¹æ
°øºÎ¸Ç
ÀϱâÀå
¿µÈ­±¤
µ¶¼­±¤
À⵿»ç´Ï
¹æ¸í·Ï
À§Å° ÆäÀÌÁö
¸ðµç ÆäÀÌÁö
Àαâ ÆäÀÌÁö
º¯°æ ÆäÀÌÁö
°Ë»öÇϱâ

Today : 143  Total : 332500
ViewSource | info | diff | files

WEB 


Web Ç¥ÁØ  

Web ¿¡ ´ëÇؼ­  

´Ù±¹¾î »çÀÌÆ®¸¦ À§ÇÑ  

ÆÁ  

  • urlencode => urlÀ» ÀÎÄÚµùÇؼ­ ÇѱÛÀ̳ª °ø¹éÀÌ µé¾î°£ ÁÖ¼Ò°ªÀ» Ç¥ÇöÇÒ ¶§
  • ¾ÞÄ¿ - href="#"
  • Á¤±Ô Ç¥Çö½Ä
  • robots - robots ÆÄÀÏ ÀÛ¼º ¿ä·É(·Îº¿ °Ë»ö ¹æÁö ¹æ¹ý)
  • style= "display:inline;" - ÇÑÁ٠ǥÇö
  • robotstxt
  • extract - ¹è¿­ÀÎ º¯¼ö¸¦ ¹è¿­¸í º¯¼ö·Î ¸¸µé¶§ $row[a] = "1" -> $a = 1
  • php.ini
  • style= "display:inline;"

PHP ¹öÀü  

  • $HTTP_SESSION_VARS = $_SESSION;
  • php.ini => register_long_arrays = On
  • disable_functions =exec,passthru,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file

Table  

  • frame
  • boder
  • fixed - Å×ÀÌºí ±úÁü¹æÁö, ÀÚ°£, ¾çÂÊ Á¤·Ä

Date  

¹®ÀÚ¿­  

·£´ý  

ÀÚ¹Ù½ºÅ©¸³Æ®  

Æ÷¸ä  

ÀúÀå  

°¡º¯º¯¼ö  


while($row= mysql_fetch_array($result)) {
        $j++;
        ${"cnt_".$j} = $row[cnt];
}

Ç÷¡½Ã ÆÄÀÏ  

<embed height="326" width="944" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="/content/xml/main_img.swf?filename=main.jsp"/>

input ÀԷ  

http://blog.naver.com/thisplus5731/60063748597

input ÀÔ·Â

<input type="text" style="ime-mode:active;">Çѱ۸ðµå

<input type="text" style="ime-mode:inactive;">¿µ¹®¸ðµå

<input type='text' style="ime-mode:auto;"> ÇѱÛ/¿µ¹® ÀԷ°¡´É

<input type='text' style="ime-mode:disabled;"> ¿µ¹®¸¸ ÀԷ°¡´É

<input type='text' style='ime-mode:disabled;'>  Çѱ۠ÀԷ ¹æÁö

onclick stype="cursor:hand"


//////input ¼ýÀÚ¸¸ ÀÔ·ÂÇϱâ ///////////

<script language="javascript">
<!--
function NumObj(obj){
 if(event.keyCode){
  if(escape(event.keyCode)>=48&& escape(event.keyCode)<=57{
  return true;;
  }else{
  event.returnValue=false;
  }
 }
}
//-->
</script>
<form name="formname">
<input type="text" name="name" style="ime-mode:disabled;" OnkeyPress="NumObj(this)"/>
</form> 

ÆÄÀÏ ÇѲ¨¹ø¿¡ º¯°æÇÏ´Â ½ºÅ©¸³Æ®  

ir /s /d /b *.%1% > list.txt
for /f "delims=" %%i in (list.txt) do ren %%i *.%2% 

ÆäÀÌÁö ·Îµù½Ã À̹ÌÁö ¶ç¿ì´Â ½ºÅ©¸³Æ®  

<script language=javascript>

  var loadingPopup = window.createPopup();
  var onLoadYN = "N";
  function loadingProgress(){
    if(onLoadYN == "Y") return;
    var loadingPopupBody = loadingPopup.document.body;
    W = 214;
    H = 80;
    X = 1024 - 6 - W;
    Y = 673;
    
    X = screen.Width / 2;
    Y = screen.Height / 2;
    
    loadingPopupBody.innerHTML = "<img src='À̹ÌÁö°æ·Î'>";
    loadingPopup.show(X,Y,W,H);
  }
  loadingProgress();

</script>
Ȥ½Ã³ª Çؼ­


Last : 2015-03-07 15:55:06   Who : ºü¹Ù±â
Version : v41
11748 hits