' ######################################################################'Function name: encQuote'Parameter:'value= ๋ฌธ์์ด'Return: String'Description: " To " / ' To '' ######################################################################Function encQuote(ByVal value)If IsNull(value) Then value = ""encQuote = Replace(Replace(value, "'", "'"), """", """)End Function ' ########################..
/* * ํจ์๋ช : curString * ์ค๋ช : ํ๊ธ/์๋ฌธ ๋ฌธ์์ด์ ์ผ์ ๊ธธ์ด๋งํผ ์๋ฆ๋๋ค. * Argus : $str : ๋ฌธ์์ด * : $len : ์๋ฅผ ๊ธธ์ด * : $addSTr : ์๋ฅธ ๋ฌธ์์ด ์ดํ์ ๋ถ์ฌ์ง ๋ฌธ์ **/ function curString($str, $len, $addStr="...") { if(strlen($str)>$len) { for($i=0; $i127) $i++; $str=substr($str,0,$i); $str = $str.$addStr; } return $str; }
์ ์ฉํ ํจ์๋ค ์ค ํ๋. function AlertHistoryBack(message) AlertHistoryBack="" End function function GotoHistoryBack() GotoHistoryBack="" End function function GotoUrl(url) GotoUrl="" End function function GototUrl_Reload(url) GototUrl_Reload="" End function function AlertClose(message) AlertClose="" End function function PopClose() PopClose="" End function function PopClose_Reload() PopClose_Reload="" En..
- Total
- Today
- Yesterday
- Java
- ๊ธฐํ
- I Don't Care
- 8๋ง์ผ
- MySQL
- JS
- ํจ์
- ์นด๋ฐ์จ๋ผ์ธ
- ๋ฉ๋ฐฐํ
- ์น์์ด์ ์
- Ajax
- php
- ์ธํจ์ด
- EL
- asp
- ๊ฒฝ์ ์ฉ์ด
- ์๋ฐ์คํฌ๋ฆฝํธ
- JSP
- JSON
- ์๋ธ๋ฆฟ
- ์์์ฌ์ด๋
- ๋ด๋๋ด์ฐ
- ๋ณต๊ทผ์ด๋
- jQuery
- ๋์ค
- JavaScript
- 2ne1
- Servlet
- ์๋ฆฌ
- JSTL
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |