argument string 中文意思是什麼

argument string 解釋
參數字元串
  • argument : n 1 爭論,辯論,論證。2 論據,論點。3 (書籍等的)梗概,摘要,大綱;(劇本等的)情節。4 【數學】...
  • string : n 1 線,帶,繩子;〈美國〉鞋帶〈又作 shoe string, 〈英國〉稱 shoe lace〉。 (穿線、數珠等的)串...
  1. When creating a prepared statement including a callable statement, the sql string argument is captured at creation time

    在創建預備語句(包括可調用語句)時,在創建時捕捉到sql字元串參數。
  2. Warning c6298 : using a read - only string pointer as a writable string argument : this will attempt to write into static read - only memory and cause random crashes

    警告c6298 :將只讀字元串< pointer >用作可寫字元串參數:這樣會導致試圖寫入靜態只讀內存並造成隨機性故障
  3. If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is not too long, consider writing a few redundant replacement statements, passing one character at a time, instead of one line of code that accepts arrays as search and replace arguments

    如果一個字元串替換函數,可接受數組或字元作為參數,並且參數長度不太長,那麼可以考慮額外寫一段替換代碼,使得每次傳遞參數是一個字元,而不是只寫一行代碼接受數組作為查詢和替換的參數。
  4. The lang function returns true or false depending on whether the language of the context node as specified by xml : lang attributes is the same as or is a sublanguage of the language specified by the argument string

    函數lang根據節點的語言屬性是否和參數字元串中指定的語言一致,或者是否屬于指定語言的子語言而返回真或假。
  5. The normalize - space function returns the argument string with white space normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space

    Normalize - space函數返回一個這樣的新串:將輸入串的開頭和結尾空格符全部去掉,然後把串內的連續空格符替換為單個空格,再返回。
  6. The argument must be a valid version string of the format

    參數必須是格式為「
  7. Concatenation would concatenate the string and print it as one argument

    連接操作會首先將字元串連接在一起,然後將其作為一個參數列印。
  8. The reference string is defined by the specified control that handles the postback and a string argument of additional event information

    該引用字元串由處理回發的指定控制項和附加事件信息的字元串參數定義。
  9. Both are used to separate the responsibility for rendering pages from the model and controller. both accept objects passed into them as an input argument, both allow inserting string values within code " expressions ", and allow direct use of java code to perform loops, declare variable, or perform logical flows " scriptlets ". both are good ways of representing the structure of a generated object web page, java class, or file while supporting customization of the details

    Jet與jsp非常類似:二者使用相同的語法,實際上在後臺都被編譯成java程序;二者都用來將呈現頁面與模型和控制器分離開來;二者都可以接受輸入的對象作為參數,都可以在代碼中插入字元串值(表達式) ,可以直接使用java代碼執行循環、聲明變量或執行邏輯流程式控制制(腳本) ;二者都可以很好地表示所生成對象的結構, ( web頁面、 java類或文件) ,而且可以支持用戶的詳細定製。
  10. If a character occurs more than once in second argument string, then the first occurrence determines the replacement character

    如果第二個參數串中有重復字元,替換以首次出現的位置對應到第三個串中的字元為準。
  11. If you provide a second string argument, the prompt message box displays the second string in the text field as the default response

    如果提供了第二個字元串參數,則提示消息框的默認響應是在文本欄位中顯示第二個字元串。
  12. A quoted string can be embedded in an argument

    帶引號的字元串可以嵌入在參數內。
  13. Argument, a string, is stored as an instance variable using

    參數是一個字元串,通過使用
  14. Gets a value indicating whether the string argument is a valid xml name

    獲取一個值,該值指示字元串參數是否是有效的xml名稱。
  15. If the third argument string is longer than the second argument string, then excess characters are ignored

    如果第三個串的長度大於第二個串,多餘的字元將被忽略。
  16. The contains function returns true if the first argument string contains the second argument string, and otherwise returns false

    如果函數contains的第一個參數字元串包含第二個參數的字元串,將返回真,否則返回假。
  17. The starts - with function returns true if the first argument string starts with the second argument string, and otherwise returns false

    如果starts - with函數的第一個參數開頭和第二個參數一致,函數返回真,否則返回假。
  18. The argument string to this keyword is the resource specification for the command and is propagated to an underlying resource broker for host selection

    這個關鍵字的參數是為該命令指定的資源規范,會將其傳遞給底層的所選主機的資源代理程序。
  19. Returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string

    現如何將這個變量值中的這些特殊符號去掉或轉成別的字元,如將雙引號用單引號代替
  20. The translate function returns the first argument string with occurrences of characters in the second argument string replaced by the character at the corresponding position in the third argument string

    Translate函數把第一個參數串中所有出現的第二個參數串中的字元替換為三個參數串中相應位置的字元。
分享友人