FOOD
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?
随机推荐
- 在windows系统上安装caffe
下载编译 0.确认电脑上有VS2013 0.确认显卡GPU Compute Capability>=3.0 1.安装CUDA7.5 2.下载cuDNN v4,添加到CUDA7.5 3.根据htt ...
- C#中 ()=>的含义
这是 .NET3.0以后的新特性 Lambda表达式 RelayCommand(() => this.AddPerson(), () => this.CanAddPerson()); 的意 ...
- 防止浏览器拦截的window.open新窗口方案
背景 当前的浏览器为了保证用户体验,在很多场合下禁止了window.open打开新窗口,下面就给出一些方案,最大程度上的实现新窗口打开一个链接. 方案 //打开新链接方法实现 function win ...
- linux概念之内存分析
linux内存总结 分析样本[root@-comecs ~]# free total used free shared buffers cached Mem: -/+ buffers/cache: S ...
- cocos2dx 2.x mac proj 开启模板
为一个cocos2dx 2.x游戏配了下mac工程,运行后发现clippingNode没起作用,运行TestCpp中的clippingNode示例是起作用的,对比AppController.mm,发现 ...
- 【转】第5篇:Xilium CefGlue 关于 CLR Object 与 JS 交互类库封装报告:自动注册JS脚本+委托回调方法分析
作者: 牛A与牛C之间 时间: 2013-11-19 分类: 技术文章 | 暂无评论 | 编辑文章 主页 » 技术文章 » 第5篇:Xilium CefGlue 关于 CLR Object 与 JS ...
- 图解SQL的各种连接join[转]
对于SQL的Join,在学习起来可能是比较乱的.我们知道,SQL的Join语法有很多inner的,有outer的,有left的,有时候,对于Select出来的结果集是什么样子有点不是很清楚.Codin ...
- Python爬虫(图片)编写过程中遇到的问题
最近我突然对网络爬虫开窍了,真正做起来的时候发现并不算太难,都怪我以前有点懒,不过近两年编写了一些程序,手感积累了一些肯定也是因素,总之,还是惭愧了.好了,说正题,我把这两天做爬虫的过程中遇到的问题总 ...
- WIN7 清除任务栏图标缓存
如果任务栏上锁定程序如果换了位置,如:剪切走了.图标会变成白色图标. 解决方法: rem 关闭Windows外壳程序explorer taskkill /f /im explorer.exe rem ...
- 【Properties文件】Java使用Properties来读取配置文件
配置文件位置及内容 执行结果 程序代码 package Utils.ConfigFile; import java.io.BufferedInputStream; import java.io.B ...