Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about CrossApp

CAVector, CAList, CADeque, CAMap (Data Container)

May 21, 2021 19:00 0 Comment CrossApp

CAVector, CAList, CADeque, CAMap (Data Container), CAVector, CAList, CADeque, CAMap are used consistently in the same way as the STL provided by STL in C + , but when CAVector, CAList, CADeque, CAMap a

Create a CrossApp project

May 21, 2021 19:00 0 Comment CrossApp

Create a CrossApp project, 1. Create a CrossApp project under Windows, How to use the command line: In crossApp/tools/project-creator under CrossApp's decompression directory, t

CrossApp class structure diagram

May 21, 2021 19:00 0 Comment CrossApp

CrossApp class structure diagram, CrossApp's root class is CAObject, which is mainly divided into view and controller, which are derived from CAView and controller from CAViewControlle

Use of SQlite

May 21, 2021 20:00 0 Comment CrossApp

Use of SQlite, In CrossApp, simple data storage, using CAUserDefault. S, o how do you store large amounts of irregular data? W, e can use the SQL database to store d

json parsing

May 21, 2021 20:00 0 Comment CrossApp

json parsing, CrossApp uses lib_json to parse the johnson file., lib_json we've joined LibExtensions, and we're very handy to use on CrossApp., Start by introducing

xml parsing

May 21, 2021 20:00 0 Comment CrossApp

xml parsing, CrossAppy has added a tinyxml2 library for xml resolution., #include "CrossApp.h" already contains tinyxml2.h without the need to introduce header fil

Http for network communication

May 21, 2021 20:00 0 Comment CrossApp

Http for network communication, CrossApp encapsulates http's network framework for us, and its files are httpClient, HttpRequest, and HttpResponse under the CrossApp engine pack's .e

http request a network diagram

May 21, 2021 20:00 0 Comment CrossApp

http request a network diagram, This section posts a picture of how to request a network through http and draws it to the screen, Send the request, /**, 编译到Android平台之后注意添加联网权限, **/,

The macro definition

May 21, 2021 20:00 0 Comment CrossApp

The macro definition, Macro name: CALLBACK_BIND_1, Macro definition: #define CALLBACK_BIND_1 (__selector__,__target__,...) std:: bind (samp;__selector__,__target__, std::p