Skip to main content

Posts

Showing posts from 2017

Android APP 設計基礎學習 (2017版)

Image
課程名稱: Android APP 設計基礎學習 (2017版) 課程時數: 7小時 授課教師: 賴岱佑(Tai-Yu Lai) 課程簡介: 專為零基礎學員所設計的課程,從基本的概念介紹,開發工具的安裝。其中包含APP的版面配置,元件的使用,訊息的顯示。理解這些APP設計基礎後,便可自行設計出屬於自己的APP。本課程配合電子書(eBook)、線上課程影片(YouTube)。 Android Studio 軟體安裝介紹: 如何安裝APP開發工具。 APP元件的應用: 建立BMI計算APP,APP元件TextView, EditText, Button, Toast, 等等。多國語言APP設計,AlertDialog, 等等。 畫面處理: LinearLayout, RelativeLayout, 等等。match_parent, wrap_content, 等等。 資料庫的建構: 資料的新增、刪除與修改。 管理開發環境: SDK Manager, AVD Manager, Android Device Monitor, 等等。 各項工具應用: platform-tools的adb工具介紹, 等等。 電腦的規格是能夠安裝 Android Studio及 Android 模擬器的電腦就可以上課。 Android Studio 軟體下載連結為 https://developer.android.com/studio/index.html 7-Zip 軟體下載連結為 http://www.developershome.com/7-zip/ Notepad++ 軟體下載連結為 https://notepad-plus-plus.org/ 本課程的電子書(eBook)下載連結 https://drive.google.com/open?id=0BzHb_OyLyVZlLUw2QTNETllleXM Android APP 設計基礎學習 講師: 賴岱佑(Tai-Yu Lai, Averill Lai) 課前準備 自行下載最新版本的Android Studio並安裝。 截至2017/6/10...

Eclipse Error: android-support-v7-appcompat /res/.

Image
Eclipse error android-support-v7-appcompat res Eclipse error: android-support-v7-appcompat /res/. ¶ Introduction If you encounter the res files of appcompat error. You just change the target device for Android 6.0, and then it is working, such as bellow. Usage Step 1: Step 2: Step 3: Step 4: Well done! It is no more error message.

How to Build Android Lollipop in Ubuntu 14.04?

Image
How to build Android Lollipop in Ubuntu 14.04? How to build Android Lollipop in Ubuntu 14.04? ¶ Introduction There is a way that help you to build Android Lollipop (Android 5.0, API 21). We will arrange some script shell to help you after development. I hope everyone that enjoys to quickly comfortable development environment. Equipment Operation System: Ubuntu 14.04 LTS Usage To Install the necessary libraries and tools for Ubuntu 14.04 LTS. # su Password: $ sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386 $ sudo apt-get install bison g++-multilib git gperf libxml2-utils (… More) The Android in the Android Open Source Project (AOSP) requires Java 7. On...

How to Install the Python And Switch of Environment?

How To Install The Python And Switch Of Environment? How to install the python and switch of environment? ¶ Introduction Sometimes, we need to different python versions development. The pyenv is very easier to help us switching any python versions. Equipment Operation System: Ubuntu 14.04 LTS Usage 1.. If you haven't used GIT, you should install it before you get started. $ sudo apt-get install curl git-core 2.. For automatically install pyenv. $ curl https://raw.github.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash 3.. Open up .bashrc located in your home directory with a text editor and add the following. File Name: .bashrc # Python environment switch export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" (Save it) $ source ~/.bashrc 4.. To Verify pyenv is installed properly $ pyenv --version pyenv 20140...

How to Install Visual Studio 6.0 in Windows Vista, 7?

How to install Visual Studio 6.0 in Windows Vista, 7 How to install Visual Studio 6.0 in Windows Vista, 7? ¶ Introduction We always need to refer to old code, Therefore, sometimes we need to catch an idea from old code. For example, the visual studio 6.0 has a lot of good code. But it is not installed windows vista, 7 or later. There is one way that help to you, install it in windows vista, 7 or later. Equipment Operation System: Windows Vista and Windows 7. Development Tool: Microsoft Visual Studio 6.0 Usage If you were to install Visual Studio 6.0 on Windows when it told you that it is not supported. Please, force it to keep installing it. When it has been installed finish and then you have to install Visual Studio 6.0 Service Pack 5 that you can use it in Windows Vista, 7 or later. However, there is a problem that it is not to install Service Pack 5. We have to fix it to help it for installation progress. T...

