<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.secondactivitydemo" > <application android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme" > <activity android:name="com.example.secondactivitydemo.MainActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name="com.example.secondactivitydemo.ThirdActivity" android:label="@string/title_activity_second" > </activity> </application> </manifest>
清單文件是一個XML文件,使用manifest做爲其根元素。html
startActivity(intent)
其中intent是Anroid.content.Intent類的一個實例。能夠看書本上的SecondActivityDemo項目。android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"
drawable一般指一個圖像文件,String都是指字符串引用。前端
Toast toast = Toast.makeText(this.TextValue.toast LENGTH_LONG); toast.shouw();
通常狀況下,一個toast會顯示在靠近激活活動的底部。可是,也能夠調用其show方法以前調用其setGravity方法從而修改其位置。java
public void setGravity(int gravity,int xoffset,int yoffset)
Notification n = new Notification.Builder(context).bulid();
問題2:想要導入文件,結果顯示失敗了,忘記沒有截圖,大概的步驟是我這會截下的圖。File —— New —— import Module
node
問題2的解決方案:去找老師答疑,可是可能本身晃了晃神,後面本身又沒有練習,因此就不能導入了。搜索獲得的結果是android
簡單,打開你的studio,左上角點擊「File」->"New"->"Import Project",而後在出現的目錄選擇界面找到你的代碼,就是你上邊那個圖的,看見裏邊有一個build.gradle了麼,直接點擊這個就OK,studio會幫你直接生成相應的文件,固然你也能夠直接把整個代碼導進去,都同樣.數據庫
問題4:當我覺得萬事大吉準備好好作實驗的時候,我導入的書上代碼統統變紅,像是我媽媽作的青蝦放入沸水中秒秒鐘變成紅蝦。仔細一看,R
是紅的,menu
也是紅的。
編程
問題4的解決方案:看截圖呦呦呦
數組
問題1: Abstract Data Types have which of the following object-oriented features?(抽象數據結構有什麼面對對象的特性?)
A .information hiding(信息隱藏)
B .inheritance(繼承)
C .polymorphism(多態)
D .message passing(消息傳遞)
E .all of the above(以上全部)數據結構
問題3:In a linked list in Java(Java中的鏈表裏面)
A .the link is an object(link是一個對象)
B .the link is a node(link是一個節點)
C .the link is a reference(link是一個引用)
D .the link is an int(link是一個整數)
E .the link is a class(link是一個類)app
問題5:A simple linear list(一個簡單的線性表
)
A .is an example of a degenerate tree(是退化樹的一個例子)
B .is an example of a degenerate graph(是一個簡併圖的例子)
C .is an example of a degenerate digraph(是一個退化的digraph的例子)
D .cannot be represented as a degenerate tree, graph or digraph(不能表示爲退化樹,圖或雙圖)
E .none of the above(以上都不對)
問題6分析和領悟: 正確答案選B,當時我選的是A,真的是很理解不透徹啊!雖然這兩個操做都是爲各自的抽象數據類型「添加」或「插入」操做,但它們的不一樣之處在於,老是在堆棧的頂部(或前端)添加,而enqueue老是在隊列的後面添加。
這學期立刻就要結束了,程序設計與數據結構這門課也是陪伴了我整整一個學期。絕不誇張的講,我在這門課上花的時間是最多的,但仍是因爲能力不足、瞭解不夠在學習深度方面很欠缺。在學習過程當中也是困難不斷、各類問題,有時候都以爲這不只考驗個人學習水平,還在極大程度上考驗個人心態和情緒控制度。 經過學習這門課確實看到了我本身的自學能力和實踐應用能力稍有欠缺。在學習的過程當中,也看到了好多同窗的優秀之處,不只僅是編程能力,更是對同窗的無私幫助,樂於分享,敢於發問,勤于思考感到深深地由衷地敬佩。 還有一兩週這學期就要進入尾聲的。就像本身很喜歡的一句話同樣「靡不有初,鮮克有終」,我必定會堅持去完成這門課的學習。固然課程還會在下學期繼續,那就迎接它擁抱它吧。
代碼行數(新增/累積) | 博客量(新增/累積) | 學習時間(新增/累積) | |
---|---|---|---|
目標 | 5000行 | 30篇 | 400小時 |
第一週 | 100/100 | 1/1 | 15/15 |
第二週 | 377/477 | 1/2 | 20/35 |
第三週 | 280/757 | 2/4 | 22/57 |
第四周 | 973/1730 | 1/5 | 35/92 |
第五週 | 1000/2730 | 1/6 | 40/132 |
第六週 | 729 /3459 | 1/7 | 40/172 |
第七週 | 660/4119 | 2/9 | 30/192 |
第八週 | 1417/5536 | 3/12 | 40/232 |
第九周 | 1139/6675 | 2/14 | 60/292 |
第十週 | 758/7433 | 2/14 | 40/332 |