顯示具有 DE 標籤的文章。 顯示所有文章
顯示具有 DE 標籤的文章。 顯示所有文章

2026年5月27日 星期三

Aachen + Aachen周邊的牛排店

不按照喜好排序

陸續更新


---------


. ABACCO'S STEAKHOUSE Aachen

Franzstraße 51, 52064 Aachen

[map]

市區 公車好抵達 不太好停車 附近有付費停車場


. La Pampa

Kaiserpl. 6, 52062 Aachen

[map]

市區 公車好抵達 不太好停車 附近有付費停車場


. The ASH

Gut-Dämme-Straße 3, 52070 Aachen

[map]

有免費停車場


. El Rancho Eschweiler

Marienstrasse 58, 52249 Eschweiler

[map]

有免費停車場


. Timberjacks 

Fehlender Feld 3, 52353 Düren

[map]

有免費停車場


2022年1月21日 星期五

德國驗車 (Hauptuntersuchung, HU) 跟排氣檢查 (Abgasuntersuchung, AU), aka TÜV

德國驗車 (Hauptuntersuchung, HU) 跟排氣檢查 (Abgasuntersuchung, AU), 又很多人稱 TÜV, 因為據說以前只有TÜV在做, 現在好像也能到其他的認證單位驗證, 看哪個距離你比較近摟. 

新車三年後第一次檢驗, 之後固定每兩年驗一次, HU跟AU一起做, 大概一百多歐 (2022年價格).

首先要讀懂車牌上記錄何時驗車的貼紙, 車後面鐵牌的貼紙中間的兩位數寫的是到期的年分, 貼紙正上方的那個數字是月份. 你如果看到那個貼紙旋轉是正常的, 因為正上方那個數字正是只是月份. 這邊有例子能看得比較清楚 [link]

這是我自己車子上的貼紙, 這就是指 2022年 1月到期




如果沒有按時去做, 被抓到是會被罰款的, 萬一過期但又發生事故, 保險也會出問題, 所以就乖乖按時去做檢查吧

檢查項目, 因為我不是專家, 這邊只列出在網路上查的, 大概知道的, 出發前至少這些可以先檢查看看, 如果是小問題不過, 好像能有一個月的複檢的時間 

  • 照明, 近遠燈, 方向燈, 霧燈 etc, 反正車上所有的車燈都要檢查
  • 有效期限內的急救箱, 三角警示牌, 安全背心. 很多超商例如 kaufland有賣三合一的, 大概十歐左右, 如下圖
  • 安全帶是否正常, 沒有任何斷裂之類的
  • 檢查輪胎紋路
  • 雨刷是否正常
  • 內外後視鏡
  • 擋風玻璃不能有裂紋
  • 車輛是否漏油
  • 喇叭會不會叫


  三合一包裝




需要攜帶的文件只有車輛註冊文件I (Zulassungsbescheinigung Teil I)


步驟, 以 TÜV 為例

  1. 上網預約驗車時間  [link]
  2. 依時間去驗車, 去櫃檯繳繳交文件
  3. 驗車員會從你停車的地方開去驗  
  4. 如果沒排隊的話, 大概十分鐘左右就能驗完
  5. 驗完後驗車員會貼上新的貼紙, 指示下次的驗車時間
  6. 繳錢完事



等一下驗車員會把車開進去這邊檢查


此時就在辦公室內等就行, 等一下驗車員就會叫你繳錢取車
祝大家驗車順利




> 下一篇我打算介紹我最近發現的一個新券商, 每次交易250歐以上就免交易的手續費, 我最近用這個當沖玩得很開心 XD

2020年12月29日 星期二

自動搜尋不同網頁 - 輸入一個單字, 自動搜尋多個德文字典網頁, 使用 Google Sheet

