'o' (36) 썸네일형 리스트형 git reset, revert로 이전 커밋으로 돌리기 https://kyounghwan01.github.io/blog/etc/git/git-reset-revert/#%E1%84%8B%E1%85%B5-%E1%84%8C%E1%85%A1%E1%86%A8%E1%84%8B%E1%85%A5%E1%86%B8%E1%84%8B%E1%85%B3%E1%86%AF-%E1%84%92%E1%85%A1%E1%84%82%E1%85%B3%E1%86%AB-%E1%84%8B%E1%85%B5%E1%84%8B%E1%85%B2 git reset, revert로 이전 커밋으로 돌리기 git reset, revert로 이전 커밋으로 돌리기, git, github, issue, projects, milestone kyounghwan01.github.io [크롬] 크롬 개발자도구 붙여놓기 오류 Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type ‘allow pasting’ below to allow pasting. console 에 allow pasting 붙이기 [rust] windows10 ERROR # error : linker `link.exe` not found 1 2 3 4 5 6 7 8 9 10 11 12 error: linker `link.exe` not found | = note: 지정된 파일을 찾을 수 없습니다. (os error 2) note: the msvc targets depend on the msvc linker but `link.exe` was not found note: please ensure that VS 2013, VS 2015, VS 2017 or VS 2019 was installed with the Visual C++ option error: aborting due to previous error [Done] exited with code=1 in 0.704 se.. [nestjs] + azure + swagger + mariadb #nomad https://nomadcoders.co/nestjs-fundamentals/lobby https://trilon.io/blog/deploy-nestjs-azure-functions Deploy NestJS Serverless Apps to Azure Functions Learn about the new NestJS Schematics and how to setup & deploy NestJS Serverless apps to Azure Functions in a few minutes! trilon.io $ npm i -g @nestjs/cli $ nest new nest-azure-function $ cd .\nest-azure-function\ $ nest add @nestjs/azure.. [MailU] https://www.youtube.com/watch?v=LwNOb7Qz-VQ https://inguide.in/mailu-docker-compose-setup-build-self-hosted-mail-server/ [Vue] tsc && vue-cli-service --build Error 오류 맥에서 되고 윈도우에서 오류날때, https://somewheretogo.tistory.com/153 vue 맥에서 되는데 윈도우에서 안될때(vue-cli-service 에러) 해결방법: blog.nachal.com/1524 somewheretogo.tistory.com 위 사이트에 걸려있는 링크보고 해결 https://blog.nachal.com/1524 npm-cli.js ELIFECYCLE, 'vue-cli-service'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는배치 vue.js프로젝트를 개발중인데, 맥에서는 잘되는게 윈도우에서는 안되는것입니다. 제 프로젝트는 npm run serve하면 구동되게 되어있는데, 윈도우에서 실행하면 에러가 발생하면서 구동이 안되고 있 blog.na.. [Vue] vuejs-daum-postcode 다음 주소 검색 modal # test.vue 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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 주소 검색 import ModalView from "./ModalView"; import DaumPostcode from 'vuejs-daum-postcode'; export default { name: 'join', components: { ModalView, DaumPostcode }, props: { msg: String }, methods: { showApi(data) { conso.. [windows] openssl 설치 및 개인키 발급 및 SSL 인증서 생성 #1 # openssl 설치 https://blog.naver.com/PostView.nhn?blogId=baekmg1988&logNo=221454486746 [Windows] 윈도우에서 OpenSSL 설치하는 방법 프로젝트 중 apache에 인증서를 적용하기 위해 인증서 요청을 했는데 윈도우 IIS에서 사용되는 키와 인... blog.naver.com # openssl 개인키 발급 및 SSL 인증서 생성 #1 https://m.blog.naver.com/espeniel/221845133507 OpenSSL 로 개인키 발급 및 SSL 인증서 생성 #1 개요 웹 서비스에 https 를 적용할 경우 SSL 인증서를 VeriSign, Thawte, GeoTrust 등에서 인증서... blog.naver.com # .. [ga] google analtics API 확인 AJAX >> https://ga-dev-tools.appspot.com/query-explorer/ >> https://developers.google.com/analytics/devguides/reporting/core/v3/reference#ids 전환 : https://analytics.google.com/analytics/web/?hl=ko&pli=1&authuser=2#/report/conversions-goal-reverse-path/a150411827w222405582p211246311/ 행동 흐름 : https://analytics.google.com/analytics/web/?hl=ko&pli=1&authuser=2#/report/content-.. [chart.js] chart js >> http://admin.onepick.vn/order/status.html >> bar percent >> https://www.chartjs.org/samples/latest/charts/bar/stacked.html x축 scroll >https://stackoverflow.com/questions/35854244/how-can-i-create-a-horizontal-scrolling-chart-js-line-chart-with-a-locked-y-axis How can I create a horizontal scrolling Chart.js line chart with a locked y axis? I'd like to create a line chart with Chart.J.. 이전 1 2 3 4 다음