Nghĩa của từ key value bằng Tiếng Việt

@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-giá trị khóa
@Chuyên ngành kỹ thuật
@Lĩnh vực: toán & tin
-giá trị khóa

Đặt câu có từ "key value"

Dưới đây là những mẫu câu có chứa từ "key value", trong bộ từ điển Từ điển Anh - Việt. Chúng ta có thể tham khảo những mẫu câu này để đặt câu trong tình huống cần đặt câu với từ key value, hoặc tham khảo ngữ cảnh sử dụng từ key value trong bộ từ điển Từ điển Anh - Việt

1. Please use key-value targeting with care.

Hãy cẩn trọng khi sử dụng nhắm mục tiêu khóa-giá trị.

2. Abstractions of key-value pair based configuration

3. Combine all key-value pairs with an ampersand (&).

4. Add/Append a key value pair to a dictionary

5. The key-value remains hard-coded in the ad tag.

Khóa-giá trị đó vẫn được mã hoá cứng trong thẻ quảng cáo.

6. A set of key/value pairs that configure the Ajax request

7. Append all key value pairs from a dictionary to a list

8. Candor a key value . The lack of honesty is a corporate killer.

9. And the key value principle all throughout is man as the noumenon.

10. This variable contains a set of key-value pairs expressed in JSON format.

Biến này chứa các cặp khóa-giá trị được thể hiện dưới định dạng JSON.

11. Key-value targeting in Ad Exchange was unable to provide the same flexibility.

Tiêu chí nhắm mục tiêu khóa-giá trị trong Ad Exchange không thể mang lại tính linh hoạt tương tự.

12. Lines 17, 20, and 21: Set slot-level key-value targeting with the .setTargeting() function.

Dòng 17, 20 và 21: Đặt nhắm mục tiêu khóa-giá trị ở cấp vùng bằng hàm .setTargeting().

13. The developer documentation for the .setTargeting() function describes how to set key-value parameters in GPT.

Tài liệu dành cho nhà phát triển về hàm .setTargeting() mô tả cách đặt các thông số khóa-giá trị trong GPT.

14. The key value that provides an additional level of sorting and/or aggregation in your report.

Giá trị chính mà hệ thống dựa vào để sắp xếp và/hoặc tổng hợp thêm cho báo cáo của bạn.

15. You cannot use special characters such as an asterisk (*) or tilde (~) for broader key-value targeting.

Bạn không được sử dụng các ký tự đặc biệt như dấu hoa thị (*) hoặc dấu ngã (~) cho nhắm mục tiêu khóa-giá trị rộng hơn.

16. A high performance key-value store based on treap by Junyi Sun VB6 implementation of treaps.

Một cơ sở dữ liệu lưu khóa-giá trị dựa trên treap bởi Junyi Sun VB6 implementation of treaps.

17. You can name the parameter and its value whatever you like, using the required key=value syntax.

18. The combined key-value enables a site to track clicks along with (but independently of) Campaign Manager.

19. For example, in the key-value pair car=X, car is the key and X is the value.

Ví dụ: trong cặp khóa-giá trị car=X, car là khóa và X là giá trị.

20. The method also includes maintaining concurrency among transactions on the data structure during access of the key value.

21. Key-value (KV) stores use the associative array (also known as a map or dictionary) as their fundamental data model.

Kho lưu trữ khóa-giá trị (Key-value: KV) sử dụng mảng kết hợp (còn được gọi là bản đồ hoặc từ điển) như là mô hình dữ liệu cơ bản của chúng.

22. This function implements a sort algorithm that orders alphanumeric strings in the way a human being would while maintaining key/value associations.

23. According to the present invention, the key value which a user actually intended to input can be output to thereby improve touch input recognition.

24. The Condition block uses the StringEquals Condition, and it is provided a key-value pair, "s3:x-amz-acl":["public-read", for evaluation

25. Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project.The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL.

26. Backbone.js Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

27. A Combiner, also known as a semi-reducer, is an optional class that operates by accepting the inputs from the Map class and thereafter passing the output key-value pairs to the Reducer class. The main function of a Combiner is to summarize the map output records with the same key.

28. What is a Combiner? Combiner always works in between Mapper and Reducer. The output produced by the Mapper is the intermediate output in terms of key-value pairs which is massive in size. If we directly feed this huge output to the Reducer, then that will result in increasing the Network Congestion.