sdfsdf

꼬꼬마 2017. 1. 5. 19:06

  1. angular 프레임워크이고, react 라이브러리
  2. package.json 이런게 있다.
  3. grunt 자바스크립트 빌드 .. 
    1. grunt cli (Command Line Interface) 설치
    2. grunt 설치 
    3. package.json 파일이 생긴다.
    4. Gruntfiles.js에서 task 작성 
    5. Grunt 플러그인 설치
    6. grunt 실행
  4. gulp 자바스크립트 빌드 .. 
    1. gulp 전역 설치 npm install gulp -g
    2. 프로젝트 루트에서 로컬 설치 npm install gulp —save-dev (gulp 관련 디펜던시들은 개발 과정까지만 필요하기 때문이다?)
    3. 다른 플러그인들도 —save-dev 옵션으로 설치한다.
    4. 그리고 프로젝트 루트에 gulpfile.js 생성
      1. 사용할 플러그인은 var gulp = require(‘gulp’); // 이런식으로 require 해서 불러온다.
    5. gulp 실행하면 스크립트가 실행되면서 task 수행합니다.
    6. grunt와의 차이점은, gulp 모든 과정을 번에 처리하는 방식(노드 스트림)이라는 것이 다르다.
    7. ) sass css 변환하고 aotoprefixer 실행
      1. grunt
        1. run(’sass’) // .tmp 파일에 일단 저장
        2. run(‘autoprefixer’) // .tmp 에서 파일을 받아서 처리 하고 dest 저장
      2. gulp source 에서 sass 결과를 바로 autoprefixer 입력으로 받고, dest 저장
  5. 이거를 메이븐 빌드 해줘야 하니깐 pom.xml 에서 frontend-maven-plugin 이런 플러그인은 쓰는 겁니다.


AND


https://www.keycdn.com/blog/front-end-frameworks


* 1. Bootstrap 

* 2. Semantic-UI 

* 3. Foundation 

* 4. Materialize 

* 5. Material UI 

* 6. Pure 

* 7. Skeleton 

* 8. UIKit 

* 9. Milligram 

* 10. Susy

'꼬꼬마' 카테고리의 다른 글

mybatis Error selecting key or setting result to parameter object  (0) 2017.03.15
sdfsdf  (0) 2017.01.05
git submodule 끊고 싶을때  (0) 2016.12.15
브라우저 시간대 timezone 속이기  (0) 2016.12.05
xcrun: error  (0) 2016.12.01
AND

git submodule deinit

하면 된다고 합니다 ㅋㅁㅋ

'꼬꼬마' 카테고리의 다른 글

sdfsdf  (0) 2017.01.05
https://www.keycdn.com/blog/front-end-frameworks  (0) 2016.12.23
브라우저 시간대 timezone 속이기  (0) 2016.12.05
xcrun: error  (0) 2016.12.01
amchart 몇개  (0) 2016.10.30
AND

http://stackoverflow.com/questions/16448754/how-to-use-a-custom-time-in-browser-to-test-for-client-vs-server-time-difference


결론만 말하면 

mkdir ~/chrome-profile
TZ='US/Pacific' open -na "Google Chrome" --args "--user-data-dir=$HOME/chrome-profile"


이렇게 크롬을 실행하면 된다함;

'꼬꼬마' 카테고리의 다른 글

https://www.keycdn.com/blog/front-end-frameworks  (0) 2016.12.23
git submodule 끊고 싶을때  (0) 2016.12.15
xcrun: error  (0) 2016.12.01
amchart 몇개  (0) 2016.10.30
fluentd secondary 설정  (0) 2016.10.04
AND

xcrun: error

꼬꼬마 2016. 12. 1. 16:26

뭘 하다가

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

이런 에러가 나면

xcode-select --install 하면 됩니다;

'꼬꼬마' 카테고리의 다른 글

git submodule 끊고 싶을때  (0) 2016.12.15
브라우저 시간대 timezone 속이기  (0) 2016.12.05
amchart 몇개  (0) 2016.10.30
fluentd secondary 설정  (0) 2016.10.04
스프링 빈 생성 순서 설정하기  (0) 2016.07.21
AND

amchart 몇개

꼬꼬마 2016. 10. 30. 10:44

* 카테고리 (x축) 생략 없이 모두 보여주기 http://stackoverflow.com/questions/16652050/am-charts-javascript-version-does-not-show-complete-number-of-lables-on-categor


* http://stackoverflow.com/questions/40336798/valueaxes-gridcount-in-amchart-not-working 아니 이게 말이 됩니까... valueAxes 에서 gridCount 쓸려면 autoGridCount: false, minimum: min, maximum: max를 지정해줘야 하는데 사실 그래도 gridCount 제대로 안 먹어요 왜냐하면.. approximate 이니깐여!!!!!!!!!!! 젠장!!!!!!! 이것은 이승기의 6번 정도 버스와 같은 느낌이랄까... ㅠㅠㅠㅠㅠㅠㅠㅠㅠㅠ


* 그래서 결국 차트 라이브러리는 안 쓰기로 했어요...ㄸ

'꼬꼬마' 카테고리의 다른 글

브라우저 시간대 timezone 속이기  (0) 2016.12.05
xcrun: error  (0) 2016.12.01
fluentd secondary 설정  (0) 2016.10.04
스프링 빈 생성 순서 설정하기  (0) 2016.07.21
postgresql 외래키 지정  (0) 2016.07.12
AND

fluentd secondary 설정

꼬꼬마 2016. 10. 4. 21:31

fluentd aggregator 에서 문제가 있어서 못 받을 때(예, 연결이 안되거나 버퍼가 넘침)

forward 에서 secondary 설정을 해 두면 로그를 누락하지 않을 수 있다.


1. secondary 설정

<match **>
        ...
        retry_limit {3} // 이 횟수를 초과하면
        <server>
                ...
        </server>
        <secondary>
                type file
                path {path} // 여기에 파일 형식으로 저장된다.
        </secondary>
</match>


2. secondary 에 쌓인 로그를 aggregator 로 전송

http://nori3tsu.hatenablog.com/entry/20120712/1342063800 여기서 해결할 수 있을거라고ㅠㅠㅠ 믿는다ㅠㅠㅠ

'꼬꼬마' 카테고리의 다른 글

xcrun: error  (0) 2016.12.01
amchart 몇개  (0) 2016.10.30
스프링 빈 생성 순서 설정하기  (0) 2016.07.21
postgresql 외래키 지정  (0) 2016.07.12
인텔리제이 로컬 브랜치 생성시 오류  (0) 2015.11.17
AND

@Order(value=Ordered.LOWEST_PRECEDENCE)

이렇게 하면 제일 마지막에 생성된닷!

'꼬꼬마' 카테고리의 다른 글

amchart 몇개  (0) 2016.10.30
fluentd secondary 설정  (0) 2016.10.04
postgresql 외래키 지정  (0) 2016.07.12
인텔리제이 로컬 브랜치 생성시 오류  (0) 2015.11.17
multipart  (0) 2015.04.29
AND