CN107678877A - Operate response method and device - Google Patents

Operate response method and device Download PDF

Info

Publication number
CN107678877A
CN107678877A CN201710931643.1A CN201710931643A CN107678877A CN 107678877 A CN107678877 A CN 107678877A CN 201710931643 A CN201710931643 A CN 201710931643A CN 107678877 A CN107678877 A CN 107678877A
Authority
CN
China
Prior art keywords
array
accessing
arrays
frequently
intended
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.)
Granted
Application number
CN201710931643.1A
Other languages
Chinese (zh)
Other versions
CN107678877B (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.)
Shenzhen Waterward Information Co Ltd
Original Assignee
Shenzhen Water World 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 Shenzhen Water World Co Ltd filed Critical Shenzhen Water World Co Ltd
Priority to CN201710931643.1A priority Critical patent/CN107678877B/en
Priority to PCT/CN2017/111958 priority patent/WO2019071721A1/en
Publication of CN107678877A publication Critical patent/CN107678877A/en
Application granted granted Critical
Publication of CN107678877B publication Critical patent/CN107678877B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0736Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in functional embedded systems, i.e. in a data processing system designed as a combination of hardware and software dedicated to performing a certain function
    • G06F11/0742Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in functional embedded systems, i.e. in a data processing system designed as a combination of hardware and software dedicated to performing a certain function in a data processing system embedded in a mobile device, e.g. mobile phones, handheld devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0793Remedial or corrective actions

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

Present invention is disclosed one kind operation response method and device, the described method comprises the following steps:Detect whether the array that this operation is intended accessing is empty;When array is space-time, this operation is not responded;When array is not space-time, this operation is responded.A kind of operation response method that the embodiment of the present invention is provided, by first detecting whether the array is empty before array is accessed, when array is that space-time is then not responding to this operation, occurs null pointer access during so as to prevent from accessing empty array, the abnormal problem such as interim card, collapse, deadlock caused by accessing null pointer is avoided, improves the stability of system.

Description

