For example, a date can be passed in the message using a fixed-size string representation of YYYY-MM-DD.
比如,可使用YYYY-MM-DD 这样的定长字符串表示来传递日期。
A hash is the result of a cryptographic function that takes an arbitrarily sized string of data, performs a mathematical encryption function on it, and returns a fixed-size string.
哈希是一种加密功能所获得的结果,这种加密需要获取任意大小的字符串数据,并用算法对其进行加密,然后返回一个固定大小的字符串。
These are the default variables for the position, text contents, and color, font size, fade-in and fade-out speed in milliseconds, and an array to hold the display string.
这些是位置、文本内容和颜色、字体大小、淡入和淡出速度(以毫秒为单位)及保存显示字符串的数组的默认变量。
The return value is always the size of the combined string if no buffer overflow occurred; this makes it really easy to detect an overflow.
如果没有发生缓冲区溢出,返回值始终是组合字符串的长度;这使得检测缓冲区溢出真正变得容易了。
The conversion costs are all the more important for LOB input because of the potentially large size of the input string.
转换成本对LOB输入更加重要,因为输入字符串的大小可能很大。
Fortunately, the XLIFF standard includes attributes for specifying string position in a dialogue, font type and size used for the text, and many other details.
所幸的是,XLIFF标准包含有的属性允许指定对话框中字符串的位置、文本所用的字体和字号以及其他很多细节。
PHP has no limit on the size of a string, aside from the amount of host memory available.
PHP对于字符串的长度没有限制,只要主机的可用内存够大就行。
Set this new String value to the JVM maximum heap size required in bytes.
将这个新的string值设置为所需的最大jvm堆大小(以字节为单位)。
Once we have a particular attribute name we wish to get the associated value for, we allocate a ByteBuffer of the right size for the value and then call the view's read (String, ByteBuffer) method.
一旦我们拥有了想得到相关值的特定属性名,就为该值分配一个大小合适的ByteBuffer,然后调用视图的read (String, ByteBuffer)方法。
Select heading 1; the character string size should increase.
选择heading1;并应增加字符串的大小。
Select heading 2; the character string size should increase.
选择heading2;并应增加字符串的大小。
The to text node creates a string from the size integer that will be the sequence number in the file name.
to text节点将根据要用作文件名中的序列号的大小整数创建一个字符串。
The first time around, the templated version of f is called, with a string as the first argument type, and the character and double are packed off as the variable size argument.
首先调用f的模板化版本,第一个参数的类型是字符串,作为大小可变的参数提供字符和双精度值。
If you use source elements in markup, SRC will be an empty string. Of the properties, the only ones immediately available are width and height, which set the size of the container.
如果您在标记中使用源元素,src将是一个空字符串,唯一立即可用的是width和height,用于设置容器的大小。
The main SPE program will receive an effective address pointer to a struct containing the size and pointer of a string in main memory.
主s PE程序将接收到包含字符串大小和指针的struct的有效地址指针。
This can happen if the string copied into s1 is longer than the allocated size of s1, which is BUFSIZ (a constant defined in stdio.h).
当复制到s1的字符串长于 s1 的分配大小(即BUFSIZE,一个在stdio.h中定义的常数)时,就会发生缓冲区溢出情况。
Select heading 1, and the character string size should increase.
选择heading1,并增加字符串的大小。
The auditing log is specified as a flat file called audit.log in which every line is a comma-separated string of the format timestamp,jar id,sweet type code, jar size code,mass of jar.
审计日志被指定为一个名为 audit.log 的平面文件,其中的每一行都是一个以逗号分隔的字符串,格式为 timestamp,jarid,sweettypecode, jarsize code,mass of jar。
Some of the typical string-related checks include verifying that an empty string has 0 size and accessing out of index from the string results in an error message/exception.
与字符串相关的典型检查包括检查空字符串的长度是否为 0以及访问范围超出索引是否导致错误消息/异常。
Char or wchar conventions determine the size of the element types with string represented by 8-bit quantities and wstring 16-bit or greater.
char或wchar约定确定了类型为string的元素大小由8个字节表示,wstring类型的元素大小是16个字节或更多。
Fixed size representations - string, bytes, embedded messages, packed repeated fields.
固定大小的表示-string,bytes,嵌入消息,打包的重复字段。
For example, if we place a DataGrid on a form and bind it to the authors table in the pubs database, as shown in Figure 3, the size of the view state string in 1.x is 12,648 characters.
例如,如果我们在窗体上放置一个DataGrid,将其绑定到pubs数据库的authors表格,如图3所示,则1 . x中的ViewState字符串大小是12,648个字符。
For example, to limit the XML content size, you can call the standard XQuery function string-length before you return the XML.
比如,为了限制XML内容的大小,可以在返回XML之前调用标准XQuery函数string - length 。
Degenerate slice indices are handled gracefully: an index that is too large is replaced by the string size, an upper bound smaller than the lower bound returns an empty string.
退化的切片索引处理方式很优美:过大的索引代替为字符串大小,下界比上界大的返回空字符串。
The strlcat function appends the NUL-terminated string SRC to the end of DST (but no more than size-1 characters will be in the destination).
strlcat函数把以NUL结尾的字符串src附加到dst的结尾(但是目标中的字符数目将不超过size - 1)。
Now the library handles all memory management, and we need no longer worry if the size of either string changes.
此时,标准库负责处理所有的内存管理问题,我们不必再担心每一次修改字符串时涉及到的大小问题。
Classical music originated in Europe. The compositions are formal and the musicians rarely improvise. Classical music groups vary in size from string quartets to symphony orchestras.
古典音乐起源于欧洲。它的作曲非常正式,演奏家很少即席发挥。古典音乐乐队的大小差别很大,小至弦乐四重奏乐团,大到交响乐团不等。
A step size of -1 goes through the word backwards, so the slice [: : -1] generates a reversed string.
步长如果为-1,意思就是倒序读取字符串,所以[:- 1]这个切片就会生成一个逆序的字符串了。
Long string and data structure up to 2 gigabyte in size.
最长达2吉字节的长字符串和数据结构。
The Size score is not unusual therefore, used the 87 line spectrum by reason of the string All points are played, each performer will have a voice.
总谱的开本因而也是不寻常的,用了87行谱表,因为弦乐器全部都用分奏,每个演奏员都各有一个声部。
应用推荐