읽기 ====")
print("#=== 파일 읽기 1 ===")
f = open('./resource/review.txt', 'r')
contents = f.read()
print(conte... ===")
# with 는 close()를 사용 안해도 된다.
with open('./resource/review.txt', 'r') as f:
c = f.read()
prin... rint("#=== 파일 읽기 3 - strip() ===")
with open('./resource/review.txt', 'r') as f:
for c in f:
#... 4
print("#=== 파일 읽기 4 - 커서위치 ===")
with open('./resource/review.txt', 'r') as f:
contents = f.read()
객체를 제거하기 전(pre)에 해야할 작업을 수행하기 위해 사용한다.
@PropertySource
해당 프로퍼티 파일을 Environment로 로딩하게 해준다.
클래스에 @PropertySource(“classpath:/settings.properties”)라고 적고 클래스 내부에 @R... red
setter 메서드에 적용해주면 빈 생성시 필수 프로퍼티 임을 알린다.
@Resource
@Autowired와 마찬가지로 빈 객체를 주입해주는데 차이점은 Autowired는 타... tatus.NOT_FOUND, reason = “my page URL (Uniform Resource Locator) changed..”) ⇒ 예외처리 함수 앞에 사용한다.
@Requir
when editing the pages. Simply have a look at the source of this page by pressing “Edit this page”. If you... xxx , xxxxxxxxxxxx
This is how it looks in the source:
^ Table with alignment ^^^
|... quoted a file.
Those blocks were created by this source:
This is text is indented by two spaces.
<code>... 19-09-29 저자 Satoshi Sahara syntax highlighting of source code snippets in wiki page using Javascript code
: shlim@repia.com
lastupdate : 2021-03-22
Source of the article
JavaScript HTML DOM Document
HTML... aseURI , 다큐먼트의 절대 기본 URI (Uniform Resource Identifier) (absolute base URI (Uniform Resource Identifier))를 반환합니다. , 3
document.body ... , 1
document.URL (Uniform Resource Locator) , 다큐먼트의 전체 URL을 반환합니다.
: shlim@repia.com
lastupdate : 2021-03-23
Source of the article
HTML Images
HTML Images Syntax
H... c Attribute
필수인 src 속성은 이미지에 대한 경로(URL (Uniform Resource Locator))를 지정합니다.
Note:
웹 페이지가 로딩되는 순간 웹 서버에서 이... , src 속성에 절대 경로(an absolute (full) URL (Uniform Resource Locator))를 지정해야 합니다.
<img src="https://www.w3sch
: shlim@repia.com
lastupdate : 2021-06-29
The source of this article
CSS Responsive Web Design - image... 가 사용되는 소스입니다.
<body>
<picture>
<source srcset="./img_smallflower.jpg" media="(max-width: 400px)">
<source srcset="./img_flowers.jpg">
<img src="./i
: shlim@repia.com
lastupdate : 2021-04-09
Source of the article
HTML Links
거의 모든 웹 페이지에서 링크(Link...
위의 두 예제는 href 속성에 절대 경로 (absolute URL (Uniform Resource Locator))(전체 웹 주소)을 사용하고 있습니다.
로컬 링크local link(동... 이트 내의 페이지에 대한 링크)는
상대 경로(relative URL (Uniform Resource Locator))(“https://www“부분 제외)으로 지정됩니다.
예제
<h2>A
계 모델이란 구조화된 데이터에 대한 일련의 표현이다.
ERP
Enterprise Resource Planning, 전사적 자원 관리
조직이 회계, 조달, 프로젝트 관리, 리스크 관리와... 웨어 패키지들이 있고, 경우에 따라서는 독자적으로 개발하기도 한다.
OSS
Open Source Software, 오픈 소스 소프트웨어
소스 코드를 공개해 누구나 특별한 제한 없이 그... stem : 버전 관리 시스템
W
WAR file
[Web Application Resource or Web application ARchive]
웹 애플리케이션을 구성하는 JAR-f