swank: (too proud or confident) 炫耀;卖弄 to behave in way that is too proud or confident
from : https://www.bing.com/dict/search?q=swank&qs=n&form=Z9LH5&sp=-1&pq=swank&sc=6-5&sk=&cvid=AE08D9C2FC8A4CAF8C71F6A417DFB931
swank
- v.炫耀;卖弄
- n.〈口〉炫耀(服饰);虚张声势;摆排场;夸嘴
- adj.同“swanky”
- Web出风头;优雅;夸耀
Synonym
Antonym
Advanced E-C
E-C
E-E
Web Definition
1.
|
炫耀;卖弄to behave in way that is too proud or confident
|
Sample Sentence
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
from: https://www.merriam-webster.com/dictionary/swank
swank
Definition of swank
(Entry 1 of 4)
swank
adjective (1)
Definition of swank (Entry 2 of 4)
swank
adjective (2)
Definition of swank (Entry 3 of 4)
swank
Definition of swank (Entry 4 of 4)
Other Words from swank Synonyms & Antonyms Example Sentences
Other Words from swank
Adjective (2)
Synonyms & Antonyms for swank
Synonyms: Noun
flamboyance, flash, flashiness, garishness, gaudiness, glitz, ostentation, ostentatiousness, pretentiousness, showiness
Antonyms: Noun
Examples of swank in a Sentence
Verb
rich people swanking around in their expensive cars
Noun
service that is the essence of swank: the waiters pull out your chair for you and even place your napkin on your lap
First Known Use of swank
Verb
1708, in the meaning defined above
Adjective (1)
1773, in the meaning defined above
Adjective (2)
circa 1842, in the meaning defined at sense 1
Noun
circa 1854, in the meaning defined at sense 1
History and Etymology for swank
Verb
perhaps akin to Middle High German swanken to sway; akin to Middle Dutch swanc supple
Adjective (1)
Middle Low German or Middle Dutch swanc supple; akin to Old High German swingan to swing
Learn More about swank
Share swank
Share the Definition of swank on Twitter
Resources for swank
From the Editors at Merriam-Webster

The History of 'Swank'
Champagne, chandeliers...and Robert Burns?
Dictionary Entries near swank
Statistics for swank
Look-up Popularity
Bottom 50% of words
More Definitions for swank
swank
English Language Learners Definition of swank
See the full definition for swank in the English Language Learners Dictionary
More from Merriam-Webster on swank
Rhyming Dictionary: Words that rhyme with swank
Thesaurus: All synonyms and antonyms for swank
Comments on swank
What made you want to look up swank? Please tell us where you read or heard it (including the quote, if possible).
swank: (too proud or confident) 炫耀;卖弄 to behave in way that is too proud or confident的更多相关文章
- September 17th 2017 Week 38th Sunday
Distance could make you forget about them, but the memories would always be there. 距离会让你遗忘,但是回忆却始终在那 ...
- HDU3466 Proud Merchants[背包DP 条件限制]
Proud Merchants Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) ...
- HDU 3466 Proud Merchants(01背包问题)
题目链接: 传送门 Proud Merchants Time Limit: 1000MS Memory Limit: 65536K Description Recently, iSea wen ...
- Proud Merchants
Proud Merchants Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) To ...
- HDOJ 3466 Proud Merchants
Problem Description Recently, iSea went to an ancient country. For such a long time, it was the most ...
- Proud Merchants(POJ 3466 01背包+排序)
Proud Merchants Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others) ...
- Proud Merchants(01背包)
Proud Merchants Time Limit : 2000/1000ms (Java/Other) Memory Limit : 131072/65536K (Java/Other) To ...
- HDU 3466 Proud Merchants(01背包)
这道题目看出背包非常easy.主要是处理背包的时候须要依照q-p排序然后进行背包. 这样保证了尽量多的利用空间. Proud Merchants Time Limit: 2000/1000 MS (J ...
- HDU 3466 Proud Merchants(背包问题,要好好理解)
Problem Description Recently, iSea went to an ancient country. For such a long time, it was the most ...
随机推荐
- DRF源码-serializers
class BaseSerializer(Field) """ The BaseSerializer class provides a minimal class whi ...
- MyBatis:一对多、多对一处理
多对一的处理 多对一的理解: 多个学生对应一个老师 如果对于学生这边,就是一个多对一的现象,即从学生这边关联一个老师! 数据库设计 CREATE TABLE `teacher` ( `id` INT( ...
- Zookeeper--命令介绍
参考 https://zookeeper.apache.org/doc/r3.4.13/zookeeperStarted.html#sc_ConnectingToZooKeeper 连接到zookee ...
- 文献阅读报告 - Social LSTM:Human Trajectory Prediction in Crowded Spaces
概览 简述 文献所提出的模型旨在解决交通中行人的轨迹预测(pedestrian trajectory prediction)问题,特别是在拥挤环境中--人与人交互(interaction)行为常有发生 ...
- Python的安装部署
Python的安装部署 参考:https://www.runoob.com/w3cnote/pycharm-windows-install.html 参考:https://jingyan.baidu. ...
- 题解 P1403 【[AHOI2005]约数研究】
题目 看到题解区很多人直接给出结论:答案为 \(\displaystyle \sum_{i=1}^n\lfloor{n\over i}\rfloor\) ,没给出证明,这里给出证明 [分析] 首先,我 ...
- Python笔记_第四篇_高阶编程_正则表达式_3.正则表达式深入
1. re.split 正则的字符串切割 str1 = "Thomas is a good man" print(re.split(r" +",str1)) # ...
- 《Docekr入门学习篇》——Docker实战
基础环境 root@docker~]# cat /etc/redhat-release #查看版本号 CentOS Linux release (Core) [root@docker ~]# unam ...
- android设备内部添加apn信息
由于工作原因今天需要给多台android设备中写入某张sim卡的apn相关信息,虽然可以通过sqlite命令写sql语句来写入到设备中,但设备一多起来就太低效了,所以在学习的过程中摸索着写了一个将ap ...
- log4j2和logback动态修改日志级别工具类
工作中,在排查线上问题时,有以下场景在不重新部署或重启服务的情况下,需要动态调整线上日志级别 1.线上有些日志打印过多干扰有用的日志,需要动态修改线上日志记录器的打印日志级别,调高一些日志级别,打印出 ...