绝色经典
information_schema数据库是MySQL系统自带的数据库,它提供了数据库元数据的访问方式。1:关于字符集和排序规则相关的系统表
CHARACTER_SETS :存储数据库相关字符集信息(memory存储引擎)
COLLATIONS :字符集对应的排序规则
COLLATION_CHARACTER_SET_APPLICABILITY:就是一个字符集和连线校对的一个对应关系而已
character sets和collations的区别:
字符集(character sets)存储字符串,是指人类语言中最小的表义符号。例如’A'、’B'等;
排序规则(collations)规则比较字符串,collations是指在同一字符集内字符之间的比较规则
每个字符序唯一对应一种字符集,但一个字符集可以对应多种字符序,其中有一个是默认字符序(Default Collation)
MySQL中的字符序名称遵从命名惯例:以字符序对应的字符集名称开头;以_ci(表示大小写不敏感)、_cs(表示大小写敏感)或_bin(表示按编码值比较)结尾。例如:在字符序“utf8_general_ci”下,字符“a”和“A”是等价的。
小悟空harrywang
英语information schema意思为信息纲要。
关键词汇:schema
音标:英[ˈskiːmə] 美[ˈskiːmə]
详细释义:
n. (计划或理论的)提要,纲要;
短语搭配:
例句:
雪皑皑xueaiai
UI:user interface 用户界面 GUI:Graphics user interface 图形用户界面 HUI:Handset User Interface 手持设备用户界面 IA: information Architect 信息架构 UX:user experience 用户体验 CHI:computer-human interaction 人机交互 UCD:user centered design 用户为中心设计 UPA:usability professionals association 可用性专家协会 ID:industry design 工业设计 MMI:man machine interface 人机接口 RIA:rich internet applications 富因特网应用程序 SPI:software process assrssment 软件评估过程 SCE:software capabili evaluation 软件能力评鉴 UML:unified modeling language 统一建模语言 RUP:rational unified process 软件建模过程 CMM:capability maturity model for software 软件能力成熟度模型 ERP:enterprise resource planning 企业资源计划 OS:operating system 操作系统 OO:object oriented 面向对象 OOA:object oriented analysis 面向对象分析 OOD:object oriented programming 面向对象程序设计 UIMS:user interface management system 用户界面管理系统 DSC:decision support center 决策支持中心 SMOP:small natter of progamming units 小型程序单元 FUPRID因子 用户界面问题可按FUPRID分类 F=feature 功能特性 U=user interface 用户界面 P=performance 性能 R=reliabilitya 可靠性 I=installability 可安装性 D=documentation 文档化 accelerator keys 快件键 shortcut keys accessibility 可及性 本词特别针对有残疾或障碍的人,软件操作或网站的可访问存取 application 应用或程序 affinity diagram 关系图 brainstorming 头脑风暴 concrete us case 创建用例 content 内容 contextual design 情景设计 上下文设计 customization 个性化 定制 design session 设计讨论会 essential use case 基本用例 flow model 流程模式 goal 目标 coal-directed design 目标导向设计 guideline 界面设计的规则或启发式指南 level of experience 体验层次 list 列表 metaphor 隐喻 norm 规范 paper prototype 纸上原型 persona 角色 physical model 物理环境模式 portal 入口 PDC:product design center 产品设计中心 scenario 情景设定 sequence model 序列模式 完成任务的步骤 story board 故事板 task analysis 任务分解 test usability 测试 可用性 usability lab 可用性实验室 usability review 可用性评估 usability test 可用性测试 vision 视图 web application 基于因特网的应用 work environment 使用环境
吃土少年Hollar
Information Schema:信息模式;纲要信息
音标:英 [ˌɪnfəˈmeɪʃn ˈskiːmə] 美 [ˌɪnfərˈmeɪʃn ˈskiːmə]
详细翻译:信息结构视图, 信息模式;纲要信息。
相关短语:
information resource dictionary schema 信息资源词典纲目
information suite schema 信息包图
schema information 模式信息
Schema for holdings information 收藏信息的规划
双语例句:
Rather than mapping columns to instance variables in application code or a mapping file, ActiveRecord generates them dynamically at runtime based on your database's information schema.
相比于把“列”映射成程序代码或映射文件中的实体变量,ActiveRecord是在运行中基于你的数据库schema动态生成映射的。
You first define the template by specifying schema information and then apply the template on the database servers within the replication domain.
首先通过指定架构信息定义模板,然后将模板应用于复制域中的数据库服务器。
优质英语培训问答知识库