之前這一篇有關自動德文查詢的功能, 反應還不錯, 很多人跟我回覆說有幫助, 但是缺點就是Javascript 不是太直覺使用, 所以我又用了 Google Sheet 做了一個差不多功能的, 這樣就不用下載 Javascript 的原始碼拉, 而且也方便做筆記, 缺點就是要有 Google 帳號, 但我相信應該大部分的人都有

ps. 要稍微會一點 Google Sheet

步驟: 新建一個空白的 Google Sheet

把想查的德文單子放在 舉例把 merken, 放在 A2, 

然後在空白的地方, 例如在E2, 複製貼上底下的公式 從等號開始, 到最後的括號=HYPERLINK(CONCATENATE("https://dict.leo.org/german-english/",$A2),"LEO")

你就會看到 "LEO" 字典出現拉, 所以只要點一下這個連結, 就會自動連到LEO, 是不是查字典變得輕鬆愉快了.

依此類推, 依序貼上其他的, 一個空格一個, 我們就在 E3 貼上下列公式搜尋 Duden字典 
=HYPERLINK(CONCATENATE("http://www.duden.de/rechtschreibung/",$A2),"DUDEN")

E4貼上
=HYPERLINK(CONCATENATE("https://www.dwds.de/?q=",$A2),"DWDS")

E5貼上
=HYPERLINK(CONCATENATE("http://en.pons.com/translate?q=",$A2,"&l=deen&in=&lf=de"),"PONS")

E6貼上
=HYPERLINK(CONCATENATE("http://www.linguee.com/english-german/search?source=auto&query=",$A2),"Linguee")

當然你也可以依樣畫葫蘆改成或加入你自己常用的字典, 但這就有點沒這麼容易說明了, 有需要的人在跟我說吧.

這只有第一次稍微麻煩, 稍微測試一下, 如果一切都正常, 之後就複製一樣的公式就可以了(點著框框底下的加號往下拉就可以了), 因為我不知道怎麼匿名分享我的 Google Sheet, 所以請大家就參考以下圖片 (點下去能放大)



理論上一樣的方法也可以用在各種不同語言, 英文, 日文, 法文, 西班牙文阿...etc 應該都是可以套用的, 只是因為我不熟悉那些語言的字典, 你也可以提供給我, 歡迎大家討論. 

祝大家學習德語或其他語言愉快

//

更新加入 google sheet 連結, 希望有效, 如果有用的人請告訴我這樣的分享到底能不能用, 我自己不知道, 希望能有從你們的一點回饋, 這樣能讓我找到更好的分享方法



2020年12月5日 星期六

What if you forget you password of DHL account and also forget the security answer (Passwort oder Antwort auf Sicherheitsfrage vergessen) while you have a package in the Packstation? You even move to a new place and cannot receive post at your old address

Well this is a long story about DHL and packstation and solution


What if you forget you password of DHL account and also forget the security answer (Passwort oder Antwort auf Sicherheitsfrage vergessen) while you have a package in the packstation? You even move to a new place and cannot receive post at your old address

I personally think DHL website is not friendly especially if you want to find some information. Therefore, I summarise some information and hope this post may help you or give you some hints.

If you forget your password and also your security answer (Antwort auf Sicherheitsfrage) like me, here is a solution I found out after couple of messages and communications.

My German is quite limited so I deal with this problem mostly online and with help of Google translate.

I did call DHL service line once (phone number here : 02284333112) and indeed got some useful hints to actually find a solution using their website.

Honestly, their website is super super super difficult to use. I don't know what native German speaker thinks but for me it is very difficult to find out the exact solution. It is really rocket science. no joking.

Anyway, there is no direct link to jump to the webpage and thus, let me tell you the steps to reach the exact webpage, where you can issue the problem "Passwort oder Antwort auf Sicherheitsfrage vergessen" and a person will deal with it.


step 1 : go to this link
https://www.dhl.de/de/privatkunden/hilfe-kundenservice.html

step 2 : select "DHL Kundenkonto", which is in the middle

step 3: select " DHL Kundenkonto allgemein"

step 4: select "Wo finde ich meine Postnummer?"