How to Compile Raspbian on the Raspbian?

How To Compile Raspbian On The Raspbian? How to compile Raspbian on the Raspbian? ¶ Introduction Do you know we can compile Rsapbian on the Raspbian. To make your new Operation System. There are two good tool-chain and Raspbian source code and then you are dreaming to become true. It is very funny. You just need to another SD Card. Firstly, we have to download armv6 tool-chain and extract it. Secondly, [2] we need to download Raspbian source code and extract it. Thirdly, we have to arrange the environment variable to compile it. Equipment Operation System: Raspbian (NOOBS v1.3.10) Armv6 Tool-Chain: gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux Raspbian Source Code: raspi-linux-3.12.y Usage 1.. To Extract armv6 Tool-Cahin. root@raspberrypi:/home/pi/development# tar -xvf gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin/ gcc-linaro-arm-linu...

How to Establish the SSL port 443 with a Test CA (Certificate Authority)?

How to establish the SSL port 443 with a test CA (Certificate Authority)? How to establish the SSL port 443 with a test CA (Certificate Authority)? ¶ Introduction SSL (secure sockets layer) is secure protocols created in order to place normal traffic in a protected, encrypted upper. [1]We'll cover how to establish a self-signed SSL certificate for Apache2 on an Raspbian. Equipment Operation System: Raspbian (NOOBS v1.3.10) Web Site version: apache2_2.4.10-8 SSL version: OpenSSL 1.0.1j 15 Oct 2014 Usage 1.. To find out SSL modules in Apache2. root@raspberrypi:/# cd /etc/apache2 root@raspberrypi:/etc/apache2/mods-available# ls | grep ssl ssl.conf ssl.load 2.. To establish the key file. The key file includes secret and public key group. We use random data to establish our key file with server record files (/var/log/messages). This part involves your operation system environment. You should de...

How to Type Chinese Word in the Raspbian?

How To Type Chinese Word In The Raspbian? How To Type Chinese Word In The Raspbian? ¶ Introduction Chinese word has two kinds of stylus, including traditional and simplified. Firstly, we need to install Chinese Font. Secondly, we have to install input method utility program. Thirdly, to check Chinese type program that is able to write Chinese text. We will install two kinds of Chinese input method utility once time. Equipment Operation System: Raspbian (NOOBS v1.3.10) Chinese Font: ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy ttf-arphic-uming ttf-arphic-ukai Chinese Utility: scim scim-tables-zh scim-chewing scim-pinyin Usage 1.. To install Chinese Font. root@raspberrypi:/home/pi# aptitude install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy ttf-arphic-uming ttf-arphic-ukai The following NEW packages will be installed:  fonts-arphic-ukai fonts-arphic-uming ttf-arphic-ukai ttf-arphic-uming ttf-wqy-microhe...
Newer Posts Home Older Posts

最佳化處理策略之快速消除扭曲演算法

Image

波蘭文學習之旅:1-1. 波蘭文字母與發音(注音版)

Image

Python 日期與時間的處理

Image

Visual Basic 6.0 程式案例學習: 10. 條碼列印程式 (2014版)

Image

Visual Basic .Net 程式案例學習: 06. 題庫測驗系統 (2014版)

Image

修復損毀的 SQLite DB 資料庫

Image

用10種程式語言做影像二值化(Image binarization)

Image

解決 ValueError: If using all scalar values, you must pass an index

Image

Visual Basic 6.0 程式案例學習: 04. 人事考勤管理系統 (2014版)

Image

Visual Basic 6.0 程式案例學習: 07. 收據列印程式 (2014版)

Image

佑佑的 Line 貼圖創作

貼圖作者網址:

https://line.me/S/shop/sticker/author/3883362

靜態貼圖

 
 
 
 
  牡羊座:狗狗角色

作者:佑佑
依照牡羊座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  金牛座:兔兔角色

作者:佑佑
依照金牛座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  雙子座:貓貓角色

作者:佑佑
依照雙子座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  巨蟹座:倉鼠角色

作者:佑佑
依照巨蟹座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
 
 
 
 
  獅子座:幼獅角色

作者:佑佑
依照獅子座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  處女座:松鼠角色

作者:佑佑
依照處女座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  天秤座:鴿子角色

