null adj. 1.无效力的,无束缚力的。 2.无效的,无用的,无益的;无价值的。 3.没特征[个性]的,没表情的。 4.〔罕用语〕不存在的,没有的;零(位)的;空的。 n. 【数学】零,零位;空;【无线电】零讯号,微弱讯号。 a null indicator 零示器;零位指示器。 the null method 衡消法。 null and void 【律】无效;失效(This check is null and void. 本支票无效)。 vt. 使无效。
string n. 1.线,带,绳子;〔美国〕鞋带〔又作 shoe-string, 〔英国〕称 shoe-lace〕。 (穿线、数珠等的)串线,串绳;穿在线上的东西,一串东西;一连串,一系列。 2.一串;一行,一排,一列。 3.〔集合词〕(训练中的)(常属于一个马主的)一群赛跑的马,牛群,马队;一群。 4.(弓)弦;(乐器的)弦;〔the strings〕 弦乐器(演奏者)。 5.纤维;卷须;(豆荚壳等的)筋,腱。 6.【台球】得分数;计分器。 7.〔pl. 〕 〔美口〕(附带)条件,限制。 8.〔美俚〕谎话。 9.【建筑】束带层;短梯基。 a piece of string 一根绳子,一条带子。 shoe string 鞋带。 a string of questions 一连串问题[质问]。 a string of buses 一长列公共汽车。 a string of houses 一排房屋。 a second string to one's bow 另一种手段,第二套办法。 by the string rather than the bow 〔口语〕直接了当地。 harp on one [the same] string 反复讲同一事件。 have sb. on a string 任意操纵某人。 have two strings to one's bow 备有两手,备有两套办法。 in a long string 排成一长串。 no strings 〔美运〕时间没有限制。 no strings attached 没有附带条件。 on the string 〔美国〕有希望。 pull every string 竭力,拼命。 pull the strings 在背后拉线,在幕后操纵。 string tied to it (个中)条件,缘故。 the first [second] string 第一[第二]靠得住的人[物];第一[第二]个办法。 touch a string 〔比喻〕触动心弦。 touch the strings 奏弦乐。 vt. (strung ) 1.用绳、线、带子(等)捆、扎、挂。 2.〔常用 p.p. 〕使紧张,使作好准备;使兴奋。 3.把…用线串起来。 4.使(弓)上弦;调(乐器)弦,抽(豆荚等的)筋。 5.使成一串排列起来,使排成一列 (up out)。 6.拉直,使伸展,扩张,延长;〔口语〕引伸。 7.〔美俚〕欺骗,愚弄,戏弄。 vi. 1.(人等)排成一串,蜿蜒排列;成线状;列成一行前进。 2.〔美俚〕欺骗,撒谎,戏弄。 string out scouts along the road 沿路布置警戒。 string beans 掐去菜豆的筋。 He is highly strung for the game. 他对比赛非常紧张。 I'm strung up to do the job. 我已经准备好可以干这件工作了。 string along with 〔美俚〕陪伴,信任(某人);同意(某事)。 string sb. along 〔美俚〕骗人,使人等待,吊人胃口。 string oneself up 兴奋紧张;打起精神来想做…。 string out (使)节目拖长;行列长达;(日期)延长到 (The program was strung out too long. 节目拖得太长。 ) string together (把事实)连贯起来。 string up 〔口语〕勒死,吊,挂起。
The address , in unmanaged memory , to where the string was copied , or 0 if a null string was supplied 非托管内存中将该字符串复制到的地址,如果提供了的是空字符串,则为0 。
An integer representing a pointer to the block of memory allocated for the string , or 0 if a null string was supplied 一个整数,表示指向为字符串分配的内存块的指针;如果提供的是空字符串,则为0 。
If a page developer assigns an empty or null string value to this property , no warning message box will be shown when a user closes a 如果页开发人员将一个空字符串值赋给此属性,则用户关闭充当提供者的
Can be of any length , from a sentence or a paragraph to a single character to nothing at all a null string 的长度是任意的,它可以是一个句子、一个段落、一个字符,还可以什么都没有(即一个空字符串) 。
I already used this technique above in the split call , which matched the null string it matches everywhere , so all the characters in the matched string are returned individually 调用中我们就已经使用了这种技术,它可以匹配空字符串(它可以匹配任何地方,因此所匹配的字符串中的所有字符都会一个一个地返回) 。
Arrays , whether local or class - level , are always initialized . ( 24 ) strings are initialized to null , not empty string . ( 25 ) an empty string is not the same as a null string . ( 26 ) a declaration cannot be labelled 这句话是说:多维数组中子数组不一定必须有一定个数的元素,比如我们把一个二维数组看成一个矩阵,那么行与列中的元素可以不完整,可以不对齐