https://www.npmjs.com/package/js-tokens
Start
2026年1月4日 星期日
2025年12月25日 星期四
2025年10月29日 星期三
2025年10月14日 星期二
module 使用 require
import { createRequire } from 'module';
const require = createRequire((import.meta.url);
2025年10月7日 星期二
2025年10月4日 星期六
2025年9月27日 星期六
教學
https://mikeudin.net/product/cinema-4d-xpresso-thinking-particles/
https://mikeudin.net/product/cinema-4d-xpresso-thinking-particles/
2025年6月14日 星期六
2025年5月5日 星期一
visual studio code keymap
[
{
"key": "alt+oem_2",
"command": "editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "ctrl+space",
"command": "-editor.action.triggerSuggest",
"when": "editorHasCompletionItemProvider && textInputFocus && !editorReadonly"
},
{
"key": "ctrl+backspace",
"command": "-deleteWordLeft",
"when": "textInputFocus && !editorReadonly"
},
{
"key": "ctrl+space",
"command": "-toggleSuggestionDetails",
"when": "suggestWidgetVisible && textInputFocus"
}
]
2025年4月25日 星期五
目标
1
取得蓝图的方法
view内部简易事件的传递
keepAlive view(OnInitedSope)
waitElement
2.state
(defaultData: callback
若沒指定外部資料時,則使用)???
3.Service(data 與資料庫的溝通,可以預設)
4.template
viewSwitch
2025年4月19日 星期六
vue tutorial
https://www.runoob.com/vue3/vue3-tutorial.html
https://www.runoob.com/vue3/vue3-tutorial.html