常常在local端寫好了NodeJS程式,但也是在local端自爽而已,怎麼辦呢?
在這邊推薦一個免費的雲端服務 - Heroku, 說真的真的蠻簡單佈署的
cookiesp 發表在 痞客邦 留言(0) 人氣(632)

小弟在Github上開了一個專案,用來當作自己學習全端的筆記。
裡面會介紹 :
cookiesp 發表在 痞客邦 留言(0) 人氣(591)
RobotJS連結
這個Library是用來控制滑鼠以及鍵盤事件,還有讀取螢幕
cookiesp 發表在 痞客邦 留言(0) 人氣(290)

首先,你需要先裝好nodejs,且能使用npm
只要在cmd內輸入: npm -v 有顯示版本號就表示有成功啦~
cookiesp 發表在 痞客邦 留言(0) 人氣(1,286)

在React裡怎麼加入color picker這個功能呢?
當然是使用react-color這個 library啦
cookiesp 發表在 痞客邦 留言(5) 人氣(152)
Semantic UI 語意化的前端開發框架
效果還不錯,UI很漂亮
官網範例的解釋也很清楚,有興趣的可以去
官網先看看
cookiesp 發表在 痞客邦 留言(1) 人氣(1,878)
最近因為專案需要所以接觸到了Node.js進而接觸到了React這個JavaScript framework
這個framework是由Facebook所開發且Instagram也在使用
cookiesp 發表在 痞客邦 留言(0) 人氣(40)
舉例: 也就是可以把A, B, C, mail 設定成整合到在 D mail中也可以收發
[教學]把Gmail變成Outlook,收發Hotmail、HiNet等支援POP信箱
http://sofree.cc/gmail-pop-mail/
cookiesp 發表在 痞客邦 留言(2) 人氣(663)
首先呢 請先按照官網的作法
1. Setting Up Google Play Services
To make the Google Play services APIs available to your app:
Copy the library project at
<android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/ to the location where you maintain your Android app projects.
Import the library project into your Eclipse workspace. Click
File > Import, select
Android > Existing Android Code into Workspace, and browse to the copy of the library project to import it.
In your app project, reference Google Play services library project. See
Referencing a Library Project for Eclipse for more information on how to do this.
Note: You should be referencing a copy of the library that you copied to your development workspace—you should not reference the library directly from the Android SDK directory.
After you've added the Google Play services library as a dependency for your app project, open your app's manifest file and add the following tag as a child of the
<application> element:
<meta-dataandroid:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version"/>
cookiesp 發表在 痞客邦 留言(0) 人氣(207)

Android上的menu風格不同 其中用得最多的莫過於左右滑動來顯示隱藏的Menu了
android-menudrawer是一個滑動式的menu實現。
該專案有多種menu效果
cookiesp 發表在 痞客邦 留言(0) 人氣(840)