CN108446147B - Multithreading calculation method and system of mobile terminal - Google Patents

Multithreading calculation method and system of mobile terminal Download PDF

Info

Publication number
CN108446147B
CN108446147B CN201810246589.1A CN201810246589A CN108446147B CN 108446147 B CN108446147 B CN 108446147B CN 201810246589 A CN201810246589 A CN 201810246589A CN 108446147 B CN108446147 B CN 108446147B
Authority
CN
China
Prior art keywords
native
multithreading
execution
calculation
event
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810246589.1A
Other languages
Chinese (zh)
Other versions
CN108446147A (en
Inventor
陈琦
黄增博
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ctrip Travel Network Technology Shanghai Co Ltd
Original Assignee
Ctrip Travel Network Technology Shanghai Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ctrip Travel Network Technology Shanghai Co Ltd filed Critical Ctrip Travel Network Technology Shanghai Co Ltd
Priority to CN201810246589.1A priority Critical patent/CN108446147B/en
Publication of CN108446147A publication Critical patent/CN108446147A/en
Application granted granted Critical
Publication of CN108446147B publication Critical patent/CN108446147B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Abstract

The invention discloses a multithreading calculation method and a multithreading calculation system of a mobile terminal, wherein the multithreading calculation method comprises the following steps: s1, transmitting at least one execution event to Native multithreading through real Native; the Native multithreading is a toolkit in an operating system corresponding to the mobile terminal; and S2, performing multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through the Native multithreading, and acquiring a corresponding multithreading calculation result. The invention can realize the aim of real Native multithread calculation, overcomes the problem of obvious unsmooth card when the application software is used in the prior art, can realize background operation, improves the data processing efficiency of the application software of the mobile terminal and enhances the experience of customers.

Description

Multithreading calculation method and system of mobile terminal
Technical Field
The invention relates to the technical field of software development, in particular to a method and a system for real Native (an open-source cross-platform mobile application development framework) multithreading calculation of a mobile terminal.
Background
With the peak use period of internet App (Application), a development language read Native oriented to the development of mobile phone side Application software is brought out and occupies an important position of the development language of the mobile phone side Application software.
The reach Native is a cross-platform mobile application development framework developed based on JavaScript (an transliteration scripting language), and inherits the characteristics of single-thread computing data of the JavaScript, but the reach Native does not have the characteristics of multi-thread computing data similar to the JavaScript framework of the browser. When the actual application needs to calculate big data, the defect of single-thread calculation data of reach Native mainly appears as follows: the user can obviously feel the phenomenon of incrustation when using the application software; and when different operation pages are switched, the fact Native can not perform background operation, so that the problems of single user experience and low efficiency are caused, and the user experience is reduced.
With the increasing number of mobile phone client users and the trend that development using the fact Native tends to be more and more popular, the characteristic of single-thread computing data of the fact Native becomes a blocking bottleneck more and more.
Disclosure of Invention
The invention aims to overcome the defects that in the prior art, the user can obviously feel incrustation when using application software in single-thread computing data of real Native, background operation cannot be realized and the like, and provides a real Native multi-thread computing method and system of a mobile terminal.
The invention solves the technical problems through the following technical scheme:
the invention provides a React Native multithreading calculation method of a mobile terminal, which comprises the following steps:
s1, transmitting at least one execution event to Native multithreading through real Native;
the Native multithreading is a toolkit in an operating system corresponding to the mobile terminal;
and S2, performing multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through the Native multithreading, and acquiring a corresponding multithreading calculation result.
Preferably, step S2 is followed by:
s3, the multi-thread calculation result is synchronously or asynchronously transmitted to the real Native through the Native multi-thread.
Preferably, step S2 specifically includes:
and the Native multithread directly executes the JavaScript code corresponding to the execution event according to the received execution event to obtain a corresponding multithread calculation result.
Preferably, step S2 specifically includes:
and the Native multithreading converts the JavaScript code corresponding to the execution event into a corresponding Native language, executes the execution event according to the Native language and acquires a corresponding multithreading calculation result.
Preferably, step S2 specifically includes:
and when the React Native and the Native multithread have a mapping relation, transmitting the method type and parameters of the JavaScript code to the Native multithread, and executing the execution event by the Native multithread according to the method type and parameters to obtain a corresponding multithread calculation result.
The invention also provides a React Native multithreading computing system of the mobile terminal, which comprises an event transmission module and a multithreading computing module:
the event transmission module is used for transmitting at least one execution event to Native multithreading through a real Native;
the Native multithreading is a toolkit in an operating system corresponding to the mobile terminal;
and the multithreading calculation module is used for carrying out multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through Native multithreading to obtain a corresponding multithreading calculation result.
Preferably, the real Native multithreading computing system further comprises a computing result transmission module;
and the calculation result transmission module is used for synchronously or asynchronously transmitting the multi-thread calculation result to the real Native through the Native multithreading.
Preferably, the multithreaded computing module includes a first execution unit;
and the Native multithreading directly executes the JavaScript code corresponding to the execution event through the first execution unit according to the received execution event to obtain a corresponding multithreading calculation result.
Preferably, the multithreaded computing module includes a second execution unit;
and the Native multithreading converts the JavaScript code corresponding to the execution event into a corresponding Native language through the second execution unit, executes the execution event according to the Native language, and acquires a corresponding multithreading calculation result.
Preferably, the multi-threaded computing module comprises a third execution unit;
the third execution unit is used for transmitting the method type and parameters of the JavaScript code to the Native multithreading when the mapping relation exists between the real Native and the Native multithreading, and the Native multithreading executes the execution event according to the method type and parameters to obtain the corresponding multithreading calculation result.
The positive progress effects of the invention are as follows:
according to the method, the multiple execution events are transmitted to the Native multithreading through the Native, then the Native multithreading obtains the corresponding multithreading calculation result according to the received execution events and the JavaScript codes corresponding to the execution events, and then the multithreading calculation result is transmitted to the Native, so that the aim of the Native multithreading calculation is fulfilled, the problem that the application software is obviously jammed when used in the prior art is solved, background operation can be achieved, the data processing efficiency of the application software of the mobile terminal is improved, and the user experience is enhanced.
Drawings
Fig. 1 is a flowchart of a real Native multithread calculation method of a mobile terminal according to embodiment 1 of the present invention;
fig. 2 is a flowchart of a real Native multithread calculation method of the mobile terminal according to embodiment 2 of the present invention;
fig. 3 is a flowchart of a real Native multithread calculation method of the mobile terminal according to embodiment 3 of the present invention;
fig. 4 is a flowchart of a real Native multithread calculation method of the mobile terminal according to embodiment 4 of the present invention;
fig. 5 is a schematic block diagram of a real Native multithreading computing system of a mobile terminal according to embodiment 5 of the present invention;
fig. 6 is a schematic block diagram of a real Native multithreading computing system of a mobile terminal according to embodiment 6 of the present invention;
fig. 7 is a schematic block diagram of a real Native multithreading computing system of a mobile terminal according to embodiment 7 of the present invention;
fig. 8 is a schematic block diagram of a real Native multithreading computing system of a mobile terminal according to embodiment 8 of the present invention.
Detailed Description
The invention is further illustrated by the following examples, which are not intended to limit the scope of the invention.
Example 1
As shown in fig. 1, the method for performing real Native multithread calculation in a mobile terminal according to the present embodiment includes:
s101, transmitting at least one execution event to Native multithreading through a real Native;
the Native multithreading is a tool kit in an operating system corresponding to the mobile terminal;
s102, carrying out multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through Native multithreading, and obtaining a corresponding multithreading calculation result;
s103, the multi-thread calculation result is synchronously or asynchronously transmitted to the real Native through Native multithreading.
The serial or parallel data calculation and transmission mode can be agreed in advance according to actual requirements, and what kind of data is preferentially executed can be determined by setting a priority parameter of parallel processing.
And sending the multi-thread calculation result and the state data to the real Native by Native multithreading in a synchronous transmission mode. The React Native processes the results and state data in sequence or synchronously or asynchronously according to the logic of the real Native.
The state data comprises corresponding successfully processed state data, unsuccessfully processed state data or state data with other situations in the process of obtaining the multithread calculation result.
Specifically, for example: the fact Native transmits 4 sets of execution events to Native multithreading, which respectively comprises: the first set of execution events: 1+1, second set of execution events: 2-2; the third group executes events: 3 × 3 fourth group execution events: and A + B.
Native multithread receives 4 groups of execution events and then executes in parallel, and then returns the following results: the state data and the calculation result of the first group of execution events are respectively: success 2; the states and the calculation results of the second group of execution events are respectively: success 0; the states and the calculation results of the third group of execution events are respectively as follows: success 9; the states and calculation results of the fourth group of execution events are respectively: fail 0. Wherein Success represents a successful state of executing the fourth group of events, and Fail represents a failed state of executing the fourth group of events.
The React Native may process the results of the multi-threaded computations and the state data for the 4 sets of execution events synchronously or asynchronously. And the processing can be sequentially carried out or processed according to the logic requirement of the processor. For example: and processing the data in the Fail state of the fourth group, and then sequentially processing the data according to the first group, the second group and the third group, or reversely processing the data according to the third group, the second group and the first group.
The fact Native can acquire a multithreading calculation result sent by Native multithreading in real time through a synchronous transmission mode; or the fact Native can acquire the data processing state sent by Native multithreading in real time through a synchronous transmission mode, and the multithreading calculation result is called according to the actual later period in combination with an asynchronous transmission mode.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the Native, then the Native multithreading obtains corresponding multithreading calculation results according to the received execution events and JavaScript codes corresponding to the execution events, and then the multithreading calculation results are transmitted to the Native, so that the aim of the Native multithreading calculation is fulfilled, the problem of obvious unsmooth blocking when application software is used in the prior art is solved, background operation can be achieved, the data processing efficiency of the application software of the mobile terminal is improved, and the user experience is enhanced.
Example 2
As shown in fig. 2, the present embodiment is further improved on the basis of embodiment 1, specifically:
step S102 specifically includes:
and S1021, directly executing the JavaScript code corresponding to the execution event by Native multithreading according to the received execution event, and acquiring a corresponding multithreading calculation result.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the Native, the Native multithreading directly executes JavaScript codes corresponding to the execution events according to the received execution events to obtain corresponding multithreading calculation results, and then the multithreading calculation results are transmitted to the Native, so that the aim of the Native multithreading calculation is fulfilled, the problem of obvious unsmooth blocking when application software is used in the prior art is solved, background operation can be realized, the data processing efficiency of the application software of the mobile terminal is improved, and the user experience is enhanced.
Example 3
As shown in fig. 3, the present embodiment is further improved on the basis of embodiment 1, specifically:
step S102 specifically includes:
s1022, Native multithreading converts JavaScript codes corresponding to the execution events into corresponding Native languages, executes the events according to the Native languages, and obtains corresponding multithreading calculation results.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the real Native, when the Native multithreading directly executes the JavaScript code corresponding to the execution event according to the received execution event and cannot realize the function corresponding to the execution event, the Native multithreading converts the JavaScript code corresponding to the execution event into the corresponding Native language, executes the event according to the Native language, obtains the corresponding multithreading calculation result, and transmits the multithreading calculation result to the real Native, so that the aim of real Native multithreading calculation is fulfilled, the problem of obvious blockage when application software is used in the prior art is solved, background calculation can be realized, the data processing efficiency of the application software of the mobile terminal is improved, and the experience of a client is enhanced.
Example 4
As shown in fig. 4, the present embodiment is further improved on the basis of embodiment 1, specifically:
step S102 specifically includes:
and S1023, when the real Native and the Native multithread have a mapping relation, transmitting the method type and the parameters of the JavaScript code to the Native multithread, and executing the event by the Native multithread according to the method type and the parameters to obtain a corresponding multithread calculation result.
The parameter refers to data required for executing an event, such as numbers required for addition, subtraction, multiplication, and division. Method classes refer to enumerated types that describe a particular method, such as: the + is used for addition and the-is used for subtraction. Or add and delete for subtraction. Or 1 for addition and 2 for subtraction. The representation form can be any number or character string agreed by both parties, so that the consistent mapping relation is realized.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the real Native, when the mapping relationship exists between the real Native and the Native multithreading, the method type and parameters of JavaScript codes are transmitted to the Native multithreading, the Native multithreading executes the events according to the method type and parameters to obtain corresponding multithreading calculation results, and then the multithreading calculation results are transmitted to the real Native, so that the aim of real Native multithreading calculation is fulfilled, the problem of obvious blockage when application software is used in the prior art is solved, background operation can be achieved, the data processing efficiency of application software of the mobile terminal is improved, and the experience feeling of a client is enhanced.
Example 5
As shown in fig. 5, the real Native multithreading computing system of the mobile terminal of the present embodiment includes an event transmission module 1, a multithreading computing module 2, and a computation result transmission module 3.
The event transmission module 1 is used for transmitting at least one execution event to Native multithreading through a real Native;
the Native multithreading is a tool kit in an operating system corresponding to the mobile terminal;
and the multithreading calculation module 2 is used for carrying out multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through Native multithreading to obtain a corresponding multithreading calculation result.
And the calculation result transmission module 3 is used for synchronously or asynchronously transmitting the multi-thread calculation result to the real Native through Native multithreading.
The serial or parallel data calculation and transmission mode can be agreed in advance according to actual requirements, and what kind of data is preferentially executed can be determined by setting a priority parameter of parallel processing.
And sending the multi-thread calculation result and the state data to the real Native by Native multithreading in a synchronous transmission mode. The React Native processes the results and state data in sequence or synchronously or asynchronously according to the logic of the real Native.
The state data comprises corresponding successfully processed state data, unsuccessfully processed state data or state data with other situations in the process of obtaining the multithread calculation result.
Specifically, for example: the fact Native transmits 3 sets of execution events to Native multithreading, which respectively include: the first set of execution events: 1+1, second set of execution events: 2-2; the third group executes events: 3 × 3 fourth group execution events: and A + B.
Native multithread receives 4 groups of execution events and then executes in parallel, and then returns the following results: the states and the calculation results of the first set of execution events are respectively: success 2; the states and the calculation results of the second group of execution events are respectively: success 0; the states and the calculation results of the third group of execution events are respectively as follows: success 9; the states and calculation results of the fourth group of execution events are respectively: fail 0. Wherein Success represents a successful state of executing the fourth group of events, and Fail represents a failed state of executing the fourth group of events.
The React Native may process the results of the multi-threaded computations and the state data for the 4 sets of execution events synchronously or asynchronously. And the processing can be sequentially carried out or processed according to the logic requirement of the processor. For example: and processing the data in the Fail state of the fourth group, and then sequentially processing the data according to the first group, the second group and the third group, or reversely processing the data according to the third group, the second group and the first group.
The fact Native can acquire a multithreading calculation result sent by Native multithreading in real time through a synchronous transmission mode; or the fact Native can acquire the data processing state sent by Native multithreading in real time through a synchronous transmission mode, and the multithreading calculation result is called according to the actual later period in combination with an asynchronous transmission mode.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the Native, then the Native multithreading obtains corresponding multithreading calculation results according to the received execution events and JavaScript codes corresponding to the execution events, and then the multithreading calculation results are transmitted to the Native, so that the aim of the Native multithreading calculation is fulfilled, the problem of obvious unsmooth blocking when application software is used in the prior art is solved, background operation can be achieved, the data processing efficiency of the application software of the mobile terminal is improved, and the user experience is enhanced.
Example 6
As shown in fig. 6, the present embodiment is further improved on the basis of embodiment 5, specifically:
the multithreaded computing module 2 includes a first execution unit 21.
Native multithreading directly executes the JavaScript code corresponding to the execution event according to the received execution event through the first execution unit 21, and obtains the corresponding multithreading calculation result.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the Native, the Native multithreading directly executes JavaScript codes corresponding to the execution events according to the received execution events to obtain corresponding multithreading calculation results, and then the multithreading calculation results are transmitted to the Native, so that the aim of the Native multithreading calculation is fulfilled, the problem of obvious unsmooth blocking when application software is used in the prior art is solved, background operation can be realized, the data processing efficiency of the application software of the mobile terminal is improved, and the user experience is enhanced.
Example 7
As shown in fig. 7, the present embodiment is further improved on the basis of embodiment 5, specifically:
the multithreaded computing module 2 includes a second execution unit 22.
The Native multithreading converts the JavaScript code corresponding to the execution event into the corresponding Native language through the second execution unit 22, and executes the event according to the Native language to obtain the corresponding multithreading calculation result.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the real Native, when the Native multithreading directly executes the JavaScript code corresponding to the execution event according to the received execution event and cannot realize the function corresponding to the execution event, the Native multithreading converts the JavaScript code corresponding to the execution event into the corresponding Native language, executes the event according to the Native language, obtains the corresponding multithreading calculation result, and transmits the multithreading calculation result to the real Native, so that the aim of real Native multithreading calculation is fulfilled, the problem of obvious blockage when application software is used in the prior art is solved, background calculation can be realized, the data processing efficiency of the application software of the mobile terminal is improved, and the experience of a client is enhanced.
Example 8
As shown in fig. 8, the present embodiment is further improved on the basis of embodiment 5, specifically:
the multithreaded computing module 2 includes a third execution unit 23.
The third execution unit 23 is configured to, when the fact Native and the Native multithreads have a mapping relationship, transmit the method type and the parameter of the JavaScript code to the Native multithreads, and the Native multithreads execute the event according to the method type and the parameter to obtain the corresponding multithread calculation result.
The parameter refers to data required for executing an event, such as numbers required for addition, subtraction, multiplication, and division. Method classes refer to enumerated types that describe a particular method, such as: the + is used for addition and the-is used for subtraction. Or add and delete for subtraction. Or 1 for addition and 2 for subtraction. The representation form can be any number or character string agreed by both parties, so that the consistent mapping relation is realized.
In the embodiment, a plurality of execution events are transmitted to Native multithreading through the real Native, when the mapping relationship exists between the real Native and the Native multithreading, the method type and parameters of JavaScript codes are transmitted to the Native multithreading, the Native multithreading executes the events according to the method type and parameters to obtain corresponding multithreading calculation results, and then the multithreading calculation results are transmitted to the real Native, so that the aim of real Native multithreading calculation is fulfilled, the problem of obvious blockage when application software is used in the prior art is solved, background operation can be achieved, the data processing efficiency of application software of the mobile terminal is improved, and the experience feeling of a client is enhanced.
While specific embodiments of the invention have been described above, it will be appreciated by those skilled in the art that these are by way of example only, and that the scope of the invention is defined by the appended claims. Various changes and modifications to these embodiments may be made by those skilled in the art without departing from the spirit and scope of the invention, and these changes and modifications are within the scope of the invention.

Claims (4)

1. A real Native multithreading calculation method of a mobile terminal is characterized by comprising the following steps:
s1, transmitting at least one execution event to Native multithreading through a real Native;
the Native multithreading is a toolkit in an operating system corresponding to the mobile terminal;
s2, performing multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through the Native multithreading to obtain a corresponding multithreading calculation result;
step S2 specifically includes:
the Native multithread directly executes the JavaScript code corresponding to the execution event according to the received execution event to obtain a corresponding multithread calculation result; or the like, or, alternatively,
the Native multithreading converts JavaScript codes corresponding to the execution events into corresponding Native languages, executes the execution events according to the Native languages, and obtains corresponding multithreading calculation results; or the like, or, alternatively,
and when the React Native and the Native multithread have a mapping relation, transmitting the method type and parameters of the JavaScript code to the Native multithread, and executing the execution event by the Native multithread according to the method type and parameters to obtain a corresponding multithread calculation result.
2. The React Native multithreading method of claim 1, wherein the step S2 is followed by further comprising:
and S3, synchronously or asynchronously transmitting the multi-thread calculation result to the real Native through the Native multithreading.
3. A fact Native multithreading computing system of a mobile terminal is characterized by comprising an event transmission module and a multithreading computing module:
the event transmission module is used for transmitting at least one execution event to Native multithreading through a real Native;
the Native multithreading is a toolkit in an operating system corresponding to the mobile terminal;
the multithreading calculation module is used for carrying out multithreading calculation processing according to the received execution event and the JavaScript code corresponding to the execution event through Native multithreading to obtain a corresponding multithreading calculation result;
the multi-threaded computing module comprises a first execution unit;
the Native multithreading directly executes JavaScript codes corresponding to the execution events according to the received execution events through the first execution unit, and obtains corresponding multithreading calculation results, wherein the multithreading calculation module comprises a second execution unit; or the like, or, alternatively,
the Native multithreading converts the JavaScript code corresponding to the execution event into a corresponding Native language through the second execution unit, executes the execution event according to the Native language, and obtains a corresponding multithreading calculation result; or the like, or, alternatively,
the multi-threaded computing module comprises a third execution unit;
the third execution unit is used for transmitting the method type and parameters of the JavaScript code to the Native multithreading when the mapping relation exists between the real Native and the Native multithreading, and the Native multithreading executes the execution event according to the method type and parameters to obtain the corresponding multithreading calculation result.
4. The React Native multithreading system of the mobile terminal of claim 3, wherein the React Native multithreading system further comprises a computation result transmission module;
and the calculation result transmission module is used for synchronously or asynchronously transmitting the multi-thread calculation result to the real Native through the Native multithreading.
CN201810246589.1A 2018-03-23 2018-03-23 Multithreading calculation method and system of mobile terminal Active CN108446147B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810246589.1A CN108446147B (en) 2018-03-23 2018-03-23 Multithreading calculation method and system of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810246589.1A CN108446147B (en) 2018-03-23 2018-03-23 Multithreading calculation method and system of mobile terminal

Publications (2)

Publication Number Publication Date
CN108446147A CN108446147A (en) 2018-08-24
CN108446147B true CN108446147B (en) 2021-01-12

Family

ID=63196931

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810246589.1A Active CN108446147B (en) 2018-03-23 2018-03-23 Multithreading calculation method and system of mobile terminal

Country Status (1)

Country Link
CN (1) CN108446147B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550016A (en) * 2015-12-09 2016-05-04 国云科技股份有限公司 React-native based method for quickly realizing login of mobile terminal user
WO2017151546A1 (en) * 2016-03-01 2017-09-08 650 Industries, Inc. Method and apparatus for loading multiple differing versions of a native library into a native environment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
UA55489C2 (en) * 1997-10-07 2003-04-15 Каналь+ Сосьєте Анонім Device for processing information in a number of information flows
US7234139B1 (en) * 2000-11-24 2007-06-19 Catharon Productions, Inc. Computer multi-tasking via virtual threading using an interpreter
US10346941B2 (en) * 2014-05-30 2019-07-09 Apple Inc. System and method for unified application programming interface and model
CN107818588B (en) * 2016-09-12 2021-12-28 深圳市鸿合创新信息技术有限责任公司 Device and method for calling Qt drawing based on JNI multithreading in Android system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105550016A (en) * 2015-12-09 2016-05-04 国云科技股份有限公司 React-native based method for quickly realizing login of mobile terminal user
WO2017151546A1 (en) * 2016-03-01 2017-09-08 650 Industries, Inc. Method and apparatus for loading multiple differing versions of a native library into a native environment

Also Published As

Publication number Publication date
CN108446147A (en) 2018-08-24

Similar Documents

Publication Publication Date Title
CN109542399B (en) Software development method and device, terminal equipment and computer readable storage medium
EP3270300A1 (en) Method and device for form verification
CN107688529B (en) Component debugging method and device
US20040054991A1 (en) Debugging tool and method for tracking code execution paths
CN108509272B (en) Method and device for copying GPU (graphics processing Unit) video memory texture to system memory and electronic equipment
CN112506581B (en) Method, apparatus, electronic device and readable storage medium for rendering applet
CN104750663B (en) The recognition methods of text messy code and device in the page
CN112148675A (en) Data transmission method and device, electronic equipment and storage medium
CN108446147B (en) Multithreading calculation method and system of mobile terminal
CN111625290A (en) Layout file preloading method and device under Android platform and electronic equipment
US9430196B2 (en) Message inlining
CN109409080B (en) Auditing method and device for HTTPS of browser
CN107580033B (en) Load information processing method and device, message processing method and device, and server
CN106506617B (en) Data compression method and equipment
CN112732399B (en) Switching method of desktop display protocol, computing device and readable storage medium
US20220004289A1 (en) System and method for directly sending messages with minimal user input
CN110149278B (en) Data transmission method and device
US10983813B2 (en) Automatic repetition of context-specific code edits
CN110489124B (en) Source code execution method, source code execution device, storage medium and computer equipment
US10592388B1 (en) Methods for facilitating more efficient network message exchange and analysis and devices thereof
CN110825461B (en) Data processing method and device
CN110134438B (en) Instruction sorting method and device, mobile terminal and storage medium
CN111131354B (en) Method and apparatus for generating information
CN105513005B (en) A kind of method and terminal of memory management
CN111522599A (en) Method and apparatus for transmitting information

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant