What is the translation of " CÁC STRING " in English?

Examples of using Các string in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Cách so sánh các String trong Java?
How to compare Strings in Java?
Điều tương tự cũng xảy ra với các string.
Tha same goes with the strings.
Cách so sánh các String trong Java?
How Do I Compare Strings in Java?
Các string trong bash thường được xác định giữa dấu ngoặc kép(").
Strings in bash are typically defined between double quotes(").
Chance là một trình tạo tối giản các string, number ngẫu nhiên,….
Chance is a minimalist generator of random strings, numbers.
Combinations with other parts of speech
Để so sánh các String, ta phải dùng các phương thức equals và compareTo.
In order to compare Strings, we have to use the equals and compareTo methods.
Regular Expression: text pattern dùng để ghépcặp các tổ hợp ký tự trong các string khác nhau.
Regular Expression:text pattern is used to pair characters in different strings.
Chúng ta có thể làm nhiều thứ với các String và lớp này có rất nhiều phương thức hữu ích.
You can do many things with String, and the class has many helpful methods.
StringWriter Các luồng này đọc vàviết các ký tự từ/ đến các String trong bộ nhớ.
StringWriter These streams read and write characters to and from Strings in memory.
Bạn nên sử dụng các string literals đơn thuần nếu không cần thiết phải sử dụng đến String object.
You should use string literals unless you specifically need to use a String object.
Bạn có thể nghĩ các đối tượng JavaScript như một từ điển với các string keys và đối tượng values.
You can think of JavaScript objects as a dictionary with string keys and object values.
Paths: mảng các string dùng để chỉ định các path được bao gồm hoặc loại trừ khỏi liên kết.
Paths: Array of strings that specify which paths are included or excluded from association.
Và đơn giản dễ làm,nhưng chỉ hiệu quả với các string number, còn lại nó sẽ trả về NaN( Not a Number).
And it's very simple to be done,but it only works with string numbers, otherwise it will return NaN(Not a Number).
Sau khi đã add mọi thứ thì bạn có thể call toString()method để lấy lại các String được kết nối.
And when you have added all parts, you can call the toString()method to retrieve the concatenated String.
Các string literal có cùng một nội dung, chúng sẽ chia sẻ cùng một vị trí lưu trữ trong bể chứa( common pool).
If two string literals have the very same contents, they will share the exact same storage inside the usual pool.
Việc sử dụngcasting là không được phép bởi vì các stringcác kiểu nguyên thuỷ là những kiểu khác nhau.
The casting operation is not allowed because the strings and primitive types are fundamentally different types.
Các String là không thay đổi và kết quả của mỗi String concatenation được lưu trong một String object mới.
Strings are immutable, and the result of each String concatenation is stored in a new String object.
Bằng cách cẩn thận sử dụng intern(),bạn có thể tiết kiệm khá nhiều bộ nhớ bị tiêu thụ bởi việc lặp các String instance.
By carefully using the intern()method you can save a lot of memories consumed by duplicate String instances.
Ví dụ, các string là màu hồng,các từ khóa như if, while là màu xanh da trời, comment là màu xám, và các biến là màu đen.
For example, strings are pink, keywords such as if and while are blue, comments are grey, and variables are black.
Sau khi đã add mọi thứ thì bạn có thể call toString()method để lấy lại các String được kết nối.
After you have added all the parts, you can call the toString()method to retrieve the connected string.
Nó được design để store các string đơn giản mà dev có thể dùng để build các app single page phức tạp hơn một chút.
It was designed to be a simple string only key/value store that developers could use to build slightly more complex single page apps.
Swift không cần các thư viện rời được import vào dành chocác chức năng cơ bản quen thuộc như là input/ output, hoặc xử lý các string.
Swift 4 does not need a separatelibrary import to support functionalities like input/output or string handling.
Để hiểu cách thức hoạt động, chúng ta hãy xem điều gì xảyra, khi map làm phẳng một danh sách của danh sách các String, hãy luôn nhớ rằng Option cũng chỉ là một collection, giống như một List.
To understand how this works, let's have a look at what happenswhen flat mapping a list of lists of strings, always keeping in mind that an Option is just a collection, too, like a List.
Toán tử new luôn luôn tạo ra một thực thể mới trên bộ nhớ Heap, điều này chính lànguyên nhân giải thích vì sao bạn phải tốn nhiều chi phí hơn khi sử dụng các String Object.
The new operator always creates a new entity on the Heap memory,which explains why you have to spend more money using String Objects.
Bằng cách này, Java Runtime tiết kiệm rất nhiềukhoảng trống trong Java heap space, bởi vì các String variable khác nhau có thể tham chiếu đến cùng một biến String variable trong string pool.
String pool is possible only because String is immutable in Java, this way Java Runtime saves a lot of java heap space because different String variables can refer to a same String variable in the pool.
Dựa trên cuốn sách Accelerated C++, khóa học hướng dẫn bạn sử dụng thư viện chuẩn C++,bao gồm các string, vector, và list.
Like the textbook, the course quickly dives into problem solving and making use of the C++ standard library,including strings, vectors, and lists.
Làm việc với các String và lựa chọn lớp học Là một trong những lớp học phổ biến nhất được sử dụng,lớp String sử dụng phương pháp có thể hữu ích để sửa đổi và xây dựng chuỗi- báo- kèm theo các giá trị có chứa thông tin( như cái tên" Jobe") có thể dễ dàng hiểu được con người.
As one of the most commonly used classes, the String class uses methods that can be helpful for modifying and building stringsquote-enclosed values that contain information(like the name"Jobe") that can be easily understood by humans.
Năm ngoái có một bài viết tuyệt vời nói rằng“ Phần lớn Software Engineering trong năm 2018 là như một hệ thống cấp nước” và nó đúng ở quy mô lớn nhưkhi đơn giản là lấy các string từ các log file.
A great article from last year stated"The Bulk of Software Engineering in 2018 is Just Plumbing", and it's as true at massivescale as it is when simply grepping out strings from log files.
Mở rộng thêm các kiểu string cho PDO.
Extended string types for PDO.
Các khai báo string literal như sau.
String literal as follows.
Results: 283, Time: 0.0175

Word-for-word translation

Top dictionary queries

Vietnamese - English