架設IIS 01.jpg
一、開啟IIS:
1.【控制台】→【程式集】
-----------------------------------------------

蕭小牛 發表在 痞客邦 留言(0) 人氣()

指令碼錯誤01.jpg
【問題】:
在使用Visual Studio 2017 編譯程式時,

蕭小牛 發表在 痞客邦 留言(0) 人氣()

一、送貨方:
String data=edtInputData2.getText().toString();            //內容物(要傳送的資料)
Intent intent = new Intent();                
intent.setClass(getApplicationContext(), Param2.class); //設定目的地
                
Bundle bdata=new Bundle();      //產生箱子
bdata.putString("idq", data);      //裝箱
intent.putExtras(bdata);             //貨物上車
                
startActivity(intent);    //出發        

蕭小牛 發表在 痞客邦 留言(0) 人氣()

1. 開啟 AndroidManifest.xml
2.        <activity
            android : name="com.example.zxingtest.MainActivity"
            android : label="@string/app_name" 
            android : screenOrientation="portrait">

蕭小牛 發表在 痞客邦 留言(0) 人氣()

程式結構:Activity - Fragment - Class
問題:

蕭小牛 發表在 痞客邦 留言(0) 人氣()

PreparedStatement01.jpg
【介紹】
1. PreparedStatement 是 java.sql 提供的一個介面(Interface),
用來執行SQL語法。

蕭小牛 發表在 痞客邦 留言(0) 人氣()

DecimalFormat.jpg
【說明】
java.text 提供了 DecimalFormat 類別,
能夠用 DecimalFormat 的 format 方法,
將目標數字(須為double)格式化為指定的格式。

蕭小牛 發表在 痞客邦 留言(0) 人氣()

generate01.jpg
在使用Android studio時,
想要讓編譯器自動產生override方法,
有下面三種方法:
(要先將輸入游標移到要產生方法的空白行數)

蕭小牛 發表在 痞客邦 留言(0) 人氣()

error 03.jpg
在 SDK Manager 出現的錯誤訊息:
Android sdk location should not contain whitespace

蕭小牛 發表在 痞客邦 留言(0) 人氣()

Setting 01.jpg
一、使用【Ctrl】+【滑鼠滾輪】縮放IDE字體大小:
1. 【File】→【Settings】→【Editor】→【General】

蕭小牛 發表在 痞客邦 留言(0) 人氣()

AAP2 01.jpg
Android Studio 到 3.0 版本之後,
就算是新創的Project,也可能會出現多個錯誤。(= =")

蕭小牛 發表在 痞客邦 留言(0) 人氣()

JDBC01.jpg
Java資料庫連線
一、介紹

蕭小牛 發表在 痞客邦 留言(0) 人氣()

1 2
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。