Operate response method and device
Technical field
The present invention relates to electronic technology field, especially relates to a kind of operation response method and device.
Background technology
With the development of electronic technology, electronic equipment is widely used to the various aspects in human lives, including application In the onboard system of vehicle, the mobile terminal such as mobile phone, flat board applied to life & amusement, PC, pen applied to work Remember terminals such as this computer, etc..
The response speed and the stability of system that electronic equipment operates to user, it is an important factor for influenceing Consumer's Experience. Electronic equipment is when responding user's operation, it is necessary to access corresponding array, but the array accessed sometimes is probably sky array, just The situation for accessing null pointer occurs, causes the abnormal problems such as system interim card, collapse, deadlock, so as to influence the stability of system.
The content of the invention
The main object of the present invention operates response method and device to provide one kind, it is intended to which solution is accessed caused by null pointer The abnormal problems such as interim card, collapse, deadlock, improve the stability of system.
To achieve these objectives, the embodiment of the present invention proposes a kind of operation response method, the described method comprises the following steps:
Detect whether the array that this operation is intended accessing is empty;
When the array is space-time, this operation is not responded;
When the array is not space-time, this operation is responded.
Alternatively, whether the array that this operation of the detection is intended accessing is that empty step includes:
Read the size of the array;
Judge whether the size of the array is less than or equal to threshold value;
When the size of the array is less than or equal to threshold value, judge the array for sky.
Alternatively, whether the array that this operation of the detection is intended accessing also includes before being empty step:
Judge whether the array that this operation is intended accessing is to access frequently array;
When the array is accesses frequently array, into next step:Detecting the array that this operation is intended accessing is No is sky.
Alternatively, the step of whether array for judging that this operation is intended accessing is and accesses frequently array includes:When The array be view view arrays, software kit packages arrays, movable activity arrays, process process arrays or During thread thread arrays, the array is judged to access frequently array.
Alternatively, whether the array for judging that this operation is intended accessing is also to be wrapped afterwards the step of accessing frequently array Include:When the array is not to access frequently array, the array is directly accessed.
Alternatively, it is described to detect whether the array that this operation is intended accessing is that empty step also includes afterwards:
When the array is space-time, prompt message is returned.
Alternatively, methods described is applied to onboard system.
The embodiment of the present invention proposes a kind of operation responding device simultaneously, and described device includes:
Detection module, whether it is empty for detecting the array that this operation is intended accessing;
Processing module, for being space-time when the array, not respond this operation;When the array is not space-time, ring Should this operation.
Alternatively, the detection module includes:
Reading unit, for reading the size of the array;
Judging unit, for judging whether the size of the array is less than or equal to threshold value;
Decision unit, for when the size of the array is less than or equal to threshold value, judging the array for sky.
Alternatively, described device also includes judge module, and the judge module is used for:
Judge whether the array that this operation is intended accessing is to access frequently array, when the array frequently counts to access During group, the detection module is notified, so that the detection module judges whether the array is empty.
Alternatively, the judge module is used for:When the array be view view arrays, software kit packages arrays, When movable activity arrays, process process arrays or thread thread arrays, judge that the array frequently counts to access Group.
Alternatively, the processing module is additionally operable to:When the judged result of the judge module is that the array is not to access Frequently during array, the array is directly accessed.
Alternatively, described device also includes reminding module, and the reminding module is used for:When the array is space-time, return Prompt message.
Alternatively, described device is applied to onboard system.
The embodiment of the present invention proposes a kind of onboard system simultaneously, and the system includes memory, processor and at least one It is stored in the memory and is configured as being configured as by the application program of the computing device, the application program For performing aforementioned operation response method.
A kind of operation response method that the embodiment of the present invention is provided, it is by first detecting the array before array is accessed It is no for sky, when array is that space-time is then not responding to this operation, there is null pointer access during so as to prevent from accessing empty array, avoid The abnormal problem such as interim card, collapse, deadlock caused by accessing null pointer, improve the stability of system.
Brief description of the drawings
Fig. 1 is the flow chart of the operation response method first embodiment of the present invention;
Fig. 2 is the flow chart of the operation response method second embodiment of the present invention;
Fig. 3 is the module diagram of the operation responding device first embodiment of the present invention;
Fig. 4 is the module diagram of the detection module in Fig. 3;
Fig. 5 is the module diagram of the operation responding device second embodiment of the present invention;
Fig. 6 is the module diagram of the operation responding device 3rd embodiment of the present invention.
The realization, functional characteristics and advantage of the object of the invention will be described further referring to the drawings in conjunction with the embodiments.
Embodiment
It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, it is not intended to limit the present invention.
Embodiments of the invention are described below in detail, the example of the embodiment is shown in the drawings, wherein from beginning to end Same or similar label represents same or similar element or the element with same or like function.Below with reference to attached The embodiment of figure description is exemplary, is only used for explaining the present invention, and is not construed as limiting the claims.
Those skilled in the art of the present technique are appreciated that unless expressly stated, singulative " one " used herein, " one It is individual ", " described " and "the" may also comprise plural form.It is to be further understood that what is used in the specification of the present invention arranges Diction " comprising " refer to the feature, integer, step, operation, element and/or component be present, but it is not excluded that in the presence of or addition One or more other features, integer, step, operation, element, component and/or their groups.It should be understood that when we claim member Part is " connected " or during " coupled " to another element, and it can be directly connected or coupled to other elements, or there may also be Intermediary element.In addition, " connection " used herein or " coupling " can include wireless connection or wireless coupling.It is used herein to arrange Taking leave "and/or" includes whole or any cell and all combinations of one or more associated list items.
Those skilled in the art of the present technique are appreciated that unless otherwise defined, all terms used herein (including technology art Language and scientific terminology), there is the general understanding identical meaning with the those of ordinary skill in art of the present invention.Should also Understand, those terms defined in such as general dictionary, it should be understood that have with the context of prior art The consistent meaning of meaning, and unless by specific definitions as here, idealization or the implication of overly formal otherwise will not be used To explain.
Those skilled in the art of the present technique are appreciated that " terminal " used herein above, " terminal device " both include wireless communication The equipment of number receiver, it only possesses the equipment of the wireless signal receiver of non-emissive ability, includes receiving again and transmitting hardware Equipment, its have on bidirectional communication link, can perform two-way communication reception and launch hardware equipment.This equipment It can include:Honeycomb or other communication equipments, it has single line display or multi-line display or shown without multi-line The honeycomb of device or other communication equipments;PCS (Personal Communications Service, PCS Personal Communications System), it can With combine voice, data processing, fax and/or its communication ability;PDA (Personal Digital Assistant, it is personal Digital assistants), it can include radio frequency receiver, pager, the Internet/intranet access, web browser, notepad, day Go through and/or GPS (Global Positioning System, global positioning system) receiver;Conventional laptop and/or palm Type computer or other equipment, its have and/or the conventional laptop including radio frequency receiver and/or palmtop computer or its His equipment." terminal " used herein above, " terminal device " they can be portable, can transport, installed in the vehicles (aviation, Sea-freight and/or land) in, or be suitable for and/or be configured in local runtime, and/or with distribution form, operate in the earth And/or any other position operation in space." terminal " used herein above, " terminal device " can also be communication terminal, on Network termination, music/video playback terminal, such as can be PDA, MID (Mobile Internet Device, mobile Internet Equipment) and/or mobile phone or the equipment such as intelligent television, set top box with music/video playing function.
The operation response method and device of the embodiment of the present invention, various electronic equipments, including onboard system are can apply to, Terminal such as the mobile terminals such as mobile phone, flat board, PC, notebook computer, etc., this is not limited by the present invention. It is described in detail below exemplified by applied to onboard system.
Reference picture 1, proposes the operation response method first embodiment of the present invention, and the operation response method includes following step Suddenly:
S11, detect whether the array that this operation is intended accessing is empty.When array is space-time, into step S12;Work as array It is not space-time, into step S13.
S12, not respond this operation.
S13, respond this operation.
In step S11, when user operates to onboard system, onboard system determines this behaviour according to the operation of user Make to intend the array accessed, and detect whether the array is empty.Specifically, onboard system reads the size of array, array is judged Whether size is less than or equal to threshold value;When the size of array is less than or equal to threshold value, judge array for sky;When the size of array During more than threshold value, it is not sky to judge array.Threshold value can be according to setting be actually needed, for example, it can be set to being 0-100B.
In addition it is also possible to use other manner of the prior art whether to detect array for sky, the present invention does not exist herein Enumerate and repeat.
In step S12, when detecting that array is space-time, onboard system then not responds this operation, does not access the array, There are the anomalies such as interim card, collapse, deadlock so as to prevent access null pointer, improve the stability of a system.
In step S13, when detecting that array is not space-time, onboard system then responds this operation, accesses the array, traversal Each element in the array.
Further, when detecting that array is space-time, onboard system can also return to prompt message, and the prompt message is such as " this operation failure, please re-operate ", " this operation exception, please re-operate ", " please re-operate " etc., so that user obtains Know this operation exception, then re-start operation, avoid user from waiting as long for onboard system response and lose time, improve Consumer's Experience.
Further, as shown in Fig. 2 in the operation response method second embodiment of the present invention, also wrapped before step S11 Include following steps:
S10, judge whether the array that this operation is intended accessing is to access frequently array.When the array is to access frequently During array, into next step S11;When the array is not to access frequently array, step S13 is directly entered, i.e. not logarithm Whether group is that sky is detected, and directly in response to this operation, accesses the array.Certainly, when the array is not to access frequently to count During group, other operations can also be done, this is not limited by the present invention.
Alternatively, when the array for intending accessing is view (view) array, software kit (packages) array, activity (activity) when array, process (process) array or thread (thread) array, then the array is judged to access frequently Array.Certainly, according to being actually needed, it is also possible to which other arrays access frequent, then regard as accessing by other arrays and frequently count Group.
It is bigger in view of the usual probability for accessing the frequently empty array of array appearance, therefore the present embodiment is only to accessing frequently Whether numerous array is that sky is detected, to improve response efficiency.
The operation response method of the embodiment of the present invention, by first detecting whether the array is sky before array is accessed, when Array is that space-time is then not responding to this operation, null pointer access occurs during so as to prevent from accessing empty array, avoids and accesses sky and refer to The abnormal problem such as interim card, collapse, deadlock caused by pin, improve the stability of system.
Reference picture 3, proposes the operation responding device first embodiment of the present invention, and described device includes detection module 10 and place Module 20 is managed, wherein:Detection module 10, whether it is empty for detecting the array that this operation is intended accessing;Processing module 20, is used for When this operation intend access array be space-time, not respond this operation;When array is not space-time, this operation is responded.
In the embodiment of the present invention, when user operates to onboard system, detection module 10 is then according to the operation of user Determine that the array accessed is intended in this operation, and detect whether the array is empty.
Alternatively, as shown in figure 4, detection module 10 includes reading unit 11, judging unit 12 and decision unit 13, its In:Reading unit 11, the size for intending the array of access for reading this operation;Judging unit 12, for judging the array Whether size is less than or equal to threshold value;Decision unit 13, for when the size of the array is less than or equal to threshold value, judging the number Group is sky;When the size of the array is more than threshold value, it is not sky to judge the array.Threshold value can be set according to being actually needed, example It such as can be set as 0-100B.
In addition, detection module 10 can also use other manner of the prior art whether to detect array for sky, this hair It is bright not repeat herein enumerating.
When detecting that array is not space-time, processing module 20 then responds this operation, accesses the array, travels through in the array Each element.When detecting that array is space-time, processing module 20 then not responds this operation, does not access the array, from And prevent from accessing null pointer and the anomalies such as interim card, collapse, deadlock occur, improve the stability of a system.
Further, as shown in figure 5, in the operation responding device second embodiment of the present invention, the device also includes carrying Show module 30, it is used for:When array is space-time, prompt message is returned.The prompt message can be voice messaging, text information And/or image information.
The prompt message such as " this operation failure, please re-operate ", " this operation exception, please re-operate ", " please Re-operate " etc., so that user learns this operation exception, then operation is re-started, avoid user from waiting as long for vehicle-mounted system System is responded and lost time, and improves Consumer's Experience.
Further, as shown in fig. 6, in the operation responding device 3rd embodiment of the present invention, the device also includes sentencing Disconnected module 40, the judge module 40 are used for:Judge whether the array that this operation is intended accessing is to access frequently array, works as array During to access frequently array, detection module 10 is notified, so that detection module 10 judges whether the array is empty.When array is not When accessing frequently array, then notification handler module 20, processing module 20 then operate judge module 40 directly in response to this, directly Access the array.Certainly, when array is not to access frequently array, processing module 20 can also do other operations, the present invention This is not construed as limiting.
Alternatively, when the array for intending accessing is view (view) array, software kit (packages) array, activity (activity) when array, process (process) array or thread (thread) array, judge module 40 then judges that the array is Access frequently array.Certainly, according to being actually needed, it is also possible to which other arrays access frequent, and judge module 40 is then by other numbers Group is regarded as accessing frequently array.
It is bigger in view of the usual probability for accessing the frequently empty array of array appearance, therefore the present embodiment is only to accessing frequently Whether numerous array is that sky is detected, to improve response efficiency.
In certain embodiments, the reminding module 30 in Fig. 6 can also be omitted, forms new embodiment.
The operation responding device of the embodiment of the present invention, by first detecting whether the array is sky before array is accessed, when Array is that space-time is then not responding to this operation, null pointer access occurs during so as to prevent from accessing empty array, avoids and accesses sky and refer to The anomaly such as interim card, collapse, deadlock caused by pin, improve the stability of system.
The present invention proposes a kind of onboard system simultaneously, and the onboard system includes memory, processor and at least one quilt Store in memory and be configured as the application program by computing device, the application program is configurable for performing behaviour Make response method.The operation response method comprises the following steps:Detect whether the array that this operation is intended accessing is empty;Work as number Group is space-time, not responds this operation;When array is not space-time, this operation is responded.Operation described in the present embodiment Response method is the operation response method involved by above-described embodiment in the present invention, be will not be repeated here.
The onboard system of the embodiment of the present invention, by first detecting whether the array is empty before array is accessed, work as array This operation is then not responding to for space-time, null pointer access occurs during so as to prevent from accessing empty array, is avoided and is accessed null pointer and lead The abnormal problems such as the interim card of cause, collapse, deadlock, improve the stability of system.
It will be understood by those skilled in the art that the present invention includes being related to for performing one in operation described herein Or multinomial equipment.These equipment can specially be designed and manufactured for required purpose, or can also include general-purpose computations Known device in machine.These equipment have the computer program being stored in it, and these computer programs optionally activate Or reconstruct.Such computer program, which can be stored in equipment (for example, computer) computer-readable recording medium or be stored in, to be suitable to Storage e-command is simultaneously coupled in any kind of medium of bus respectively, and the computer-readable medium includes but is not limited to Any kind of disk (including floppy disk, hard disk, CD, CD-ROM and magneto-optic disk), ROM (Read-Only Memory, it is read-only to deposit Reservoir), RAM (Random Access Memory, random access memory), EPROM (Erasable Programmable Read- Only Memory, Erarable Programmable Read only Memory), EEPROM (Electrically Erasable Programmable Read-Only Memory, EEPROM), flash memory, magnetic card or light card.It is it is, readable Medium includes any medium for storing or transmitting information in the form of it can read by equipment (for example, computer).
Those skilled in the art of the present technique be appreciated that can with computer program instructions come realize these structure charts and/or The combination of each frame and these structure charts and/or the frame in block diagram and/or flow graph in block diagram and/or flow graph.This technology is led Field technique personnel be appreciated that these computer program instructions can be supplied to all-purpose computer, special purpose computer or other The processor of programmable data processing method is realized, so as to pass through the processing of computer or other programmable data processing methods Device performs the scheme specified in the frame of structure chart and/or block diagram and/or flow graph disclosed by the invention or multiple frames.
Those skilled in the art of the present technique are appreciated that in the various operations discussed in the present invention, method, flow Step, measure, scheme can be replaced, changed, combined or deleted.Further, it is each with having been discussed in the present invention Kind operation, method, other steps in flow, measure, scheme can also be replaced, changed, reset, decomposed, combined or deleted. Further, it is of the prior art to have and the step in the various operations disclosed in the present invention, method, flow, measure, scheme It can also be replaced, changed, reset, decomposed, combined or deleted.
Above by reference to the preferred embodiments of the present invention have been illustrated, not thereby limit to the interest field of the present invention.This Art personnel do not depart from the scope of the present invention and essence, can have a variety of flexible programs to realize the present invention, for example as one The feature of individual embodiment can be used for another embodiment and obtain another embodiment.All institutes within the technical concept with the present invention The all any modification, equivalent and improvement of work, all should be within the interest field of the present invention.

