E D R , A S I H C RSS

Full text search for "url"

url


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Kongulo . . . . 62 matches
         import urllib
         import urllib2
         import urlparse
         # Matches URLs in <a href=...> tags. Chosen above htmllib.HTMLParser because
         class NoExceptionHandler(urllib2.BaseHandler):
         class PasswordDb(urllib2.HTTPPasswordMgr):
         # A URL opener that can do basic and digest authentication, and never raises
         opener = urllib2.build_opener(urllib2.HTTPBasicAuthHandler(passwords),
          urllib2.HTTPDigestAuthHandler(passwords),
         opener.handlers[0].proxies = urllib.getproxies()
          def __init__(self, url):
          f = opener.open(url)
         class UrlValidator:
          URL. This is based on the type of the URL (only crawl http URLs) and robot
          def __init__(self, match_url):
          self.robots = {} # Dict of robot URLs to robot parsers
          self.match_url = re.compile(match_url)
          def IsCrawlable(self, url):
          """Returns true if it's OK to crawl the absolute URL provided."""
          if not url.startswith('http') or not self.match_url.match(url):
  • AcceleratedC++/Chapter6 . . . . 20 matches
          === 6.1.3 Finding URL ===
         #ifndef GUARD_urls_h
         #define GUARD_urls_h
         std::vector<std::string> find_urls(const std::string& s);
         #include "urls.h"
         bool not_url_char(char);
         string::const_iterator url_end(string::const_iterator, string::const_iterator);
         string::const_iterator url_beg(string::const_iterator, string::const_iterator);
         vector<string> find_urls(const string& s)
          b = url_beg(b, e);
          // get the rest of the \s-1URL\s0
          iter after = url_end(b, e);
          // remember the \s-1URL\s0
          // advance `b' and check for more \s-1URL\s0s on this line
         string::const_iterator url_end(string::const_iterator b, string::const_iterator e)
          return find_if(b, e, not_url_char);
         bool not_url_char(char c)
          // characters, in addition to alphanumerics, that can appear in a \s-1URL\s0
          static const string url_ch = "~;/?:@=&$-_.+!*'(),";
          // see whether `c' can appear in a \s-1URL\s0 and return the negative
  • 권영기/web crawler . . . . 20 matches
         import urllib
         import urllib2
         req = urllib2.Request('http://9632024.tistory.com/974')
         try: urllib2.urlopen(req)
         except URLError, e:
         for line in urllib2.urlopen(req).readlines():
          * http://coreapython.hosting.paran.com/howto/HOWTO%20Fetch%20Internet%20Resources%20Using%20urllib2.htm
         === 소스에서 URL만 추출하기 ===
         import urllib
         import urllib2
         import urllib
         import urllib2
          urllib.urlretrieve(line,line.split('/')[-1])
          urllib.urlretrieve(url[, filename[, reporthook[, data]]])
          http://docs.python.org/library/urllib.html
          url = 'http://comic.naver.com/webtoon/detail.nhn?titleId=449854&no=' + str(i) + '&weekday=wed'
          prepare.readpage(url, str(i) + '.html')
  • BuildingWikiParserUsingPlex . . . . 19 matches
          def getLinkStr(self, anUrl):
          return "<a href='%(url)s'>%(url)s</a>" % {'url':anUrl}
          def getImageStr(self, anUrl):
          return "<img src='%(url)s'>" % {'url':anUrl}
          def isImage(self, aFileUrl):
          extension = aFileUrl[aFileUrl.rfind(".")+1:]
          def repl_url(self, aText):
          url = self.interWikiMap[wikiMapName]
          formatText = "<A HREF=%(url)s>%(imageTag)s</A><A HREF=%(url)s%(pageName)s>%(pageName)s</A>"
          url = self.scriptName+"/InterMap"
          formatText="<A HREF=%(url)s>%(imageTag)s</A><A HREF=%(url)s>%(pageName)s</A>"
          return formatText % {'url':url, 'pageName':pageName, 'imageTag':imageTag}
          urlHeader = Str("http://")
          url = urlHeader + stringUntilSpace
          (url, repl_url),
  • R'sSource . . . . 19 matches
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
         newlen = len(string.split(urldump))
         tmp = commands.getoutput('echo "%s" | smbclient -M 박준우 -' % string.join(string.split(urldump)))
         print string.join(string.split(urldump))
         import urllib
          #url='http://www.daum.net'
          url = 'http://www.replays.co.kr/technote/main.cgi?board=bestreplay_pds/'
          a = urllib.urlopen(url)
          #http://165.194.17.5/wiki/index.php?url=zeropage&no=2985&title=Linux/RegularExpression&login=processing&id=&redirect=yes
          beReadingUrl = 'http://www.replays.co.kr/technote/main.cgi?board=bestreplay_pds&number=%d&view=2&howmanytext=' % i
          aaa = urllib.urlopen(beReadingUrl)
          choicedRepUrl = 'http://www.replays.co.kr/technote' + matching.group(1)
          #print choicedRepUrl
          saveRep(choicedRepUrl)
         def saveRep(url):
          a = urllib.urlopen(url)
          downUrl = 'http://www.replays.co.kr/technote' + matching.group(1)
          #print downUrl
          #print 'rep페이지 접근중 : %s' % downUrl
          aa = urllib.urlopen(downUrl)
  • Celfin's ACM training . . . . 15 matches
         || 5 || 6 || 110603/10198 || Counting || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4010&title=Counting/하기웅&login=processing&id=&redirect=yes Counting/Celfin] ||
         || 6 || 6 || 110606/10254 || The Priest Mathmatician || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4132&title=ThePriestMathematician/하기웅&login=processing&id=&redirect=yes The Priest Mathmatician/Celfin] ||
         || 7 || 6 || 110608/846 || Steps || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4130&title=Steps/하기웅&login=processing&id=&redirect=yes Steps/Celfin] ||
         || 8 || 9 || 110908/10276 || Hanoi Tower Troubles Again || . || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4078&title=HanoiTowerTroublesAgain!/하기웅&login=processing&id=&redirect=yes Hanoi Tower Troubles Again/Celfin] ||
         || 9 || 6 || 110602/10213 || How Many Pieces Of Land? || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4143&title=HowManyPiecesOfLand?/하기웅&login=processing&id=celfin&redirect=yes How Many Pieces Of Land?/Celfin] ||
         || 10 || 6 || 110601/10183 || How Many Fibs? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4172&title=HowManyFibs?/하기웅&login=processing&id=celfin&redirect=yes How Many Fibs?/Celfin] ||
         || 11 || 10 || 111007/10249 || The Grand Dinner || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4188&title=TheGrandDinner/하기웅&login=processing&id=celfin&redirect=yes The Grand Dinner/Celfin] ||
         || 12 || 12 || 111201/10161 || Ant on a Chessboard || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4209&title=AntOnAChessboard/하기웅&login=processing&id=&redirect=yes Ant on a Chessboard/Celfin] ||
         || 13 || 12 || 111204/10182 || Bee Maja || 30 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4235&title=BeeMaja/하기웅&login=processing&id=&redirect=yes Bee Maja/Celfin] ||
         || 14 || 12 || 111207/10233 || Dermuba Triangle || 3 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4238&title=DermubaTriangle/하기웅&login=processing&id=&redirect=yes Dermuba Triangle/Celfin] ||
         || 15 || 11 || 111105/10003 || Cutting Sticks || 3 days || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4198&title=CuttingSticks/하기웅&login=processing&id=&redirect=yes CuttingSticks/Celfin] ||
         || 16 || 13 || 111303/10195 || The Knights of the Round Table || 1 hour || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4263&title=TheKnightsOfTheRoundTable/하기웅&login=processing&id=&redirect=yes TheKnightsOfTheRoundTable/Celfin] ||
         || 17 || 13 || 111306/10215 || The Largest/Smallest Box || 40 mins || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4264&title=TheLagestSmallestBox/하기웅&login=processing&id=&redirect=yes TheLargestSmallestBox/Celfin] ||
         || 18 || 13 || 111307/10209 || Is This Integration? || 2 hours || [http://165.194.17.5/wiki/index.php?url=zeropage&no=4265&title=IsThisIntegration?/하기웅&login=processing&id=&redirect=yes IsThisIntegration/Celfin] ||
         || 22 || 13 || 111305/10167 || Birthday Cake || 1hour 30 mins || [http://zeropage.org/zero/index.php?title=BirthdatCake%2FCelfin&url=zeropage BirthdayCake/Celfin] ||
  • JavaScript/2011년스터디/URLHunter . . . . 11 matches
         [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보자!!
         http://joojis.net/urlhunter.php
          location.href="./urlhunter.php#"+str+"||| time:"+(30-time);
          location.href="./urlhunter.php#Game Over";
          <script language ="Javascript" src ="URLHunterV1.js"></script>
          * URLHunterV1.js
          setInter = setInterval("URLChange();",100);
         var CrtURL = (document.URL.indexOf('#') == -1)? document.URL+'#': document.URL.slice(0,document.URL.indexOf('#')+1);
         var URLChange = function(){
          location.href = CrtURL + " You caught \'" + map.r.join('') + "\'";
          location.href = CrtURL + " "+timer.t +"|" + map.s.join('') + "|"+timer.t + " You caught \'" + map.r.join('') + "\'";
          * url-hunter.html
          <title>URL Hunter</title>
          <script type="text/javascript" src="url-hunter.js"></script>
          * url-hunter.js
         var url;
          //getURL
          url = location.href;
          location.href= url + "#" + time + "|" + toString() + "|" + time;
          * url-hunter.css
  • UsenetMacro . . . . 10 matches
          $url = $value;
          $url = 'http://groups-beta.google.com/group/'.$group;
          $url .= '/browse_thread/thread/'.$thread;
          $purl = parse_url($url);
          $fp = @fsockopen($purl['host'], 80, $errno, $errstr, 5);
          $out = "GET {$purl['path']} HTTP/1.0\nHost: {$purl['host']}\n\n";
          return '<!> URL is not found <!>';
          return sprintf('%s<a href="%s">%s</a>', $img, $url, $subj);
  • 작은자바이야기 . . . . 9 matches
          * url중에 '가 들어있어서 그런듯... - [서지혜]
         .setUrl("jdbc:mysql://zeropage.org:3306/test")
          * uri와 url의 비교
          * uniform resource identifier와 locatord의 약자. uri가 url보다 더 큰 개념이다.
          * map에서 자료를 가져와서 equals로 비교를 할 때 url은 실제로 가져온 내용이 같은지 비교하고 uri는 식별자가 같은지만 비교한다.
          * url의 equals는 비교를 하려면 자료를 가져와야 하기 때문에 성능의 낭비가 심하다. 따라서 실제로 자료가 같은지 비교해야 할 때에만 url을 사용하는 것이 좋다.
          * url과 uri는 서로 toURI, toURL을 지원한다.
          * uri의 기준이 url의 기준보다 더 엄격하다.
          * filter, servlet은 하나의 객체를 url에 매핑해서 여러 스레드에서 쓰이는 것임. 따라서 thread-safe 해야 한다.
  • MoniWikiOptions . . . . 8 matches
         `'''$css_url'''`
          * 기본 css의 경로를 설정한다. 기본값은 `$url_prefix.'/css/default.css'` $theme를 설정한 경우는 이 값이 자동 설정된다.
          * 기본값은 `$url_prefix.'/css/kbd.js'` : 사용하기 싫으면 그 값을 빈 문자열로 한다.
         `'''$css_url'''`
          * 기본 css의 경로를 설정한다. 기본값은 `$url_prefix.'/css/default.css'`
          * 기본값 `$url_prefix.'/imgs'`
          * 기본값은 `$url_prefix.'/css/kbd.js'`
         `'''$url_prefix'''`
  • ProjectPrometheus/LibraryCgiAnalysis . . . . 8 matches
         import httplib, urllib
         headers = {"Content-Type":"application/x-www-form-urlencoded",
          params=urllib.urlencode(params)
          params=urllib.urlencode(params)
          f = urllib.urlopen("http://165.194.100.2/cgi-bin/mcu200", params)
  • Curl . . . . 6 matches
         = Curl? =
         Curl은 미국 MIT(매사츄세츠 공과대학)의 연구 프로젝트에서 시작된 새로운 Web 언어입니다. 서버에 대부분의 처리가 집중되는 기존의 웹 어플리케이션과는 달리 클라이언트측에서 대부분의 처리를 실행하는 「리치·클라이언트」를 실현할 수 있는 점이 최대의 특징입니다. 실현 가능한 어플리케이션을 중심으로 Curl의 전모를 알아 보도록 하겠습니다.
         Upload:curl_implementation.gif
         http://mycurl.com/usr/src/introduction.php
          Ajax프로그래밍을 해본적이 없어서 Gmail에서 관찰한 내용을 기준으로 해보면... 아마도 curl 로 만들어진 빠른 속도의 애플리케이션을 이용해서 좀더 다양한 처리 같은게 가능하지 않을까요? 뭐 그래픽 에디터를 activex를 이용하지 않고도 만들 수 있다던지.. 그리고 네트워크가 disconnect된 상태에서 사용자가 작업한 내용을 보관하고 있다가 connect된 상태로 바뀌면 작업을 처리하는 일같은 것도 가능할 것 같고요.(ajax가 jscript+dhtml을 이용한 기술이라고 아는데 이런것도 가능한지는 모르겠네요.;;) 아무래도 로컬의 runtime위에서 작동을 하는 만큼 유저의 입장에서 좀더 다양한 상용의 용도가 있을 것이라는 생각이드네요. 물론 runtime 이 있기 때문에 상업적 표준이 되기전에는 기업용 시장에서만 팔릴 것들에만 쓰일지도 모르겠고요. - [eternalbleu]
  • Google/GoogleTalk . . . . 6 matches
         use URI::URL;
          my $unencoded_url = 'http://www.google.com/search?hl=ko&num=10&q='.$q;
          my $url = URI::URL->new($unencoded_url);
          print "unencoded: " . $unencoded_url ."\n" if $debug;
          print "encoded: " . $url->as_string . "\n" if $debug;
          my $response = $browser->get($url->as_string, 'User-Agent'=>'Mozilla' );
  • MoniWikiPo . . . . 6 matches
         #: ../plugin/ImportUrl.php:105
         msgid "Import URL"
         msgid "TrackBack URL for this page:"
         "url; [url]; [url label].<br />\n"
         "url; [url]; [url 표시될 이름].<br />\n"
  • ProjectPrometheus/AT_BookSearch . . . . 6 matches
         import httplib, urllib
         DEFAULT_HEADER = {"Content-Type":"application/x-www-form-urlencoded",
          params=urllib.urlencode(params)
          params=urllib.urlencode(params)
  • WebGL . . . . 6 matches
          var url = document.getElementById("vertexShader").getAttribute("src");
          ajax(url, callback);
          var url = document.getElementById("fragmentShader").getAttribute("src");
          ajax(url, callback);
         function ajax(url, callback){
          ajax.open("GET", url, true);//if need Sync method set false;
  • cookieSend.py . . . . 6 matches
         import urllib
          header = {"Content-Type":"application/x-www-form-urlencoded",
          print "encode cookie : " , urllib.urlencode(cookieDict)
          params=urllib.urlencode(paramDict)
  • Spring/탐험스터디/wiki만들기 . . . . 5 matches
          <sec:authorize url="/login">
          * url mapping 어떻게 하지?
          * PageTitle 받아서 검색하는 거 까지되었다!! 알고보니 어렵지 않은 문제였음, PathVariable로 url의 path 요소를 받을 수 있다.
          * url "/"에 Page내용 보기와 Page history의 내용 보기 두가지 기능을 매핑하려 했다.
          * RequestMappingHandlerMapping의 매핑 테이블을 보니 {[ URL ], methods=[ Method 타입 ], params=[],headers=[],consumes=[],produces=[],custom=[]}등으로 Request를 구분하고 있었다.
          * spring security에서 "/create" url에 authentication을 설정
  • html5/form . . . . 5 matches
          * url
          * search 타입, 전화번호 입력을 위한 tel 타입, 리소스 주소 입력을 위한 url 타입, 이메일 입력을 위한 email 타입, 색상 입력을 위한 color 타입 등이 새로 추가
         <input type="url" list="url_list" />
          <datalist id="url_list">
  • 웹에요청할때Agent바꾸는방법 . . . . 5 matches
         import urllib
         import urllib2
          self.urlOpener = ClientCookie.build_opener(ClientCookie.HTTPCookieProcessor(ClientCookie.CookieJar() ),\
          theUrl = 'http://msdn2.microsoft.com/zh-cn/library/ms130214.aspx'
          #theUrl = 'http://www.google.co.kr/search?hl=ko&q=define:"'+word+'"'
          req = urllib2.Request(theUrl)
          f = self.urlOpener.open(req)
  • Ant/JUnitAndFtp . . . . 4 matches
          <property name="ftpserverurl" value="free1002.nameip.net"/>
          <ftp server="${ftpserverurl}" port="${ftpserverport}"
          <!-- <ftp server="${ftpserverurl}" port="${ftpserverport}"
          <ftp server="${ftpserverurl}" port="${ftpserverport}"
  • HelpOnProcessingInstructions . . . . 4 matches
          * {{{#redirect}}} ''url'' : 페이지를 보게되면 `url`이 가리키는 곳으로 이동한다. `url`은 페이지 이름이 될 수도 있고, 인터위키, url 등등이 될 수 있다.
  • Java2MicroEdition/MidpHttpConnectionExample . . . . 4 matches
          public SpikeGetHtml(String url) {
          init(url);
          private void init(String url) throws IOException {
          httpConn = (HttpConnection)Connector.open(url);
  • to.상협 . . . . 4 matches
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
         newlen = len(string.split(urldump))
         tmp = commands.getoutput('echo "%s" | smbclient -M 박준우 -' % string.join(string.split(urldump)))
         print string.join(string.split(urldump))
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 4 matches
         body {background-image:url('paper.gif'); padding:0px; margin:0px; }
         #left:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20073050); }
         #center:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20082990); }
         #right:hover { background:url(http://abeek.cau.ac.kr/cauabeek/ImageViewStu?hakbun=20082977); }
  • 지금그때2006/선전문 . . . . 4 matches
         <a href="http://165.194.17.5/zero/?url=zeropage&title=%C1%F6%B1%DD%B1%D7%B6%A72005%2F%C8%C4%B1%E2"> 지금그때2005.후기보러가기 click</a>
         1부. <a href="http://165.194.17.5/zero/?url=zeropage&title=%B3%AA%B8%A6%B8%B8%B5%E7%C3%A5%C0%E5"> <b> 나를 만든 책장 </b> </a> 채우기
         1부. <a href="http://165.194.17.5/zero/?url=zeropage&title=%B3%AA%B8%A6%B8%B8%B5%E7%C3%A5%C0%E5"> <b> 나를 만든 책장 </b> </a> 채우기
         <a href="http://165.194.17.5/zero/index.php?title=%C1%F6%B1%DD%B1%D7%B6%A72006%2F%C8%C4%B1%E2&url=zeropage"> 후기 쓰러 가기(클릭) </a>
  • CodeConvention . . . . 3 matches
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/hunganotat.asp Hungarian Notation] : MFC, VisualBasic
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconnetframeworkdesignguidelines.asp?frame=true .Net Frameworks Design Guidelines] : C#, VisualBasic.Net
          * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvsgen/html/hunganotat.asp
  • DebuggingSeminar_2005 . . . . 3 matches
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tools/tools/rebase.asp ReBase MSDN] || Rebase is a command-line tool that you can use to specify the base addresses for the DLLs that your application uses ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_viewing_decorated_names.asp undname.exe] || C++ Name Undecorator, Map file 분석툴 ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_c_run2dtime_library_debugging_support.asp Debug CRT] || VC++4 에서 지원하기 시작한 C런타임 라이브러리 ||
  • JavaHTMLParsing/2011년프로젝트 . . . . 3 matches
         import java.net.URL;
          import java.net.URLConnection;
          import java.net.MalformedURLException;
          public class URLConn{
          URL url;//URL 주소 객체
          URLConnection connection;//URL접속을 가지는 객체
          InputStream is;//URL접속에서 내용을 읽기위한 Stream
          //URL객체를 생성하고 해당 URL로 접속한다..
          url = new URL("http://www.hufslife.com/");
          connection = url.openConnection();
          }catch(MalformedURLException mue){
          System.err.println("잘못된 URL입니다. 사용법 : java URLConn http://hostname/path]");
  • NUnit/C++예제 . . . . 3 matches
         평소대로 하자면 이렇게 하면 될것이다. 하지만 현재 프로젝트는 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_16_2.asp Managed C++ Extensions]이다. 이것은 C++을 이용해서 .Net을 Platform위에서 프로그래밍을 하기 위하여 Microsoft에서 C++을 확장한 형태의 문법을 제안된 추가 문법을 정의해 놓았다. 이를 이용해야 NUnit이 C++ 코드에 접근할수 있다. 이경우 NUnit 에서 검증할 클래스에 접근하기 위해 다음과 같이 클래스 앞에 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_16_2.asp __gc] 를 붙여서 선언해야 한다.
         __gc의 가 부여하는 능력과 제약 사항에 대해서는 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmxspec/html/vcmanagedextensionsspec_4.asp __gc] 을 참고하자. NUnit 상에서 테스트의 대상 클래스는 무조건 포인터형으로 접근할수 있다. 이제 테스트 클래스의 내용을 보자.
  • Plugin/Chrome/네이버사전 . . . . 3 matches
          img.src = constructImageURL(photo);
         // See: http://www.flickr.com/services/api/misc.urls.html
         function constructImageURL(photo) {
         function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar,
          window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height
  • ProjectPrometheus/CookBook . . . . 3 matches
         Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 GET 의 예와 POST 의 예가 나온다.
         Java 에서는 HttpURLConnection 을 이용한다. 관련 코드는 http://www.javafaq.nu/tips/servlets/index.shtml 를 참조.
         === HttpUrlConnection 에서 GET,POST 넘길때 주의사항 ===
         Python 에서의 string.urlencode 과 마찬가지로 GET,POST 로 넘기기 전 파라메터에 대해 URL Encoding 이 필요하다. URLEncoder 라는 클래스를 이용하면 된다.
         import java.net.URLEncoder;
         URLEncoder.encode (paramString, "UTF-8");
          <init-param url="jdbc:mysql://서버주소:서버IP/reference 이름"/>
  • PyServlet . . . . 3 matches
          <url-pattern>*.py</url-pattern>
          <servlet-mapping url-pattern="*.py" servlet-name="PyServlet"/>
  • 검색에이전시_temp . . . . 3 matches
         http://minihp.cyworld.nate.com/pims/visitbook/visitbook_list.asp?tid=24808212&urlstr=bang
         프레임있는 미니홈 : http://minihp.cyworld.nate.com/pims/main/pims_main4.asp?tid=24808212&urlstr=main
         방명록 : http://minihp.cyworld.nate.com/pims/visitbook/visitbook_list.asp?tid=24808212&urlstr=bang
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 . . . . 3 matches
         body {background-image:url('http://wstatic.dcinside.com/new/photo/sosimarine.jpg')}
         //background:url("http://wstatic.dcinside.com/new/photo/sosimarine.jpg");
         body {background-image:url('http://wstatic.dcinside.com/new/photo/sosimarine.jpg');
  • 위키설명회2005/PPT준비 . . . . 3 matches
         [대괄호이용]; url; [url]; [url label].
  • 임인택/AdvancedDigitalImageProcessing . . . . 3 matches
          http://www.google.co.kr/url?sa=U&start=6&q=http://www.isprs.org/istanbul2004/comm4/papers/509.pdf&e=747
          http://www.google.co.kr/url?sa=U&start=8&q=http://www.vision.caltech.edu/pmoreels/Publications/PmoreelsIEEE_IP_Jul03.pdf&e=747
          http://www.google.co.kr/url?sa=U&start=11&q=http://www.cv.tu-berlin.de/~vr/papers/acrobat/TGJGD97.pdf&e=747
  • 1st Seminar . . . . 2 matches
         http://images.google.co.kr/imgres?imgurl=http://allan.ultra.nyu.edu/~gottlieb/courses/2001-02-fall/arch/lectures/figs/cache-set-assoc.png&imgrefurl=http://allan.ultra.nyu.edu/~gottlieb/courses/2001-02-fall/arch/lectures/lecture-22.html&h=460&w=777&sz=7&tbnid=NW3J1fy7BkwJ:&tbnh=83&tbnw=140&start=52&prev=/images%3Fq%3Dcomputer%2Bcache%26start%3D40%26hl%3Dko%26lr%3D%26ie%3DUTF-8%26newwindow%3D1%26sa%3DN
  • AcceleratedC++/Chapter11 . . . . 2 matches
         string url_ch = "~;/?:@=&$-_.+!*'(),";
         string spaces(url_ch.size(), ' ');
  • AcceleratedC++/Chapter7 . . . . 2 matches
         // 기본적으로 split 함수를 이용하여서 단어를 tokenize 한다. 만약 인자로 find_url을 주게되면 url이 나타난 위치를 기록한다.
  • CeeThreadProgramming . . . . 2 matches
         //http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt__beginthread.2c_._beginthreadex.asp
         //http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/overlapped_str.asp
  • HelpOnXmlPages . . . . 2 matches
          (<a href="{system-property('xsl:vendor-url')}"><xsl:value-of select="system-property('xsl:vendor-url')"/></a>)
  • Hessian . . . . 2 matches
         import java.net.MalformedURLException;
          public static void main(String[] args) throws MalformedURLException {
          String url = "http://localhost:8080/servlet/RpcTest";
          Basic basic = (Basic)factory.create(Basic.class, url);
  • InterMap . . . . 2 matches
         MoinMoin http://purl.net/wiki/moin/
         Moa http://purl.net/NET/moa/wiki/
  • Java/JDBC . . . . 2 matches
          String url = "jdbc:oracle:thin:@localhost:1521:NSH2";
          Connection con = DriverManager.getConnection(url, "namsangboy", "namsangboy");
  • Java/ServletFilter . . . . 2 matches
          <url-pattern>/*</url-pattern>
  • JavaScript/2011년스터디/7월이전 . . . . 2 matches
          * 오늘은 PairProgramming으로 [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보았는데 setInterval 함수를 사용하여 계속 페이지 주소를 바꿔주는 부분까지 성공했습니다. 처음에는 setTimeout 함수를 사용해서 생각처럼 제대로 작동하지 않았어요. 다음주엔 새내기가 스터디에 합류할텐데 매우 기대됩니다. 우리가 했던것들을 설명해주고 같이 [http://probablyinteractive.com/url-hunter URLHunter]를 만들어보려고 해요. 시간이 너무 걸리지 않도록 어떻게 접근할지 주말에 미리 생각해보겠습니다. - [김수경]
          * PairProgramming으로 위의 주소로 들어가면 보이는 URLHunter를 만드는데 도전하였습니다. 제가 혼자 생각할 때에는 어디서부터 어떻게 접근해야 할지 막막했었는데 Pair로 하니까 점점 먼가가 되가는것 같았어요. 어떻게 하면 주소창을 마음데로 조작 할 수 있는지 더 고민해 봐야겠습니다. - [박정근]
          * [JavaScript/2011년스터디/URLHunter]
          * 오늘은 새 멤버가 두명 합류했습니다. 기쁘기도 하고 앞으로 스터디를 어떻게 진행해야할지 고민도 조금 되네요! /URLHunter는 점점 그럴듯해지고 있습니다. 지난시간에 문제가 됐던 부분을 해결했어요. 다만 급하게 문제를 해결해나가느라 코드가 지저분해진 게 문제네요. 다음주에 기능이 다 구현될 것 같은데 코드 정리도 좀 해야겠습니다. - [김수경]
  • TestDrivenDatabaseDevelopment . . . . 2 matches
          String url="jdbc:mysql://"+hostname+"/"+dbname+"?user="+userId+"&password="+userPass;
          con = DriverManager.getConnection(url);
  • WebLogicSetup . . . . 2 matches
          <url-pattern>/soapaccess</url-pattern> <!-- uri 패턴 -->
  • XsltVersion . . . . 2 matches
          (<a href="{system-property('xsl:vendor-url')}"><xsl:value-of select="system-property('xsl:vendor-url')"/></a>)
  • java/reflection . . . . 2 matches
          public static void main(String[] args) throws MalformedURLException, ClassNotFoundException, InvocationTargetException, IllegalAccessException, InstantiationException, NoSuchMethodException {
          URLClassLoader urlClassLoader = new URLClassLoader(
          new URL[]{
          new URL("file:/Users/fharenheit/Projects/openflamingo/helloworld.jar")
          Thread.currentThread().setContextClassLoader(urlClassLoader);
  • 고슴도치의 사진 마을 . . . . 2 matches
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=알고리즘&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=경시대회준비반&login=processing&id=celfin&redirect=yes preparing the ACM] ||
  • 고슴도치의 사진 마을처음화면 . . . . 2 matches
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3818&title=알고리즘&login=processing&id=celfin&redirect=yes algorithms] ||
         || [http://165.194.17.5/wiki/index.php?url=zeropage&no=3817&title=경시대회준비반&login=processing&id=celfin&redirect=yes preparing the ACM] ||
  • 공개선언/메세지 . . . . 2 matches
         == [http://zeropage.org/zero/index.php?title=%B0%F8%B0%B3%BC%B1%BE%F0&url=zeropage#2.1 2007년 1월] ==
         == [http://zeropage.org/zero/?url=zeropage&title=%B0%F8%B0%B3%BC%B1%BE%F0#3.1 2006~2007 겨울방학] ==
  • 권영기/채팅프로그램 . . . . 2 matches
          참고페이지- http://www.google.co.kr/url?sa=t&source=web&cd=5&ved=0CEkQFjAE&url=http%3A%2F%2F211.221.225.175%2F~comsys%2FNP_PDF%2Fchapter9.pdf&ei=B1B6T-XQLsaNiAfp7ozmAg&usg=AFQjCNGSvHjDhJuPzKXNM753wAi0WINORQ
  • 레밍즈프로젝트/프로토타입/SetBit . . . . 2 matches
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cdc.3a3a.setpixel.asp MSDN_SetPixel], [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cdc.3a3a.getpixel.asp MSDN_GetPixel]
  • 2006신입생 . . . . 1 match
          * 어디에 보니깐 전화번호도 공일구.오오팔.오구삼팔 과 같은 식으로 써놓던데 이렇게 하면 괜찮은건가 모르겠네요^^ - [http://165.194.17.5/zero/?url=celfin&sessionId=celfin&sessionName=하기웅 하기웅]
  • 2006신입생/방명록 . . . . 1 match
         -아발이 돈 좀 뿌렸나보네^^ㅋㅋ - [http://165.194.17.5/zero/?url=celfin&sessionId=celfin&sessionName=하기웅 하기웅]
  • 2006신입생/연락처 . . . . 1 match
         || [http://165.194.17.5/zero/?url=zeropage&title=%BE%C8%B3%E7%C7%CF%BC%BC%BF%E4 송태의] || kofboy at dreamwiz dot com || 010-4691-5179 ||
  • ActionMarket . . . . 1 match
         http://purl.net/wiki/moin/ActionMarket 를 참조하세요.
  • ActiveTemplateLibrary . . . . 1 match
          * [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_atl_string_conversion_macros.asp ATL and MFC String Conversion Macros]
  • ActiveXDataObjects . . . . 1 match
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/dasdkadooverview.asp MS ADO]
  • Bigtable/DataModel . . . . 1 match
          1. row key : url(또는 데이터값의 대표, 제목등)
  • CSS . . . . 1 match
         [CssMarket], [http://165.194.17.5/zero/index.php?keyword=CSS&mode=result&directGo=1&url=zeropage&range=%C0%FC%C3%BC CSS 검색결과]
  • DebuggingSeminar_2005/DebugCRT . . . . 1 match
         [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsdebug/html/_core_c_run2dtime_library_debugging_support.asp MSDN]
  • Googling . . . . 1 match
         || link || 주어진 URL의 링크를 포함한 모든 페이지를 보여줍니다 ||
         || allinurl || URL 링크에서 존재하는 문장을 통해서 검색한다. ||
  • HelpOnInstallation . . . . 1 match
         여기서 가장 중요한 것은 {{{$url_prefix}}}를 고치는 것이다. 이 값은 초기에 자동으로 설정되며,
  • IsbnMap . . . . 1 match
          모니위키 1.1.3에서는 이와 관련된 버그가 고쳐졌고, 알라딘 같은 경우는 확장자가 jpg/gif인 경우를 자동으로 검출합니다. 이 경우 php.ini에 {{{'allow_url_fopen=1}}}같은 식으로 설정이 되어있어야 합니다. 또, config.php에 {{{$isbn_img_download=1;}}} 와 같이 옵션을 넣으면 이미지를 다운로드할 수도 있게 하여, 일부 referer를 검사하여 이미지를 보이지 않게 하는 사이트에서도 활용하기쉽게 하였습니다. -- WkPark [[DateTime(2009-01-13T07:14:27)]]
  • JSP/FileUpload . . . . 1 match
          out.write("<meta http-equiv="refresh" content="0;url=BugReport.jsp?fileName="+saveFile+"">");
  • Leonardong . . . . 1 match
         [http://zeropage.org/zero/?url=leonardong 개인위키]를 분양받아 쓰고 있습니다. 제로페이지 프로젝트에는 [http://zeropage.org/trac/leonardong/ Trac]을 쓰고 있지요.
  • MacroMarket . . . . 1 match
         현재 moinmoin에서 만들어진 Macro들에 대해서는 http://purl.net/wiki/moin/MacroMarket 를 참조하세요.
  • MentorOfArts . . . . 1 match
         http://purl.oclc.org/NET/moa/moin.cgi/
  • MoinMoinBugs . . . . 1 match
         -- BruceDurling
          * InterWiki links should either display the destination Wiki name or generate the A tag with a TITLE attribute so that (at least in IE) the full destination is displayed by floating the cursor over the link. At the moment, it's too hard to figure out where the link goes. With that many InterWiki destinations recognised, we can't expect everyone to be able to recognise the URL.
  • MoinMoinFaq . . . . 1 match
          * Get the URL for the document,
          * Type in the URL where you want it in the document
         link will take the user to the URL when clicked on. Here's an example:
         You can include a url to the image in the page. Example:
  • MoinMoinTodo . . . . 1 match
          * Macro that lists all users that have an email address; a click on the user name sends the re-login URL to that email (and not more than once a day).
          * Send a regular "changes" mail? (checkbox, plus frequency setting hourly/daily/weekly/etc.)
          * On request, send email containing an URL to send the cookie
          * Link icon to IsbnInfo page, and the ISBN number itself to the main URL
          * Document all MoinMoinUrlSchemes (i.e. action=whatever)
          * On request, send email containing an URL to send the cookie (i.e. login from a click into the email)
  • MoniWikiPlugins . . . . 1 match
          * ImportUrl
          * urlencode
  • PHP Programming/HtmlTag . . . . 1 match
          *<FORM ACTION = "url" METHOD = "method"> ..... </FORM>
  • PlatformSDK . . . . 1 match
         기타 최신버전은 [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdkintro/sdkintro/devdoc_platform_software_development_kit_start_page.asp MSDN platform SDK 소개 페이지] 에서 다운로드 하는 것이 가능하다.
  • ProjectPrometheus/Tips . . . . 1 match
         Python 에서는 urllib 와 httplib 를 이용한다. Python document 의 httplib - examples 를 참조하면 된다.
  • STLPort . . . . 1 match
         이외에도, 기본 런타임 라이브러리와 관련된 내용의 URL을 첨부하니, 참고하시기 바랍니다.
          * [http://msdn.microsoft.com/library/kor/default.asp?url=/library/KOR/vccore/html/LNK4098.asp 관련 MSDN 링크]
  • TFP예제/WikiPageGather . . . . 1 match
         import string, urllib, re
  • WikiSandPage . . . . 1 match
         [[RSS("http://zerowiki.dnip.net/zero/index.php?mode=getRSS&url=namsang",6)]]
  • WikiSlide . . . . 1 match
         Preformatted text (e.g. a copy of an email) should be placed inside three curly braces `{{{ ... }}}`: {{{
  • ZPHomePage . . . . 1 match
          * http://cafe.naver.com/rina7982.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=750 - 웹안전색상
  • ZeroPageServer/old . . . . 1 match
          * 왜? webalizer 는 cron.hourly 에 제대로 동작하지 않는가?
  • ZeroPage_200_OK/note . . . . 1 match
          * resource에 사용 그 url에 딱 올라갈 때 쓴다. 주로 수정에 사용된다 이미 ID를 알고 있으므로.
  • biblio.xsl . . . . 1 match
          (<xsl:value-of select="system-property('xsl:vendor-url')"/>)
  • html5/others-api . . . . 1 match
          * http://cafe.naver.com/tonkjsp.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=1727
  • html5/richtext-edit . . . . 1 match
         http://cafe.naver.com/webappdev.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=91
  • html5/web-workers . . . . 1 match
          * 워커 인터페이스 생성자에 JavaScript 소스 파일의 URL인수로 전달하면 소스파일을 내려받아 백그라운드에서 실행한다
          * 공유 워커는 윈도우가 달라도 URL과 이름이 같으면 같은 프로세스 공유
         http://cafe.naver.com/webappdev.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=141&social=1
  • 개초보의 프로그래밍에 관련된 개인적인 자료처음화면 . . . . 1 match
         http://kin.naver.com/open100/db_detail.php?d1id=1&dir_id=10105&eid=R5EfswL9ADckxU2I0vzUwtUrE3Qb5J7l&l_url=
  • 격언 . . . . 1 match
          AnswerMe 노스모크에서 url 디코딩하는게 달라졌는지 InterWiki 매크로를 쓸수가 없네요. 해결책 아시는분? - [임인택]
  • 네이버지식in . . . . 1 match
         Knowledge In Naver 의 약자로 KIN 이라는 단어가 url 에 들어간더군요... 그냥 '즐' 이라는 단어만 생각했는데.. Knowledge In Naver 였다니...^^; - 임인택
  • 단식자바 . . . . 1 match
         [Eclipse], [http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&url=http://eclipse.areum.biz/downloads/drops/R-3.1-200506271435/eclipse-SDK-3.1-win32.zip&mirror_id=26 이클립스 3.1]
  • 대순이 . . . . 1 match
         안녕 . [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 데블스캠프2006/SSH . . . . 1 match
          * zeropage.org/~id url 로 들어가면 해당 index.html 화일이 보임
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강소현 . . . . 1 match
         body {background-image:url('paper.gif');
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/박준호 . . . . 1 match
         background-image:url('paper.gif');
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 . . . . 1 match
         body {background-image:url('paper.gif');
  • 레밍즈프로젝트/프로토타입 . . . . 1 match
         참고2 : [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp MSDN_CString]
  • 레밍즈프로젝트/프로토타입/STLLIST . . . . 1 match
         || CList || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
  • 레밍즈프로젝트/프로토타입/파일스트림 . . . . 1 match
         || MFC 파일 스트림 || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
  • 박치하 . . . . 1 match
         치하 안녕~ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 새싹교실/2012/새싹교실강사교육/3주차 . . . . 1 match
         코딩을 하다 보면 자신의 코드를 다시 한번 점검해야 하는 경우가 꼭 생깁니다. 하지만 항상 문제가 생기죠. 이게 main문의 괄호(curly bracket : {} ) 인지 for문의 {} 인지 헷갈릴 때가 있죠? 이번 시간 이후에 한번 검색해보세요. 코딩 띄어쓰기, 괄호를 어떻게 붙여야 하는지에 대해서 말입니다. 꼭! 잊지 마세요. 중요하답니다.
  • 안녕하세요 . . . . 1 match
         === 반가워~ 난 진하야 저 사진 디게 웃긴다 ㅋㅋㅋ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!] ===
  • 위키기본css단장 . . . . 1 match
          * css는 오른쪽 위부분 자신의 아이디를 클릭하시면 (Alt+C,enter)css url란이 있는데 그곳에 원하는 css링크를 넣어보시면서 바꾸어볼 수 있습니다. 설명및 css파일들도 그 아래부분에 나와있습니다
  • 위키설명회2005 . . . . 1 match
         <p href = "http://cafe.naver.com/gosok.cafe?iframe_url=/ArticleRead.nhn%3Farticleid=135">ZDnet기사</p>
  • 이정화 . . . . 1 match
          정화야 안녕. 오티때 같은방 진하다 ㅋ 아침인데 졸라 졸려 -_-; [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 이태양 . . . . 1 match
         오옷 카오스 초고수 -_-; 정말 두번째판 아키라는 ㄷㄷㄷ 이엿다 ㅋㅋㅋ [http://165.194.87.227/zero/index.php?url=ZeroWiki&title=%B1%E8%C1%F8%C7%CF 클릭하지마요!]
  • 정규표현식/스터디/반복찾기/예제 . . . . 1 match
         apache2 cron.hourly fuse.conf init.d lsb-release passwd- rsyslog.d ufw
  • 제로Wiki . . . . 1 match
          * 같은 제로 위키 내의 다른 카페의 바뀐글도 오른쪽 같은 문법으로 본다. (이런 식의 문법으로[refer 카페url])
  • 창섭 . . . . 1 match
         || [http://165.194.17.5/zero/?url=wizneo 개인위키] |||||||| wizneo1 @ 쥐mail.com ||
  • 파이썬으로익스플로어제어 . . . . 1 match
          자세한 내용은 http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/objects/internetexplorer.asp 에의 컴포넌트들을 참조하세요. 주로 알아야 할 객체는 WebBrowser, Document 객체입니다. (login 예제는 나중에~) --[1002]
  • 허아영 . . . . 1 match
         위키Page -->> [http://165.194.87.227/zero/index.php?title=%C7%E3%BE%C6%BF%B5&url=ixforyouxl click]
Found 114 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3344 sec