Serving order of food courses(上菜顺序)
1. Appetizer(starter)
2. Main Course
3. Dessert

Style of cooking
1. fry  2.steam  3.stew(炖,煨;)  4.roast(烤)  5.boil  6.BBQ(barbecue烧烤)  7.bake  8.stir-fry(炒,用旺火炒)

Description of taste of food(texture and flavour口感和味道)
1. sour  2. sweet  3.bitter  4.spicy/hot  5.salty  6.fresh  7.tender  8.juicy  9.delicious/tasty  10.crispy(脆的)  

11.tough  12.over cooked  13.burnt  14. oily/greasy(油腻的;)  15.disgusting(令人作呕的; 令人厌恶的;)

VACABULARIES

hot pot(火锅)  mutton(羊肉)  seafood  beef   pork  chicken  shrimp(虾)  lobster(龙虾)  crab(螃蟹)  shell

stinky tofu(臭豆腐)  durian(榴莲)  chicken curry(鸡咖喱)  bird's nest soup  shark's fin  frog  spaghetti(意大利面)

cheese  pizza  hotdog  snake(小吃)

cuisine 菜肴  chef(厨师)  chef's choice/house special(特色菜)

buffet(自助餐)  fine dining  fast food restaurant  casual dining

bacon(熏猪肉,培根肉)  sausage(香肠,腊肠)  pea(豌豆)  peanut(花生)  bean(豆子)  coffee bean  

what's your special food for today?

随机推荐

  1. centos6.4 网络适配器设置仅主机模式

    网络适配器设置仅主机模式时: 1.vmnet1网卡必须开启

  2. div下的img标签中图片的大小设定

    首先html为: <div class="box1"><img src="images/more-1.jpg"></div> ...

  3. oracle组件

    目前在用的四个oracle版本 Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - ProductionWith the Parti ...

  4. OpenJudge计算概论-二维数组右上左下遍历

    /*====================================================================== 二维数组右上左下遍历 总时间限制: 1000ms 内存 ...

  5. Why we made vorlon.js and how to use it to debug your JavaScript remotely

    Vorlon.js is powered by node.JS, socket.io, and late-night coffee. I would like to share with you wh ...

  6. JavaScript 类定义常用方法(转)

    1.对象直接量 var obj1 = { v1 : "", get_v1 : function() { return this.v1; }, set_v1 : function(v ...

  7. android中两种方式打开网页

    一.你要打开一个网页你可以自己写一个webview,在自己的程序中就可以打开. wv = (WebView) findViewById(R.id.webView1); wv.getSettings() ...

  8. ORACLE的表被 另一个用户锁定,如何解除..

    SELECT object_name, machine, s.sid, s.serial# FROM gv$locked_object l, dba_objects o, gv$session s W ...

  9. 【linux】/etc/passwd文件

    /etc/passwd文件内容格式 /etc/passwd是保存用户信息的文件. 格式:用户名: 密码 : uid  : gid :用户描述:主目录:登陆shell 举个例子: root:x:0:0: ...

  10. laravel5-目录结构分析

    laravel5-目录结构分析 (2016-01-21 11:24:03) 转载▼     一.环境配置: $ lsb_release -a No LSB modules are available. ...