Claims (10)

1. one kind operation response method, it is characterised in that comprise the following steps:
Detect whether the array that this operation is intended accessing is empty;
When the array is space-time, this operation is not responded;
When the array is not space-time, this operation is responded.
2. operation response method according to claim 1, it is characterised in that the array accessed is intended in this operation of the detection Whether it is that empty step includes:
Read the size of the array;
Judge whether the size of the array is less than or equal to threshold value;
When the size of the array is less than or equal to threshold value, judge the array for sky.
3. operation response method according to claim 1, it is characterised in that the array accessed is intended in this operation of the detection Also include before whether being empty step:
Judge whether the array that this operation is intended accessing is to access frequently array;
When the array is accesses frequently array, into next step:Detect this operation intend access array whether be It is empty.
4. operation response method according to claim 3, it is characterised in that described to judge that the array accessed is intended in this operation The step of whether being and access frequently array includes:
When the array is view view arrays, software kit packages arrays, movable activity arrays, process process When array or thread thread arrays, the array is judged to access frequently array.
5. operation response method according to claim 3, it is characterised in that described to judge that the array accessed is intended in this operation Whether it is also to include afterwards the step of accessing frequently array:
When the array is not to access frequently array, the array is directly accessed.
6. one kind operation responding device, it is characterised in that including:
Detection module, whether it is empty for detecting the array that this operation is intended accessing;
Processing module, for being space-time when the array, not respond this operation;When the array is not space-time, response is originally Secondary operation.
7. the operation responding device according to right wants 6, it is characterised in that the detection module includes:
Reading unit, for reading the size of the array;
Judging unit, for judging whether the size of the array is less than or equal to threshold value;
Decision unit, for when the size of the array is less than or equal to threshold value, judging the array for sky.
8. operation responding device according to claim 6, it is characterised in that described device also includes judge module, described Judge module is used for:
Judge whether the array that this operation is intended accessing is to access frequently array, when the array is to access frequently array When, the detection module is notified, so that the detection module judges whether the array is empty.
9. operation responding device according to claim 8, it is characterised in that the judge module is used for:When the array For view view arrays, software kit packages arrays, movable activity arrays, process process arrays or thread During thread arrays, the array is judged to access frequently array.
10. operation responding device according to claim 8, it is characterised in that the processing module is additionally operable to:Sentence when described The judged result of disconnected module is not when accessing frequently array, directly to access the array for the array.
CN201710931643.1A 2017-10-09 2017-10-09 Operation response method and device Active CN107678877B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201710931643.1A CN107678877B (en) 2017-10-09 2017-10-09 Operation response method and device
PCT/CN2017/111958 WO2019071721A1 (en) 2017-10-09 2017-11-20 Operation response method and device, and vehicle-mounted system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710931643.1A CN107678877B (en) 2017-10-09 2017-10-09 Operation response method and device