作者:佑佑
依照天秤座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  天蠍座:鳳凰角色

作者:佑佑
依照天蠍座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
 
 
 
 
  射手座:人馬角色

作者:佑佑
依照射手座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  魔羯座:山羊角色

作者:佑佑
依照魔羯座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  水瓶座:海豚角色

作者:佑佑
依照水瓶座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
  雙魚座:小丑魚角色

作者:佑佑
依照雙魚座的個性優點、個性缺點、生活習慣、理財習慣、社交習慣、愛情觀、節假日、禮貌問候,所編撰的貼圖。星座只能當參考用,不會完全準確。
購買貼圖
 
 
 
 
  上班族都變成狒狒,心裡想要說的話。

作者:佑佑
最近在台灣走紅的狒狒,用擬人化的方式,變成上班族,畫出心裡的想說的話。
購買貼圖
  接案派遣的日常

作者:佑佑
接案派遣到其他公司的日常對話,有調皮、正經、日常對話。
購買貼圖
  貓女事務員的搞笑時刻

作者:佑佑
把行政人員在職場上遇到千奇百怪的事情畫出來,用可愛的貓女來擔任行政人員的代言人。
購買貼圖
  貓貓說每天都會用到的話

作者:佑佑
日常生活常見的短句,用小貓擬人化的方式呈現,比較親切可愛。
購買貼圖
 
     
  大人的煩惱特輯:小兔角色

作者:佑佑
錢包餓了,生活苦了。變美變健康?先讓我睡飽吧。心好累,我需要充電。
購買貼圖
     

動態貼圖

 
 
 
 
  牡羊座日常交際:狗狗角色

作者:佑佑
依照牡羊座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  金牛座日常交際:兔兔角色

作者:佑佑
依照金牛座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  雙子座日常交際:貓貓角色

作者:佑佑
依照雙子座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  巨蟹座日常交際:倉鼠角色

作者:佑佑
依照巨蟹座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
 
 
 
 
  獅子座日常交際:幼獅角色

作者:佑佑
依照獅子座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  處女座日常交際:松鼠角色

作者:佑佑
依照處女座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  天秤座日常交際:鴿子角色

作者:佑佑
依照天秤座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  天蠍座日常交際:鳳凰角色

作者:佑佑
依照天蠍座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
 
 
 
 
  射手座日常交際:人馬角色

作者:佑佑
依照射手座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  魔羯座日常交際:山羊角色

作者:佑佑
依照魔羯座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  水瓶座日常交際:海豚角色

作者:佑佑
依照水瓶座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
  雙魚座日常交際:小丑魚角色

作者:佑佑
依照雙魚座的個性,描繪日常生活的行為,供交際表達心情使用。星座只能當參考用,不會完全準確。
購買貼圖
 
     
  厭世報:鬍渣男

作者:佑佑
厭世總有個理由跟原因,實在是令人不爽,為什麼最倒楣的總是我?真希望明天就是世界末日,讓大家都一樣慘。
購買貼圖
     

表情貼

 
 
 
 
  貓貓說每天都用得到的表情貼

作者:佑佑
日常生活常見的表情用語,用小貓擬人化的方式呈現,比較親切可愛。
購買貼圖
  天秤座的表情貼:鴿子角色

作者:佑佑
日常生活常見的表情用語,天秤座的鴿子擬人化方式呈現,比較親切可愛。
購買貼圖
  天蠍座的表情貼:鳳凰角色

作者:佑佑
日常生活常見的表情用語,天蠍座的鳳凰擬人化方式呈現,比較親切可愛。
購買貼圖
  射手座的表情貼:人馬角色

作者:佑佑
日常生活常見的表情用語,射手座的人馬擬人化方式呈現,比較親切可愛。
購買貼圖
 
 
 
 
  魔羯座的表情貼:山羊角色

作者:佑佑
日常生活常見的表情用語,魔羯座的山羊擬人化方式呈現,比較親切可愛。
購買貼圖
  水瓶座的表情貼:海豚角色

作者:佑佑
日常生活常見的表情用語,水瓶座的海豚擬人化方式呈現,比較親切可愛。
購買貼圖
  雙魚座的表情貼:小丑魚角色

作者:佑佑
日常生活常見的表情用語,雙魚座的小丑魚擬人化方式呈現,比較親切可愛。
購買貼圖