REVIEW
1.函數內單引號放置引用字串為特定工作表的絕對路徑: '特定活頁簿中特定工作表的絕對路徑', 例如: 'D:\[FileName_107101.xlsx]統計表'。
- 特定活頁簿的語法:[]
- 特定工作表寫在[]後面
REVIEW
1.函數內單引號放置引用字串為特定工作表的絕對路徑: '特定活頁簿中特定工作表的絕對路徑', 例如: 'D:\[FileName_107101.xlsx]統計表'。
最近聽到身邊一些奇怪到不可置信的故事,真的讓我氣炸啦!


解決瀏覽器[chrome browser]被網頁綁架的消極方式
>>使用Chrome的擴充套件
套件名稱:Block Site
chrome-extension://eiimnmioipafcokbfikbljfdeojpcgbh/options.html
原理:將綁架網頁(ex:hao123...)重新導向為你想要的網頁(首頁)
----------------------------------------------------------------------------------
Usage: input [<source>] <command> [<arg>...]
The commands and default sources are:
text <string> (Default: touchscreen)
keyevent [--longpress] <key code number or name> ... (Default: keyboard)
STEP1. 手機先安裝ACL(ADB Change Language) App:
Please Click Here to download *.apk:
https://drive.google.com/file/d/0Bws5oJYIFsVANGNDd1N0NS1JS0k/view?usp=sharing
STEP2. 即可以藉由ADB指令任意更改系統語言
<Example1>
project name>
-src
-res>layout:顯示於主頁面中UI的配置(*.xml)
>menu:顯示於Menu頁面中UI的配置(*.xml)
>values:存放有關參數設定的檔案

STEP1 Go to Device Manager:
Start > Right Click on Computer > Manage > Device Manager
STEP2 Check if Android ADB Interface exists or not in Device Manager.
Check if Android Device exists or not
-Yes>>Click on Triagnle sign of Android Device >> Check if [Phone brand] Android ADB Interface exists or not
STEP1
點選工具列File → New → Android Application Project
-Application Name = Project Name >> ExHello
-Package Name : com.example.[Lower Letter of Project Name] >> com.example.exhello
STEP2