•
case-sensitive
英:
美:
常见释义:
adj.(程序)能识别大小写的,区分大小写的
1、Accessing the elements is
case-sensitive
.───访问元素是区分大小写的。
2、This check is also case sensitive.───此检查也是区分大小写的。
3、In each case, sensitive company data were stolen, including emails revealing details of the companys business strategies.───每例案件中都有公司机密材料被盗,包括涉及公司经营策略细节的电子邮件。
4、Also note that tablenames are case sensitive - at least on Linux - so be sure to call the table EMPLOYEE and not Employee or employee.───还应注意的是,表名是区分大小写的(至少在Linux中如此),所以应确保调用的是表EMPLOYEE而不是Employee或employee。
5、user names and passwords are case sensitive.───用户名称和密码都是区分大小写的。
6、Enter the code exactly as you see it. The code is case sensitive and zero has a diagonal line through it.───请输入以上所显示的英文确认码。确认码有大小写之分,如是号码零,将会有一条斜线。
7、Remember that UNIX commands are
case-sensitive
, so make it all lowercase unless the directory name actually has uppercase letters in it.───记住,UNIX命令是区分大小写的,因此,请采用小写字母,除非目录中的确有大写字母。
8、When specifying a section within the configuration , note that the name of the configuration section is case- sensitive .───在配置中指定节时,请注意配置节的名称是区分大小写的。
9、Your Password and Account ID may be case sensitive, depending upon the specifications of Your Internet service provider.───密码和帐户ID可能区分大小写,具体取决于Internet服务提供商的规定。
1、sensitive plant───n.【植】含羞草;n.含羞草
2、protector sensitive───保护敏感
3、sensitive essence───舒颜精华露
4、soothes sensitive───舒缓敏感
5、case sensitive───n.区分大小写
6、sensitive───adj.敏感的;感觉的;【仪】灵敏的;感光的;易受伤害的;易受影响的;n.敏感的人;有灵异能力的人
7、case case───案例案例
8、sensitive to───对…敏感,易感觉的
9、sensitive pgone───敏感pgone
Qt::CaseInsensitive表示对大小写不敏感Qt::CaseSensitive表示敏感就是一些操作的时候是否区分大小写,比如比较字符串的时候,用Qt::CaseInsensitive,“A”和“a”认为是一样的。Qt::CaseSensitive则表示不一样