Vue.js - Input text binding

要用 Vue.js 將資料與輸入框做繫結,我們可在 vue 建立的同時設定用來繫結的屬性,然後在 HTML 的輸入框元素中使用 v-model 設定所要繫結的屬性,這樣設定後輸入框的資料就會被寫入指定的屬性中,而指定屬性其值的變化也會呈現在輸入框中。 ...

May 9, 2017 · 1 min · 153 words · Larry Nung

Vue.js - Components

Vue.js Component 可讓我們將畫面與程式封裝程可重用的元件。 ...

May 5, 2017 · 1 min · 328 words · Larry Nung

PL/SQL SQL Coding Guideline 44 - Always use a WHILE loop to process a loose array

條款四十四,總是使用 WHILE loop 去處理 loose array。 ...

May 3, 2017 · 1 min · 180 words · Larry Nung

Vue.js - Getting started

要使用 Vue.js 我們要將 Vue.js 載入,可以手動加入、用 npm 安裝套件、用 vue-cli、用 bower…等。 ...

May 3, 2017 · 1 min · 245 words · Larry Nung

Visual Studio Code - No build task defined. Mark a task with isBuildCommand in the tasks.json file

在使用 Visual Studio Code 建置時如果看到 No build task defined. Mark a task with 'isBuildCommand' in the tasks.json file. 這樣的訊息,可能是因為 tasks.json 沒做設定導致。 ...

May 2, 2017 · 1 min · 108 words · Larry Nung

Visual Studio Code - Launch files in browser

要設定 Visual Studio Code 用瀏覽器開啟運行檔案,可開啟 Command palette (MAC 下使用 ‘CMD + Shift + P’,Windows 下使用 ‘Ctrl + Shift + P’) 選取 ‘Configure Task Runner’ 為專案加入 task.json。 ...

May 1, 2017 · 1 min · 116 words · Larry Nung

Vagrant - The VirtualBox VM was created with a user that doesn't match the current user running Vagrant

在使用 Vagrant 時如果出現’The VirtualBox VM was created with a user that doesn’t match the current user running Vagrant’ 的錯誤。 ...

May 1, 2017 · 1 min · 44 words · Larry Nung

vue-cli - Simple CLI for scaffolding Vue.js projects

vue-cli 是 vue 官方提供的 cli 工具,能用來建立 vue 的專案。 ...

May 1, 2017 · 1 min · 308 words · Larry Nung

Newman - A command-line collection runner for Postman

Newman 是一用來運行 Postman collection 的命令列工具,當要在不開啟 Postman 的狀態下運行 Postman collection 時會需要使用。 ...

April 29, 2017 · 1 min · 234 words · Larry Nung

R 語言翻轉教室 - 全中文 R 語言互動式教材

R 語言翻轉教室是一全中文互動式教材,教材的內容主要是來自 An Introduction to R。 ...

April 29, 2017 · 1 min · 410 words · Larry Nung