step 5: select the hyperlink "Kundenservice"

Now you should see "Ihr Anliegen zum DHL Kundenkonto" if you follow these steps written above. Rocket science. Isn't it?! Why can someone make such complicated system?! Ask DHL. I personally think that they intend to do so. Once you see this website, just type in corresponding information. After one day or so, you should receive their reply.

In their reply, they said they reset the answer and will send me a mail to my address. Here comes to my second problem. What if you have moved to somewhere else? The address you filled in for the Packstation is not valid anymore. So I ask them again. Their answer is that you have to cancel your post account.

Here is my third problem . What if I have something in the Packstation right now. It actually is my problem. It becomes a chicken/egg dilemma. If I cancel my post account, how can I pick up my package and I don't have a way to login my post account. So I ask them once again. Their solution is that they email me the the collection code (Abholcode). After couples of days and nights, finally I got the package.


Rest is easy. just simply cancel your old post account and create a new one. Due to current Coronavirus, I wait for probably more than a month to get the new card and can use it. Super high efficiency of DHL as always. Isn't it?


As an engineer, I provide a flowchart and hope it will help you to understand the problem and solution. As I said before, dealing with DHL is rocket science literally.



* If forget your password to login:

> Click "passwort vergessen"

It then will ask your

forget answer "security answer (Antwort auf Sicherheitsfrage)"

if you know it, problem solved

if you don't like me

> please follow the steps I wrote before

If you still stay where you register for the post account

problem solved

if you moved like me

you must cancel your post account and make a new one



* If you currently have a package in the Packstation,

> please follow the steps I wrote before to tell them you currently have a package in a packstation. 
 They will tell you the collection code (Abholcode)

Now you should be able to get your package.

> cancel your post account and make a new one.


All in all, it may take you couples of days to solve all problems. My sincere suggestion is better not forget the password and/or security answer at the first place.


have fun with DHL. :)


2020年1月10日 星期五

自動搜尋不同網頁 - 輸入一個單字, 自動搜尋多個德文字典網頁

自動搜尋不同網頁 - 輸入一個單字, 自動搜尋多個德文字典網頁

有時候一個關鍵字想從不同的地方搜尋, 每次都要複製貼上有點小麻煩, 所以弟就寫了一個簡單的 Javascript 自用. 主要目的是在不同的網頁查詢相同的德文單字, 學習德文用, 下載連結在此 Github [ link ]


預設查詢的德文字典有
1. 德語助手
2. LEO
3. DWDS
4. Duden

然後可以自行勾選是否也一起查詢下列網頁
1. PONS
2. Linguee
3. Bing

使用方法很簡單, 打如要查的單字, 例如 "machen"
然後按下 enter 就好了

注意:
1. Chrome 會擋 pop-up, 所以第一次使用的時候, 要手動把 pop-up 打開, 在右上方的小 icon
2. Duden 會分大小寫, 所以查詢名詞的時候建議第一個字用大寫, 例如 "Haus"


也可以自行修改成 中英搜尋, 或者其他用途, 歡迎自行分享修改,
有什麼疑問也歡迎留言讓宅宅知道



ps. 因為有人反映說不知道怎麼從github 下載, 所以我把原始碼post 在這邊, 用記事本複製貼上, 並且存檔成 .html 就可以了,  請底下原封不動複製

