๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ


Web

(32)
[Vue.js] CLI ์„ค์น˜ํ•˜๊ธฐ # ๋กœ์ปฌ ์„ค์น˜ npm install @vue/cli # ์ „์—ญ ์„ค์น˜ npm install -g @vue/cli # ์—…๋ฐ์ดํŠธ npm update @vue/cli # ์‚ญ์ œ npm uninstall @vue/cli npm ๊ฒฝ๋กœ ํ™•์ธ npm config get prefix ์˜ค๋ฅ˜ ๋‚  ๊ฒฝ์šฐ : ํ™˜๊ฒฝ๋ณ€์ˆ˜ Path์— ์ถ”๊ฐ€ C:\Users\{YourUse}\AppData\Roaming\npm project ์ƒ์„ฑ vue create vue-test vue-router ์„ค์น˜ npm install vue-router --save bootstrap vue ์„ค์น˜ npm install vue bootstrap-vue bootstrap bootstrap-vue.org/docs BootstrapVue Quickly integrate B..
MathJax, ๊ณฑํ•˜๊ธฐ ์ž…๋ ฅ $$ a\times b $$ $$ a\times b $$ $$ a\cdot b $$ $$ a\cdot b $$
[Vue.js] Vuetify, v-data-table year๋Š” ๋‚ด๋ฆผ์ฐจ์ˆœ, name์€ ์˜ค๋ฆ„์ฐจ์ˆœ ์ •๋ ฌ ํ•˜๊ณ ์‹ถ๋‹ค group-by ์— ๋”ฐ๋ผ์„œ desc ์„ค์ • watch: { groupBy: function (newText) { if(newText === 'name'){ this.groupDesc = false } else{ this.groupDesc = true } } } ๋‹ค๋ฅธ tab์—์„œ MathJax ์•ˆ๋จนํž˜ -> :eager="true"๋กœ ์„ค์ • ํ•ด์•ผํ•จ First Tab vuetifyjs.com/en/api/v-tab-item/
Vuetify, refs tab์ด null ๋กœ ์ดˆ๊ธฐํ™” ๋˜์–ด์žˆ์œผ๋‹ˆ๊นŒ, tab ์•ˆ์˜ ref์— ์ ‘๊ทผ์ด ์•ˆ๋จ tab: 'tab-1' ๋กœ ๋ฐ”๊พธ๊ณ  ๋‹ค์‹œ ์‹œ๋„ โ€‹
[nginx] ๊ธฐ๋ณธ ์—ฐ๊ฒฐ https๋กœ ์„ค์ • # HTTP server { listen 80; server_name sample.or.kr www.sample.or.kr; location / { return 301 https://$server_name$request_uri; } } godpeople.or.kr/board/3429912 The plain HTTP request was sent to HTTPS port ์—๋Ÿฌ ํ•ด๊ฒฐ๋ฒ• 400 Bad Request The plain HTTP request was sent to HTTPS port nginx nginx๋กœ ์„œ๋ฒ„๋ฅผ ์šด์˜ํ•  ๋•Œ ๊ฐ€๊ธ‰์  ssl์ด ์ ์šฉ๋œ 443ํฌํŠธ๋กœ ์„œ๋ฒ„๋ฅผ ์šด์˜ํ•œ๋‹ค. ์ด๋•Œ Edgerouter์˜ ๊ฒฝ์šฐ NAT๋ฅผ ์„ค์ •ํ•˜๋ฉด ํ‘œ์ค€ 80, 443 ํฌํŠธ๋ผ๋„ NAT๋ฅผ ๊ฑฐ์น˜๏ฟฝ๏ฟฝ godpeople.or.kr
์›น์—์„œ OAuth 2.0 ์‚ฌ์šฉํ•˜๊ธฐ (Google) Sign In/Authorize Revoke access developers.google.com/identity/protocols/oauth2/javascript-implicit-flow OAuth 2.0 for Client-side Web Applications | Google ID ํ”Œ๋žซํผ This document explains how to implement OAuth 2.0 authorization to access Google APIs from a JavaScript web application. OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and o..
[Javascript] MathJax - ์ˆ˜ํ•™ ๊ธฐํ˜ธ ์“ฐ๊ธฐ MathJax : HTML ๋ฌธ์„œ์—์„œ ์ˆ˜ํ•™ ์ˆ˜์‹์„ ํ‘œํ˜„ํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ด์ฃผ๋Š” ์˜คํ”ˆ์†Œ์Šค ์Šคํฌ๋ฆฝํŠธ $$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$ $$ \frac{-b\pm\sqrt{b^2-4ac}}{2a} $$ http://www.hostmath.com/ HostMath - Online LaTeX formula editor and browser-based math equation editor Copy and paste the code above to your webpage! Equation Type Paragraph Equation Inline Equation www.hostmath.com https://johngrib.github.io/wiki/mathjax-latex/ MathJax๋กœ La..
์†Œ์ˆซ์  ๋ฐ˜์˜ฌ๋ฆผ parseFloat(20.1321231).toFixed(2) ์†Œ์ˆซ์  ๋‘˜์งธ์ž๋ฆฌ ๋ฐ˜์˜ฌ๋ฆผ