분류 전체보기 (73) 썸네일형 리스트형 [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 # .. [Authorize.net] Sandbox test by postman authorize.net 의 sandbox 계정 생성 : https://new-date.tistory.com/68 참고할 authorize.net site : https://developer.authorize.net/api/reference/index.html#gettingstarted-section-section-header 확인 URL : https://sandbox.authorize.net/ >> POSTMAN TEST method : POST URL : https://apitest.authorize.net/xml/v1/request.api dataType : JSON data : { "createTransactionRequest": { "merchantAuthentication": { "name".. [vscode] create java maven project + Hello world https://planbsw.tistory.com/74 VS Code에서 Maven Project 만들기 개발을 하다보면 Maven이나 Gradle같은 Tool들을 높은 확률로 사용하게 될 것이다. 그래서 내가 VS Code에서 Maven을 사용하기 위해 테스트 했던 과정들을 기록한다. Maven Extension 설치 VS Code Marketplace에.. planbsw.tistory.com [Authorize.net] sandbox sign up https://developer.authorize.net/hello_world.html Hello World STEP 1 Import the Authorize.Net SDK The Authorize.Net PHP SDK gives you access to the full suite of APIs. The SDK is available as a composer package, we also have a custom SPL Autoloader. Please see our sample code project on GitHub. If you are confi developer.authorize.net * Sandbox Login https://sandbox.authorize.net/ Authorize.Net s.. [mac] mysql workbench 설치 #mysql workbench download https://dev.mysql.com/downloads/workbench/ MySQL :: Download MySQL Workbench Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Red Hat Enterprise Linux / Oracle Linux Fedora macOS Source Code Select OS Version: All Windows (x86, 64-bit) Recommended Download: Other Downloads: Windows (x86, 64-bit), M dev.mysql.com # workbench 설치 후 실행 불가 시, .. m1에서 homebrew 설치 https://velog.io/@mordred/Apple-M1-Mac%EC%97%90%EC%84%9C-HomeBrew-%EC%84%A4%EC%B9%98 Apple M1 Mac에서 HomeBrew🍺 설치 공식 홈페이지에 나와있는위 명령어는 M1에서는 $ zsh command not found brew 과 같은 결과를 준다.M1 Mac에서 HomeBrew를 설치하는 방법은 아래와 같다.brew와 함께 즐거운 개발을 시작하면 된다. 😎 velog.io 이전 1 2 3 4 5 ··· 8 다음