<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="background-color:black">
<font color="white" size="5">
<p> 德文有這麼難嗎?!</p>
<p> > Search : </p> </font>
<input type="text" id="boxu" autofocus="">
<font color="white">
<p> PONS <input type="checkbox" id="pons">
Linguee <input type="checkbox" id="linguee">
Bing <input type="checkbox" id="bing"> </p>
</font>
<font color="white">
<p> 1. ich bin / du bist / er,sie,es ist / wir sind / ihr seid / sie,Sie sind </p>
<p> 2. ich mich mir / du dich dir / er ihn ihm / sie sie ihr / es es ihm / wir uns / ihr euch / sie,Sie (s)ie (i)hnen : Dativ比較白目 </p>
<p> 3. der die das die / den die das die / dem der dem den / des der des der</p>
<a href="https://mulderwei.blogspot.com/">宅宅該做宅宅該做的事</a>
</font>
<script>
document.getElementById("boxu").onkeydown = function(e) {searchy(e)};
function searchy(e)
{
if (e.which == 13)
{
var q = document.getElementById("boxu").value;
if (document.getElementById("bing").checked == true) {
window.open("https://www.bing.com/search?q=" + q);
}
if (document.getElementById("pons").checked == true) {
window.open("http://en.pons.com/translate?q=" + q + "&l=deen&in=&lf=de");
}
if (document.getElementById("linguee").checked == true) {
window.open("http://www.linguee.com/english-german/search?source=auto&query=" + q);
}
window.open("https://www.godic.net/dicts/de/" + q);
window.open("http://dict.leo.org/german-english/" + q);
window.open("https://www.dwds.de/?q=" + q);
window.open("http://www.duden.de/rechtschreibung/" + q);
document.getElementById("boxu").value = "";
}
}
</script>
</body></html>

記得存檔的時候要存成 .html, 然後開啟這個檔案就可以了







//
覺得內容有幫助的話, 麻煩請幫按一下Google提供的廣告

2019年11月17日 星期日

Aachen 阿亨與附近能玩耍的地方

很多旅遊書講到 NRW邦都以科隆(Köln) 或者 杜賽朵夫(Düsseldorf )為中心, 當然這兩個地方都是大城市, 也有國際機場, 阿亨跟他們比起來就是一個偏僻的小村莊, 印象中很久以前的JTB 才只有半頁的篇幅, 因此小弟就來寫一篇以阿亨為中心的景點吧
一樣陸陸續續有新消息就更新, 也歡迎跟我一起討論喔

!! 最近因為 Covid-19 很多訊息都無法及時更新, 敬請見諒 !!



For 觀光
  • 市區
    • 阿亨大教堂 Aachen Dom [官網]
      • 這應該是阿亨最知名的景點了吧, 查理曼大帝, 德國第一個世界文化遺產, 進去看不用錢, 但是內部拍照要收一歐, 最近幾年才開始收的
    • 市政廳 Rathaus [介紹], 個人覺得這棟建築很漂亮, 很壯觀
    • RWTH SuperC : 因為建築特色, 勉強當成個景點好了, 但留學生應該不會很喜歡這邊, 因為延簽證的時候都要到這邊被盧小一下
    • Lindt 巧克力工廠 [官網]: 這沒什麼好說的, 就是便宜, 基本上都是八折, 有歡樂包超便宜, 跟NG貨, 旁邊有停車場, 如果有消費可以抵銷停車費, 地址:Süsterfeldstraße 130, 
    • 冬季限定: 阿亨聖誕市集 (Aachen Weihnachtsmarkt)
      • 22.Nov.2019 開始, 23.Dec.2019 結束
      • 阿亨的聖誕市集在這個區域算是有名的, 規模有點大, 根據官網統計每年有一百五十萬人次參觀, 每當聖誕市集開始的時候, 周邊國家的人都會聚集到阿亨來吃吃喝喝玩玩
      • 每間熱紅酒都有自己的杯子, 買的時候有付杯子的押金, 2.5歐到3歐不等, 喝完可以拿回去本來的店家退錢, 或者能把杯子直接帶回去, 如果喜歡杯子, 也可以直接跟店家買
  • 郊區, 公車or火車可到
    • General information:
      • 查阿亨公車的網站 [ASEAG] [AVV]
    • 矇小 Monschau : 很有特色的小鎮, 有丘陵有小河, 但是搭公車有點麻煩, 當天來回, 搭到 Monschau Parkhaus 下車, 有直達的也有轉車的, 可以上 AVV 查, 如果不確定的話, 搭直達的比較方便.假日車不多, 建議先查好回程的末班車
    • Rursee
    • 荷蘭
      • Vaals, 荷比德三國交界, Bus 33路搭到底, 假日這個城市的超商 (AH, Aldi ...etc)有開, 可以去補貨
      • Roermond outlet
      • 馬斯垂克 (Maastricht)
        • Bus 50 , 天票8 歐每人, 上車跟司機買, 2019年有新開通火車路線
        • 鏞記 Boschstraat 58, Maastricht, NL [ Intro1 ] [ Map ]
        • 溫州 - 火車站對面
      • 海牙
        • 有唐人街, 有好吃的燒臘跟烤鴨
    • 比利時
      • 搭公車到Eupen, 或者從HBF搭火車到Welkenraedt (5.5 Eur),從比利時回阿亨在車上買票+3.5歐, 進到比利時再用Railpass /Go pass搭火車
      • 搭 Thalys 直接到布魯塞爾, 最簡單方便, 但是最貴
  • 有車比較好到達的
    • Nürburgring
    • 盧森堡, 單程約2.5 Hrs



