#!/bin/bash #←方便載入環境設定
echo "Sir Man Ran"
exit 0
Niien's on coding
2019年1月11日 星期五
2019年1月9日 星期三
2018年3月13日 星期二
[Node.js] 初學 Export Class
雖然說JS世界裡只有Object跟Instance,
Class其實不算存在, 頂多是個語法糖; 但我們今天不討論這個< br />
類別(Class)可以透過建構子(constructor)來添加屬性
Class其實不算存在, 頂多是個語法糖; 但我們今天不討論這個< br />
類別(Class)可以透過建構子(constructor)來添加屬性
2016年3月1日 星期二
2015年11月4日 星期三
2015年10月2日 星期五
2015年7月13日 星期一
2015年7月2日 星期四
2015年7月1日 星期三
2015年6月25日 星期四
[WatchKit]簡單使用CFNotificationCenter來互相呼叫
為了簡化(也不知道有沒有簡化到XDD)呼叫方法
雖然不能用[NSNotificationCenter]
但還好他的下面可以用 ~[CFNotificationCenter]
雖然不能用[NSNotificationCenter]
但還好他的下面可以用 ~[CFNotificationCenter]
訂閱:
文章 (Atom)

