step 1

電信公司名稱:Telekom
這家公司在門市的據點還滿多的,營業時間到晚上六點而已,比其他家還要早。
先分享第一個月我在店家買卡片及開卡的過程
我選擇的方案是預付卡 M型 500MB/ per mon
https://www.telekom.de/unterwegs/tarife-und-optionen/prepaid-tarife/data-start

Yuwan 發表在 痞客邦 留言(1) 人氣()

IMG_3411.JPG

施派爾主教座堂

 

西元1689年,教堂西半部因為戰爭的倒塌受損,但東半部幸運被保存下來。
西元1981年,入選聯合國世界遺產之一,是目前世界上保存下來最大的羅馬式教堂。

Yuwan 發表在 痞客邦 留言(0) 人氣()

德國打工簽證有什麼規定呢?

  • 年滿18歲且未滿31歲

  • 每年500名 (從10月開始算)

  • 在最多一年的停留期限內得每次最長三個月替不同之雇主工作

  • 參加為期最長六個月的進修課程

Yuwan 發表在 痞客邦 留言(1) 人氣()

Google 關鍵字: group by many columns -> group by multiple columns sql

"Group By X" means "put all those with the same value for X in the one group.

"Group By X, Y" means "put all those with the same values for both X and Y in the one group."

GROUP BY 多個欄位: 指定到的欄位都要有相同的值 才能將TABLE的ROW結合在一起

Ref: http://stackoverflow.com/questions/2421388/using-group-by-on-multiple-columns

Yuwan 發表在 痞客邦 留言(0) 人氣()

js動態生成的dom元素得用live進行事件委託,如
$(".t").live("click",function(){
alert(this);
});
這樣樣式為t的元素就能觸發click事件,

Yuwan 發表在 痞客邦 留言(0) 人氣()

No enclosing instance of type  is accessible. Must qualify the allocation with an enclosing instance of type  (e.g. x.new A() where x is an instance of )

You can get the error,if you try to instantiate an inner class without an instance of the outer class.

reference site: http://stackoverflow.com/questions/3039306/how-can-i-create-a-new-class-instance-from-a-class-within-a-static-class

MyClass mc =newMyClass();
   
MyRelatedClass data = mc.newMyRelatedClass();

Yuwan 發表在 痞客邦 留言(0) 人氣()

本來都會出現在最下方,結果拉出來後,順手關掉,就不見了!!!!!!?????

[解決方法]

從左下角show View as a fast view 叫回來 ,這種東西不熟的話就是要找很久阿阿阿阿

可愛的error log 跟 console你們回來了~~~

Yuwan 發表在 痞客邦 留言(0) 人氣()

The type List is not generic; it cannot be parameterized with arguments

List 類型不是通用的;無法利用 <Map.Entry<String,Integer>> 引數來將它參數化

complier後出現這個錯誤,

結果 import java.awt.List; 這裡竟然用了awt的List

修改為 importjava.util.List; 

Yuwan 發表在 痞客邦 留言(0) 人氣()

參考網址: http://www.multilingualarchive.com/ma/enwiki/zh_tw/Single_linkage_clustering

Yuwan 發表在 痞客邦 留言(0) 人氣()

在weka的安裝目錄中找到

RunWEKA.ini這個檔案

把maxheap=512m改成maxheap=1g

按log那隻鳥(weka)右鍵 */*/maxsize 就變成1XXX,XXX,XXX byte了

然後再把檔案load進去 就成功了耶!!

Yuwan 發表在 痞客邦 留言(0) 人氣()

寫入到檔案時

FileWriter fw;
BufferedWriter bw ;

fw = new FileWriter(wfilename);
bw = new BufferedWriter(fw);

Yuwan 發表在 痞客邦 留言(0) 人氣()

開一間不說話的咖啡館會太死寂嗎?

只能招呼隻身前來的客人耶

好姊妹的聊天聚會就不能來了

這樣到底好嗎?

那選一天舉辦 [不說話日]如何?

Yuwan 發表在 痞客邦 留言(0) 人氣()

1 2 3
Blog Stats
⚠️

成人內容提醒

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

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