For 生活






// 舊資料之後會整理

  • 科隆
    • 興隆亞超: 從neumarkt 搭路面電車1或7到 Universitätsstraße 站
    • 遠東亞超: 科隆火車站後站
  • 度賽
    • 匠拉麵 Takumi
    • 新城港式點心
    • 稻香
    • 台灣小吃: 牛肉麵, 肉燥飯, 炸豆腐, 大腸麵線, 在 immermann str.
    • 燒鳥, 日式燒烤, 中午特餐cp值很高, 飯很好吃
    • BoBoQ
    • 日超

2019年11月7日 星期四

活在阿亨 Living in Aachen, Germany

阿亨 Aachen 這個小城市在台灣不是很知名, 而且中文資料不很多, 小弟在此打混了幾年, 分享一下一些資訊, 陸續增加修改當中, 如果有發現我的資訊不正確的, 也歡迎指點. 


* 資訊僅供參考, 有些店我很久沒去了, 不保證文章內的價格正確
** 文章內容不定期更新
*** 電話卡篇最近會出爐

!! 最近因為 Covid-19 很多訊息都無法及時更新, 敬請見諒 !!




[交通] [日常生活] [旅遊] [購物]

交通

    • ** 上車跟司機買票, 德國車票種類多如牛毛, 各式各樣的組合都有, 一時間不知從何說起, 學生的話就拿學生車票+學生證, 在NRW內搭 RE以下的火車, 公車都不用錢, 上車記得要拿給司機看. 單趟2.5 2.55歐, 月票 57.5歐, 依照不同的 zone 買票 最新價格請參考官網, 因為這個價格每年都在漲

    • 出發 Aachen HBF 或者 Aachen West, 常去的地方有
      • Köln HBF, 
      • Düsseldorf HBF, 
      • Frankfurt HBF, 
      • Frankfurt Flughafen (機場)
    • German Pass
    • 快樂周末票
    • NRW 邦票 (SchönerTagTicket): 一人票28.5 31歐, 五人票39.5 42 46歐, 櫃檯找人買+2歐
    • Thalys : 往巴黎, 布魯塞爾, 倫敦, 越早買越便宜

  • 汽車

    • 租車 
      • [Sixt
      • [Enterprise
      • tips: 租車強烈建議要保全險, 多花一點錢買個安心, 歐洲開車的習慣跟台灣不太相同 
      • 德國手排車很多, 如果不習慣建議租自排車, 然後在阿亨的Enterprise租自排車, 會有免費升級的機會
      • 共享租車 [Cambio Aachen] 這個只適合有德國駕照的人, 需要辦會員, 可以租小時的, 適合短途使用, 長途的話會太貴 
    • 買車, 停車, 加油
      • 這邊可以找新車或二手車 [autoscout24] [mobile.de] [Jacobs]
      • [上車牌流程]
      • 保險: [HUK24]
      • 如何將台灣駕照換德國駕照
      • 申請居民停車牌(Bewohnerparkausweis) [link], 一年30歐, 上網申請然後印出來即可, 基本上只有住在市區才需要, 郊區一點的地方通常沒有管制
      • 油價是時變的, 每一間也都不同, 通常周末油價都會比較高

日常生活

  • 超市

    • 亞超:

      • 中國行, 在 SuperC 附近
      • 中國家 Bahnhof Str. 18
      • Interfood, 頗大, 稍微貴
      • 萬家, Kaufland旁邊, 停車方便, 價格合理

    • 德超: 

      • REWE : 品質中上, 價格稍貴, Alter Posthof 郵局裡面暗藏一間, 開到12 10點
      • ALDI : 便宜, 品質中等, (最近老婆在這間找到CP值不錯的食物)
      • LIDL : 便宜, 品質中等, 在大高樓對面, 在 Kaufland附近也有一間
      • Netto
      • EDEKA
      • HiT : 大型版的 REWE
      • BIO 超
    • Kaufland : 類似家樂福的賣場, 什麼都有賣, 鍋碗瓢盆,電器,食物, 價格通常不錯, 時常有啤酒20隻0.5公升的 10歐
    • REAL : [bus] 大, 便宜, 稍微遠
    • ** 飲料空瓶大多有押金, 喝完記得拿去超商退錢 **

  • 衣服, 包包

    • TK Maxx, Adalbertstraße 66, 類似outlet, 價格不錯
    • Zara, 
    • CA, 
    • H&M
    • Shopping mall - Aquis Plaza : 逛街的好地方, 有收費停車場, 頂樓有美食街, 有 KFC, 有Saturn, 有 REWE ... etc
    • Galeria Kaufhof Aachen : 百貨公司, 也是啥都有, 遊客可退稅

  • 眼鏡行

      • Fielmann – Ihr Optiker [地址], 我在這邊配了一隻太陽眼鏡20歐有找, 含度數散光的, 所以價格蠻不錯的 

  • 五金行, 買油漆, 電料, 電池, etc......

    • Bauhaus Aachen, Gut-Dämme-Straße 4, 搭 51 路公車
    • OBI Aachen, Roermonder Straße 177, 大高樓附近
    • TEDi, 多數東西都是一歐, 家用品, Pontstr上
    • Euroshop : 一歐店, 跟上面那間差不多, 很多日用品都一歐, 有時去逛逛能撿到cp值不錯的東西

  • 藥粧店 

    • DM
    • Rossmann
    • Mueller

  • 找房子

    • http://www.wg-gesucht.de/
    • FB-德國阿亨台灣同學會 - Taiwanesischer Studentenverein Aachen
    • PreStep: 提供短租的一個選擇, 有英文網站, 接受短租, 我有幾個朋友短暫住過, 如果真的找不到可以參考

  • 銀行

    • Deutsche Bank
      • 在 Markt 附近有店
      • 有些歐洲海外銀行跨行領錢不用手續費
      • 德國郵局(Postbank)的提款機(黃色)跨行領不用手續費
      • 在 Sparkasse 提款機領肯定要手續費 !!!
      • 不是學生要收管理費, 超過30歲的學生也要收
    • DKB : 聽說得有工資, 獎學金生不易申請, 海外用VISA領現金不用手續費
    • Postbank : 每個月存入1000 3000歐以上就不收管理費
    • Sparkasse, 我同事很推, 市區ATM點很多

  • 保險

    • 公保 [ AOK ] [ TK, 在Markt廣場附近 ]
    • 私保: 不熟

  • 電話卡 (預付卡)
    • 使用預付卡 (prepare card) 因為怕簽約麻煩多, 而且預付卡隨時可以停止, 對出外學生來說很方便
    • 歐盟法規近幾年要求買預付卡都要開通, 認證本人資料
    • Callmobile (使用T-mobile網路): 來德國最早使用的一個, 但是最近發現它又慢又貴, 雖然很穩定, 但是最近打算把它換了
    • ALDItalk (O2): O2網路要看你居住的地方, 阿亨來說應該還好, 但是比較郊區的網路涵蓋就沒這麼理想, 不少台灣人使用ALDI talk就是
    • Lidl connect (Vodafone): 最近跳槽這間, 需要去郵局認證身分, 但不麻煩, 安裝郵局的App也不需要把認證資料印出, 很快

  • 魚市場


吃吃喝喝

  • 亞洲餐廳/中餐廳 [因為訊息比較多, 所以我把內容移到這篇]
  • Pizza
  • 土餐: 平均約5歐左右,
    • Mr. Kebap,  Ponttor 公車站牌 倒了, 現在換成一間墨西哥餐廳
    • Babylon, Doener一個 2.6歐, 他們的辣醬可以試試
    • Pont Grill
    • Sultans Of Kebap, 連鎖店, 稍微貴一點
  • 牛排: 
  • 黎巴嫩餐
  • 甜點, 麵包
    • Lindt 巧克力工廠 Süsterfeld str., Lindt巧克力outlet, 價格很佛
    • BoBoQ : 珍奶店 倒了
    • 百年糕點店 Van Den Daele : 蛋糕好吃
    • Backwerk : 平價麵包連鎖店, 周日有開, 很多城市都有, 不怎麼好吃, 但主要是方便
    • 冰淇淋 Del Negro, Jakobstraße 73, 品質很好的冰淇淋, 一球0.7 1歐.
    • MOSS
    • Nobis, 阿亨百年薑餅
    • LEO
  • 德餐
  • Bar/Pub
    • Kaktus: Pontstr. 121
    • Cafe Madrid 
    • Tijuana Aachen, 墨西哥食物, 雞尾酒, Markt 47, 52062 Aachen
    • Domkeller, 啤酒新鮮, 不錯 

其他

附近城市旅遊, 內容移至此


旅遊

    英國, 法國, 搭 Thalys, 早買早便宜
  • 長途 Bus [Meinfernbus] [ Deinbus ] [ Eurolines ]ADAC Post ] [Fernbus] [Flixbus]
  • 廉價航空
    • Germanwing 
      • 大推, 科隆機場班機超多, 而且交通方便,從Aachen搭 RE 轉 S bahn 就能到, 約1個半小時.
    • Flybe
      • 主要飛英國, 杜塞機場出發
    • Aer Lingus
      • 飛 Ireland, Ireland是個很有意思的國度, 杜塞飛
    • Ryanair
      • 從杜塞Düsseldorf Weeze飛, 這個機場世界無敵偏僻, 如果要搭Ryanair的飛機, 切忌一定要先查好火車接駁的時刻, 從Aachen過去保守估計要三小時.
    • Easyjet
      • CGN飛Edinburgh EDI, London Gatwick LGW
      • DUS飛Basel-Mulhouse-Freiburg BSL, London Gatwick LGW, Rome Fiumicino FCO
    • Aegean air
  • 查機票 (杜塞機場 DUS, 科隆 CGN, 法蘭克福 FRA, 桃園TPE, 小港KHH)
  • 查飯店
  • 背包客棧

購物

  • Amazon.de
  • Ebay-kleinanzeigen : 小ebay, 類似露天拍賣, 交易建議面交
  • Designer Outlet Roermond
    • 在荷蘭跟阿亨的交界, 單趟路程大約2小時, 車票約20歐左右, csuchen常有人在找共乘.
  • OTTO.DE
  • IKEA : 買家具, 桌椅, 床, 離Aachen比較近的是 Heerlen IKEA, 有車比較方便去
    • IKEA Düsseldorf, Oerschbachstraße 75
  • Decathlon : 買體育用品, 腳踏車, 離Aachen比較近的也是在荷蘭 Heerlen
  • Qipu : cashback online shopping , 改名為 Shoop 了

常用網站


介紹阿亨的其他網站