What is the translation of " CORE DATA " in English?

core data
dữ liệu lõi

Examples of using Core data in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Swift, bạn sẽ thấy mộtcâu lệnh nhập khẩu cho framework Core Data.
Swift, you should see an import statement for the Core Data framework.
Hãy tìm hiểu về ngăn xếp Core Data chi tiết hơn bằng cách xem ví dụ.
Let's explore the Core Data stack in more detail by taking a look at an example.
Việc import này cần thiết cho việc bắt đầu sử dụng Core Data API trong code của bạn.
This import is all you need to start using the Core Data API in your code.
Mọi thành phần của framework Core Data đều có một mục đích và chức năng cụ thể.
Every component of the Core Data framework has a specific purpose and function.
Điều phối viên lưu trữ lâu dài là người chỉ huy dàn nhạc Core Data.
The persistent store coordinator is the conductor of the Core Data orchestra.
Framework core data cũng hỗ trợ phiên bản mô hình dữ liệu cũng như di chuyển.
The Core Data framework also supports data model versioning as well as migrations.
Như tôi đã đề cập trước đó, ngăn xếp Core Data là trung tâm của Core Data.
As I mentioned earlier, the Core Data stack is the heart of Core Data.
Nếu bạn thích Objective- C hơn, thế thì tôi đề nghị bạnđọc loạt bài trước của tôi về framework Core Data.
If you prefer Objective-C,then I recommend reading my earlier series on the Core Data framework.
Mặc dùcó vai trò quan trọng trong ngăn xếp Core Data, bạn hiếm khi tương tác trực tiếp với nó.
Despite its important role in the Core Data stack, you will rarely interact with it directly.
Có kinh nghiệm dùng Core Data, custom UI trên iOS, sử dụng các social framework như Facebook, Twitter.
Have experience in using Core Data, custom UI on iOS, using the social frameworks such as Facebook, Twitter.
Ba thuộc tính còn lại được lưu trữ lười biếng thú vị hơn vàliên quan trực tiếp đến framework Core Data.
The remaining three lazy stored properties are more interesting anddirectly related to the Core Data framework.
Các nhà phát triển mới vào framework Core Data thường nhầm lẫn và mong đợi nó hoạt động như một cơ sở dữ liệu.
Developers new to the Core Data framework often confuse it with and expect it to work as a database.
Lớp bạn sẽ sử dụng thường xuyên nhất, ngoài NSManagedObject,khi tương tác với Core Data là NSManagedObjectContext.
The class you will use most often, apart from NSManagedObject,when interacting with Core Data is NSManagedObjectContext.
Core Data có thể duy trì biểu đồ đối tượng đó bằng cách ghi nó vào đĩa, nhưng đó không phải là mục tiêu chính của framework công tác.
Core Data can persist that object graph by writing it to disk, but that isn't the primary goal of the framework.
Trước khi chúng ta kết thúc bàiviết này, tôi muốn cho bạn thấy một sơ đồ minh họa ba thành phần của ngăn xếp Core Data.
Before we wrap up this article,I would like to show you a diagram that illustrates the three components of the Core Data stack.
Nếu bạn cố dùng Core Data theo một cách mà nó không được thiết kế như vậy, thì chắc chắn sẽ dẫn đến việc bạn phải vật lộn với cái framework.
If you try to use Core Data in a way it wasn't designed for, you will inevitably end up struggling with the framework.
Nếu có một điều tôi hy vọng bạn sẽ nhớ từ loạt bài này,đó là Core Data không phải là một cơ sở dữ liệu và bạn không nên mong đợi nó hoạt động như một.
If there's one thing I hope you will remember from this series,it is that Core Data isn't a database and you shouldn't expect it to act like one.
Nó dạy bạn những nguyên tắc cơ bản của việc phát triển iOS và, khi hết series, bạn sẽ có đủ kiến thức để vào các chủ đề phức tạp hơn,chẳng hạn như Core Data.
It teaches you the fundamentals of iOS development and, at the end of the series, you will have enough knowledge to take on more complex topics,such as Core Data.
Bạn cần có mộthiểu biết đúng đắn về API Core Data để tránh những thực hành xấu và chắc chắn rằng bạn không mắc phải các vấn đề về việc sử dụng framework.
You need to have a proper understanding of the Core Data API to avoid bad practices and make sure you don't run into problems using the framework.
Lớp NSManagedObjectModel hoàn toàn có khả năng kết hợp nhiều mô hình dữ liệu thànhmột, đó là một trong những tính năng mạnh mẽ và nâng cao của Core Data.
The NSManagedObjectModel class is perfectly capable of merging multiple data models into one,that is one of the more powerful and advanced features of Core Data.
Điều này là tất cả được thực hiện cho bạn bởi framework core data và ứng dụng của bạn hiếm khi cần nói chuyện với người điều phối cửa hàng liên tục trực tiếp.
This is all done for you by the Core Data framework and your application rarely needs to talk to the persistent store coordinator directly.
Framework core data có vẻ khó khăn lúc đầu, nhưng API trực quan và súc tích khi bạn hiểu cách các phần khác nhau của câu đố khớp với nhau.
The Core Data framework can seem daunting at first, but the API is intuitive and concise once you understand how the various pieces of the puzzle fit together.
Trong bài viết này, chúng tôi đã đề cập đến cáctrình phát chính của ngăn xếp Core Data, điều phối viên lưu trữ liên tục, mô hình đối tượng được quản lý và bối cảnh đối tượng được quản lý.
In this article, we covered the key players of the Core Data stack, the persistent store coordinator, the managed object model, and the managed object context.
Mặc dù Core Data không phải là cơ sở dữ liệu, bạn có thể so sánh mô hình đối tượng được quản lý với giản đồ của cơ sở dữ liệu, có chứa thông tin về các mô hình hoặc thực thể của biểu đồ đối tượng, thuộc tính của chúng và cách chúng liên quan đến nhau.
Even though Core Data isn't a database, you can compare the managed object model to the schema of a database, that is, it contains information about the models or entities of the object graph, what attributes they have, and how they relate to one another.
Trái ngược với các framework công tác như UIKit,mà bạn có thể sử dụng mà không hiểu toàn bộ framework công tác, Core Data đòi hỏi sự hiểu biết đúng đắn về các khối xây dựng của nó.
In contrast to frameworks like UIKit,which you can use without understanding the framework in its entirety, Core Data requires a proper understanding of its building blocks.
Nhưng Ray cũng cungcấp những chủ đề nâng cao như iCloud và Core Data integration, iOS networking,Core Graphics và Core Image, WatchKit và nhiều kiến thức khác.
But Ray alsooffers intermediate to advanced topics like iCloud and Core Data integration, iOS networking,Core Graphics and Core Image, WatchKit and more.
ICloud đã bị chỉ trích bởi các nhà phát triển bên thứ ba đối với các lỗi mà làm cho một số tính năng gần như không sử dụng được trên các phiên bản trước đó của iOS và MacOS,cụ thể việc sử dụng Core Data trong iCloud, để lưu trữ và đồng bộ một lượng lớn dữ liệu giữa các ứng dụng của bên thứ ba trên các thiết bị của người sử dụng.[ 58][ 59][ 60].
ICloud has been criticized by third-party developers for bugs that make some features nearly unusable under earlier versions of iOS and macOS,specifically the use of Core Data in iCloud, for storing and syncing larger amounts of data between third party apps on users' devices.[58][59][60].
Một khi bạn hiểu được những người chơi chính của ngăn xếp Core Data, framework công tác sẽ cảm thấy ít khó khăn hơn và thậm chí bạn sẽ bắt đầu tận hưởng và đánh giá cao API được chế tác tốt của framework công tác.
Once you understand the key players of the Core Data stack, the framework will feel less daunting and you will even start to enjoy and appreciate the framework's well-crafted API.
CVE- 2019- 8647( RCE qua iMessage)- Đây là một lỗ hổng use- after- free nằm trong khung Core Data của iOS có thể dẫn tới việc thực thi mã tùy ý do quá trình deserialization không an toàn khi sử dụng phương pháp NSWray initWithCoder.
CVE-2019-8647(RCE via iMessage)- This is a use-after-free vulnerability that resides in the Core Data framework of iOS that can cause arbitrary code execution due to insecure deserialization when NSArray initWithCoder method is used.
CVE- 2019- 8646( Đọc tệp qua iMessage)-Lỗ hổng này cũng nằm trong các thành phần Siri và Core Data của iOS, có thể cho phép kẻ tấn công đọc nội dung của các tệp được lưu trữ trên thiết bị iOS mà không cần tương tác của người dùng như điện thoại của người dùng không có hộp cát( sandbox).
CVE-2019-8646(File Read via iMessage)- This flaw, which also resides in the Siri and Core Data iOS components, could allow an attacker to read the content of files stored on iOS devices remotely without user interactions, as user mobile with no-sandbox.
Results: 68, Time: 0.014

Word-for-word translation

Top dictionary queries

Vietnamese - English