n의 만료일에 따른 갱신 요청 기능 개발
-
[✓ khlee, 2023-08-08] curl 테스트
... 09:30 ~ 11:30
RS5
[개발]
-
[✓ khlee, 2023-08-09] curl로 토큰 생성 TEST
-
[✓ khlee, 2023-08-09] curl로 토큰 인증 여부 TEST
[문서]
-
[✓ khlee, 2023-08-09] gitLab에 cUrl 명령어 readme에 입력
확장자가 txt인것을 찾고
그중 abcd라는 내용을 포함하는 파일명 찾기
파일안에 url이 있을 경우 해당 인자들을 모두 wget으로 넘겨 다운 , cat url-list.txt | xargs wget -c , url-list.txt를 화면에 출력후 url이 있을경우 해당
인자를 모두 wget으로 넘겨받음
특정 확장자를 찾아 tar.gz로 압축
TML <a> 태그는 하이퍼링크를 정의합니다. 구문은 다음과 같습니다.
<a href="url">Link text</a>
<a> 요소의 가장 중요한 속성은 링크의 목적지를 나타내는 ... link 텍스트는 독자가 볼 수 있는 부분입니다.
링크 텍스트를 클릭하면 독자는 지정된 URL 주소로 이동합니다.
예제
이 예제는 W3Schools.com에 대한 링크를 만드는 방법... /" target="_blank">Visit W3Schools!</a>
Absolute URLs vs. Relative URLs
위의 두 예제는 href 속성에 절대 경로 (absolute URL (Uniform Resource Locator))(전체 웹 주소)을 사용하고 있습
t sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
at sun.net.www.protocol.http.HttpURLConnection
: khlee@repia.com
lastupdate : 2023-09-22
정보
* URL (Uniform Resource Locator): http://nexus.repia.co... sonatype-work/nexus3/log/wrapper.log
웹 브라우저에서 다음 URL을 사용하여 Nexus 웹 인터페이스에 액세스할 수 있습니다.
http://125.132... 아래와 같이 기입합니다.
repositories {
maven {
url "repositoy url"
credentials {
username 'your-username'
password 'your-
서드는 HTTP GET 요청으로 서버에게 데이터를 요청합니다.
Syntax
$.get(URL,callback);
필수 URL (Uniform Resource Locator) 매개 변수는 요청하려는 URL을 지정합니다.\\
선택할 수 있는 콜백 매개변수는 요청이 성공할 경우 실행되는 함수의 이름입니다.
다... });
});
});
$.get()의 첫 번째 매개 변수는 요청하려는 URL("demo_test.asp")입니다.
두 번째 매개 변수는 콜백 함수입니다. 첫 번째
전체 요소를 덮도록 반복됩니다.
예제
body {
background-image: url("paper.gif");
백그라운드 이미지는 특정 요소들을 위해 설정될 수 있습니다. (예: <p> 요소)
예제
p {
background-image: url("paper.gif");
}
CSS Background Repeat
기본적으로 bac... 운드 이미지를 오직 한번만 나타냅니다.
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
... 치를 지정하기 위해 사용됩니다.
예제
body {
background-image: url("img_tree.png");
background-repeat: no-repeat;
t that can then be painted on the screen.
* The url argument must specify an absolute {@link URL}. The name
* argument is a specifier that is relative to the url argument.
* <p>
* This method always returns i... incrementally paint on the screen.
*
* @param url an absolute URL giving the base location of the