[鼠年全马] W18 - Vue心得笔记 - 起步篇

必须老实说, 写这篇时, 我已经把六角「Vue出一个电商网站」课程上完并实作作品出来了 BUT!!! 虽然已经做完, 但绝大部分都是跟着课程影片照本宣科 回头来
JS30 Day 11 - Custom Video Player学习笔记

今天要的题目是要来客製化一个影片播放器,做完之后,更加熟悉video的一些属性跟方法, 如果不是有什么特别需求,我觉得controls ( ),就很够用了。 完成
优化双雄 -- 最小平方法(OLS) vs. 最大概似法(MLE) , Part 2

前言 【上一篇】介绍了最小平方法(OLS),接下来,就来欣赏一下『最大概似法』(Maximum likelihood estimation, MLE),它是另一种估算参数值的方法,同样的,笔者
Flutter 01

##Flutter Overview Basiclly, “Widget” act as the bedrock of flutter application. The example below is called a Widget Tree, the widget that wraps all the widget is called a Root Widget, where other
Flutter 02

##Scaffold AppBar Widgets In the code below, we use Scaffold as the root Widget. import 'package:flutter/material.dart';void main() = runApp(MaterialApp( home: Scaffold( //ROOT WIDGET appBar: AppBar( t
[Raspberry Pi] 使用Samba让Windows读取树莓派共享资料夹

节录维基百科 Samba,是种用来让UNIX系列的作业系统与微软Windows作业系统的SMB/CIFS(Server Message Block/Common Internet File System)网路协定做连结的自由软体。第三
(笔记)风格转移

简介 根据 A Neural Algorithm of Artistic Style ,画家所画的作品可以分成内容(content)和风格(style),此次要撰写的程式需要两张图片-风格图片以及内容图片,使用
3 个 ThemeForest 主题森林 (2020 年 06 月份) 免费 WordPress 布景主题下载

很久没向大家介绍 ThemeForest 免费布景主题,这个月有让人心动的 (Tokoo) 电商布景主题,这相比平常只能简单的部落格主题,这次有 2 个可用性高的单品,
Flutter 04

Stateless Widgets Hot Reload Whenever we make some changes, we need to click hot restart to show the changes on the preview screen. Flutter comes with something called ‘Hot Reload’, that whenever w