'2018/09/05'에 해당되는 글 6건

  1. 2018.09.05 css 계층 구조? 상속? 선택자 조합자?
  2. 2018.09.05 sass scss
  3. 2018.09.05 git archive (svn export)
  4. 2018.09.05 node.js / express/ pug(jade) 문법
  5. 2018.09.05 npm package.json
  6. 2018.09.05 에어컨 필터구매 2
Programming/css2018. 9. 5. 18:54

키워드를 몰라서 헤매는중..

.class1.class2 이런식으로 정의된 css를 본적이 있어서

상속인지 어떤건지 몰라서 찾는 중..


[링크 : https://windtale.net/blog/maintainable-expandable-front-end-web-strategy/] << CSS 구조화 방법

[링크 : https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Cascade_and_inheritance]

[링크 : https://www.cmsfactory.net/node/11369]


[링크 : https://css-tricks.com/almanac/selectors/c/class/]

[링크 : https://stackoverflow.com/questions/18584015/multiple-dots-periods-in-css]

[링크 : https://stackoverflow.com/questions/14132276/html-css-what-do-elements-with-multiple-dots-mean?lq=1]

[링크 : https://css-tricks.com/multiple-class-id-selectors/]

'Programming > css' 카테고리의 다른 글

css tooltip 위치  (0) 2018.10.25
css로 백그라운드만 돌리기  (0) 2018.10.10
sass scss  (0) 2018.09.05
hover inline css  (0) 2018.08.27
css selector  (0) 2018.08.21
Posted by 구차니
Programming/css2018. 9. 5. 18:43

Syntactically Awesome StyleSheets

Sassy CSS


문법적으로 끝내주는 스타일시트, 믓진 CSS


이름은 죽이는군 ㅋㅋ

CSS의 한계를 벗어나기 위해 약간은 컴파일 하는 듯한 느낌의 무언가?


[링크 : https://sass-lang.com/]

[링크 : https://velopert.com/1712]

[링크 : https://github.com/sass/node-sass]

'Programming > css' 카테고리의 다른 글

css로 백그라운드만 돌리기  (0) 2018.10.10
css 계층 구조? 상속? 선택자 조합자?  (0) 2018.09.05
hover inline css  (0) 2018.08.27
css selector  (0) 2018.08.21
css BEM( Block Element Modifier)  (0) 2018.08.21
Posted by 구차니

svn export 하면 다른 디렉토리로 사본을 복사해주었는데

git에도 있을 것 같아서 찾아보니 git archive로 존재


[링크 : https://stackoverflow.com/questions/160608/do-a-git-export-like-svn-export]



git archive --format zip --output /full/path/to/zipfile.zip master  

[링크 : https://gist.github.com/kristofferh/1442717]

[링크 : https://git-scm.com/docs/git-archive]

'프로그램 사용 > Version Control' 카테고리의 다른 글

git 상태 다시 읽기  (0) 2018.09.20
git 원격지 주소 변경하기  (0) 2018.09.06
git rm 복구하기  (0) 2018.08.22
git branch  (0) 2018.08.22
git add / reset / checkout  (0) 2018.08.22
Posted by 구차니
Programming/node.js2018. 9. 5. 12:50

node.js 다루는데 템플릿으로 받은게 pug로 된거라 문법 찾는중

기본적으로(?) 클래스만 선언하면 무조건 div로 생성되니 조금은 고민하고 써야 할 듯


[링크 : http://jeong-pro.tistory.com/65]

[링크 : https://pugjs.org/]

'Programming > node.js' 카테고리의 다른 글

node.js express template  (0) 2018.09.06
node.js exec()  (0) 2018.09.06
npm package.json  (0) 2018.09.05
nodaemon  (0) 2018.09.04
node.js + AJAX 테스트  (0) 2018.09.04
Posted by 구차니
Programming/node.js2018. 9. 5. 11:26

npm install [package name]으로는 개별설치는 하는 반면

package.json 이라는 파일이 있으면

npm install 으로 의존성을 한번에 설치한다.

[링크 : https://blog.outsider.ne.kr/665]


npm init 으로 package.json을 생성할 수 있다.

[링크 : https://blog.outsider.ne.kr/674]


'Programming > node.js' 카테고리의 다른 글

node.js exec()  (0) 2018.09.06
node.js / express/ pug(jade) 문법  (0) 2018.09.05
nodaemon  (0) 2018.09.04
node.js + AJAX 테스트  (0) 2018.09.04
node.js CORS  (0) 2018.09.04
Posted by 구차니

샤오미 에어 MAX 이런게 새로 나오긴 했는데

이래저래 고민하다가 미세먼지가 날아올 때가 다가오니 일단 급한대로(?)

구관이 명관이라고 지르고 고민(응?)




'개소리 왈왈 > 육아관련 주저리' 카테고리의 다른 글

오늘의 기부(?)  (0) 2018.09.14
육아휴직 서글프네  (4) 2018.09.10
아내님 컴백  (0) 2018.09.01
처갓댁 옴  (0) 2018.08.25
남양주 토이플러스 방문  (2) 2018.08.03
Posted by 구차니