Publications (2)

Publication Number Publication Date
CN107678877A true CN107678877A (en) 2018-02-09
CN107678877B CN107678877B (en) 2020-12-22

Family

ID=61137984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710931643.1A Active CN107678877B (en) 2017-10-09 2017-10-09 Operation response method and device

Country Status (2)

Country Link
CN (1) CN107678877B (en)
WO (1) WO2019071721A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479210A (en) * 2010-11-30 2012-05-30 金蝶软件(中国)有限公司 Treatment method, device and terminal for adding data into set
CN102609477A (en) * 2012-01-19 2012-07-25 北京神州数码思特奇信息技术股份有限公司 Method for implementing serial number generator
EP2720391A1 (en) * 2012-10-12 2014-04-16 Alcatel Lucent Optical transport network power-save technique based on client signal information
CN104935452A (en) * 2014-03-21 2015-09-23 成都鼎桥通信技术有限公司 Digital cluster system realization method based on POOL networking
CN107172391A (en) * 2017-05-19 2017-09-15 常州普适信息科技有限公司 Distributed video memory management method and system based on Hadoop framework

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101409739B (en) * 2007-10-12 2011-04-20 中兴通讯股份有限公司 Optimized method for accessing mobile phone notebook data
CN101470665B (en) * 2007-12-27 2011-05-11 Tcl集团股份有限公司 Method and system for internal memory management of application system without MMU platform
CN106843806B (en) * 2016-12-20 2019-04-26 中国科学院信息工程研究所 A kind of N-free diet method stack operation method based on structure of arrays under multi-core environment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102479210A (en) * 2010-11-30 2012-05-30 金蝶软件(中国)有限公司 Treatment method, device and terminal for adding data into set
CN102609477A (en) * 2012-01-19 2012-07-25 北京神州数码思特奇信息技术股份有限公司 Method for implementing serial number generator
EP2720391A1 (en) * 2012-10-12 2014-04-16 Alcatel Lucent Optical transport network power-save technique based on client signal information
CN104935452A (en) * 2014-03-21 2015-09-23 成都鼎桥通信技术有限公司 Digital cluster system realization method based on POOL networking
CN107172391A (en) * 2017-05-19 2017-09-15 常州普适信息科技有限公司 Distributed video memory management method and system based on Hadoop framework

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
[美]ARNOLD,GOSLING,HOLMES等: "《Java编程语言(第三版)》", 31 December 2003, 中国电力出版社 *

