mapper
mapper什么意思,mapper翻译
基本解释
n.: 制图者;绘图人
网络: 映射器;制图人;测绘仪
英汉解释
绘图员
绘图器
图样显示器
制图员
制图者;绘图人
同义词
n.cartographergeodesistsurveyortopographeroceanographer
例句
Django comes with its own object-relational mapper (ORM) library that supports dynamic database access through a Python object interface.
Django提供了自己的对象关系型数据映射组件(object-relationalmapper,ORM)库,它可以通过Python对象接口支持动态数据库访问。
The mapper script is shown in Listing 4 (with some comments and white space to give it a bit more size).
如清单4中所示的mapper脚本(通过一些注释和空白区域可给与其大一点的大小)。
QA Mapper enables the creation of project specific and secure test data sets which can be easily maintained through a web-based interface.
QAMapper能够创建可以通过基于web的接口简单地维护的具体工程的且安全的测试数据集。
SQLObject is the object-relational mapper (ORM) library that allows you to develop database-persistent Python objects.
SQLObject是对象关系映射器(ORM)库,它让我们可以开发数据库持久的Python对象。
The mapper function effectively strips the IP address out of each line and returns it with a value of 1.
mapper函数提取出每行中的IP地址并返回它和值1。
Otherwise, you create a new entry in the hash for the word, and then load the count (which should be 1 from the mapper process).
否则,您需要在该单词的hash中创建新的条目,然后加载计数(应该是来自mapper过程的1)。
To account for these lengthy URLs, the URL_Mapper_File allows you to specify default values for each parameter in the URL.
若要说明这些长的URL,则可以使用URL_Mapper_File来指定URL中的每个参数的缺省值。
The font mapper transforms the value into device units and matches its absolute value against the character height of the available fonts.
字体映射器将值转换为设备单位,并将它的绝对值与可用字体的字符高度相匹配。
The Mapper pattern is a way to direct a bounded infinite set of resource requests to a single physical point of code.
Mapper模式特点如下:将无限的资源请求转向一个单独的物理节点。
You can think of XMLBeans as an object-relational (OR) mapper -- but for XML files rather than relational databases.
可以将XMLBeans看作对象-关系(OR)映射器,但这是针对XML文件而非关系数据库而言的。