Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- python yield
- HTML
- 지리산 펜션
- 텐서플로 설치
- 파이썬 GUI
- ubuntu
- 산청 황토 펜션
- 지리산 황토 펜션
- 아나콘다 텐서플로
- 출근 전날
- 전용 계곡
- 하늘숲 황토 펜션
- tensorflow 설치
- 파이썬
- 계곡 펜션
- 인공지능
- 하늘숲황토펜션
- anaconda tensorflow
- LISP
- 오봉 계곡
- Python
- tensorflow
- 황토펜션
- 하늘숲펜션
- cuda
- machine learning
- CUDA9.0
- 지리산 둘레길
- 파이썬 yield
- LISP 함수
Archives
- Today
- Total
목록xpath란 (1)
YongWook's Notes
<xpath> 개념정리와 기본문법
xpath란? XPath uses path expressions to select nodes or node-sets in an XML document. These path expressions look very much like the expressions you see when you work with a traditional computer file system. Xpath는 웹에 기록된 정보들에 접근하는 방식을 다룬 문법이다. 컴퓨터에서 디렉토리에 접근할 때 사용하는 방식을 그대로 웹에 적용했다. \C:\myDocument\myFile에 접근하려면 순차적으로 C: -> myDocument -> myFile에 도달한다. 이와 비슷한 방식으로 아래의 html 코드를 보자. man-about-town 위..
-software
2016. 4. 13. 21:53