Also Published As

Publication number Publication date
CN107678877B (en) 2020-12-22
WO2019071721A1 (en) 2019-04-18

Similar Documents

Publication Publication Date Title
US8515751B2 (en) Selective feedback for text recognition systems
CN102142026B (en) Embedded user in search result content is experienced
US11436266B2 (en) Method and apparatus for processing information of a terminal
CN104703125A (en) Method, device and terminal for information recommendation based on instant messaging
CN106385483B (en) Telephone number processing method, mobile terminal and cloud server
CN106201474A (en) A kind of notification message display packing and terminal
CN109271611B (en) Data verification method and device and electronic equipment
CN109960554A (en) Show method, equipment and the computer storage medium of reading content
CN110297764B (en) Vulnerability test model training method and device
US20210406289A1 (en) Initial loading of partial deferred object model
CN112711051A (en) Flight control system positioning method, device, equipment and storage medium
CN107678877A (en) Operate response method and device
US11916853B2 (en) Group type identification method and apparatus, computer device, and medium
CN113807056B (en) Document name sequence error correction method, device and equipment
CN110717126A (en) Page browsing method and device, electronic equipment and computer readable storage medium
CN113222807B (en) Data memory, data storage method, data reading method, chip and computer equipment
CN115994534A (en) Government scene hot word mining method, device, equipment and storage medium
CN110111788B (en) Voice interaction method and device, terminal and computer readable medium
CN116541421B (en) Address query information generation method and device, electronic equipment and computer medium
CN109816007A (en) Trade classification method, storage medium and the terminal device of application program text information
CN117056150B (en) Network attached storage detection method, device, equipment and storage medium
US6161025A (en) External compiling device of a directory and a schedule calendar of a mobile phone
CN103713962A (en) Method for detecting data chain table and electronic equipment
CN114492413B (en) Text proofreading method and device and electronic equipment
CN112417310B (en) Method for establishing intelligent service index and recommending intelligent service

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
TR01 Transfer of patent right

Effective date of registration: 20220527

Address after: 518000 floor 1, building 3, Dexin Chang wisdom Park, No. 23 Heping Road, Qinghua community, Longhua street, Longhua District, Shenzhen, Guangdong

Patentee after: Shenzhen waterward Information Co.,Ltd.

Address before: 518000 B, 503, 602, digital city building, garden city, 1079 Shekou Road, Shekou, Nanshan District, Shenzhen, Guangdong.

Patentee before: SHENZHEN WATER WORLD Co.,Ltd.

TR01 Transfer of patent right