- Feb 07 Wed 2018 16:51
-
Heroku上佈署NodeJS程式
- Dec 27 Wed 2017 11:21
-
[全端開發訓練] Electron、ReactJS、NodeJS、Webpack
- Aug 30 Wed 2017 16:28
-
[ NodeJS ] RobotJS - 控制滑鼠鍵盤螢幕
- Aug 15 Tue 2017 16:27
-
[教學] Electron - 使用 JavaScript 建立跨平台桌面應用程式
- Nov 19 Thu 2015 13:36
-
React - Color Picker(react-color)
- Nov 13 Fri 2015 13:36
-
Semantic UI - 語意化的前端開發框架
- Nov 12 Thu 2015 17:18
-
React - JavaScript framework
最近因為專案需要所以接觸到了Node.js進而接觸到了React這個JavaScript framework
這個framework是由Facebook所開發且Instagram也在使用
這個framework是由Facebook所開發且Instagram也在使用
- Dec 29 Mon 2014 22:33
-
Gmail - 設定POP功能時 登入帳號失敗 [Application-specific ]
舉例: 也就是可以把A, B, C, mail 設定成整合到在 D mail中也可以收發
[教學]把Gmail變成Outlook,收發Hotmail、HiNet等支援POP信箱
http://sofree.cc/gmail-pop-mail/
[教學]把Gmail變成Outlook,收發Hotmail、HiNet等支援POP信箱
http://sofree.cc/gmail-pop-mail/
- Aug 20 Wed 2014 23:00
-
Android - 新版Admob setup
首先呢 請先按照官網的作法
1. Setting Up Google Play Services
To make the Google Play services APIs available to your app:
Copy the library project at
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.
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
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"/>
- Jan 08 Wed 2014 10:33
-
Android - MenuDrawer的使用方法及問題
- Dec 24 Tue 2013 12:31
-
AspectJ
最近有碰到AspectJ 也參考了別的網站 特做此筆記(持續會更改)
Pointcut語法
一. call & execution
call 捕獲的是調用點 execution捕獲的是執行點
Pointcut語法
一. call & execution
call 捕獲的是調用點 execution捕獲的是執行點
- Dec 04 Wed 2013 11:40
-
Android - Facebook SDK & EasyFacebook SDK 3.0

如果我們要在Android上使用Facebook SDK 該怎麼用呢?
Facebook SDK 有分舊版(3.0以前) 與新版(3.0 & 之後)
用法有點差異 且老實說沒那麼好用
網路上有一個lib 可以讓你簡單使用Facebook SDK



