CN101394406B - Method and apparatus for preventing duplicate button pressing by user - Google Patents

Method and apparatus for preventing duplicate button pressing by user Download PDF

Info

Publication number
CN101394406B
CN101394406B CN200810171188A CN200810171188A CN101394406B CN 101394406 B CN101394406 B CN 101394406B CN 200810171188 A CN200810171188 A CN 200810171188A CN 200810171188 A CN200810171188 A CN 200810171188A CN 101394406 B CN101394406 B CN 101394406B
Authority
CN
China
Prior art keywords
button
server
state
module
click
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.)
Expired - Fee Related
Application number
CN200810171188A
Other languages
Chinese (zh)
Other versions
CN101394406A (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 Kingdee Tianyanyun Computing Co ltd
Original Assignee
Shenzhen Kingdee Middleware 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 Kingdee Middleware Co ltd filed Critical Shenzhen Kingdee Middleware Co ltd
Priority to CN200810171188A priority Critical patent/CN101394406B/en
Publication of CN101394406A publication Critical patent/CN101394406A/en
Application granted granted Critical
Publication of CN101394406B publication Critical patent/CN101394406B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Telephonic Communication Services (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a device for preventing buttons from being pressed repeatedly by users. The method comprises the following steps: determining whether the button pressing action is a valid pressing event, if so, setting the button state as forbidden, and transmitting the processing request of the pressing event to a server; and setting the button state as available when the server receives the processing result of the server. The method can prevent the user from continuously pressing the button without writing an extra code for preventing continuous pressing when a first button pressing event is not processed completely. Accordingly, the method can reduce complexity of code writing and reduce the development cost.

Description

A kind of method and device that prevents duplicate button pressing by user
Technical field
The present invention relates to networking technology area, particularly relate to a kind of method and device that prevents duplicate button pressing by user.
Background technology
In Web used, (eXtensible Markup Language was during XML) Technology in Web is used especially to have asynchronous JavaScript and extend markup language; The user when operating repeatedly the situation of button click often occur, for example, on the net the shopping application process in; The user is click on submission button repeatedly possibly; Perhaps the user is because misoperation has been clicked repeatedly submit button continuously, and this situation will cause list to repeat to submit the result of order amount of money double counting to.Wherein, asynchronous JavaScript and XML are also referred to as AJAX, are a kind of webpage development technology that interaction network page is used of creating.
In the prior art,, two kinds of solutions are arranged to the situation that list repeats to submit to; First kind of solution is mainly based on form validation; Stop list to be repeated to submit to through writing client script, its implementation procedure is: according to the operation of user's click on submission button, and the pairing form information of submit button; In this process, the state that browser can list is set to " submitting to "; As user once more during click on submission button; Utilize client script to obtain form object, and the state of check table single object; If " submitting to " state then ejects information, the prompting user can not repeat to submit to; If " normally " state, then submission form.But there is shortcoming simultaneously in this method, under a lot of situation in Web uses; Button does not rely on list and exists; If certain button and list during Web uses are uncorrelated, but requirement can not be clicked twice continuously, just can't utilize this method to satisfy user's demand.
Second workaround mainly in the server end inspection, can not rely on list, mainly is at server end button to be carried out State Control; Its implementation procedure is following: according to the operation of user's click on submission button; Server end is checked in session Session object, to check whether there is certain Key among the said Session, for example: _ Status; Wherein, Session is a kind of mechanism that server end provides, and can be regarded as the data acquisition system of a Key-Value structure, and is independently of one another between each Session; If there is not Key among the Session; Then in said Session, add a new Key; Promptly be in Session, to increase data newly, for example: _ Status=inprogress, server end carry out Business Processing again; After treating that said Business Processing is accomplished, this Key is removed from Session; If Key exists, explain that then the user is handling related service, then point out the user to manage business, can not repeat to submit to request.But also there is shortcoming simultaneously in this method; Because relate to Embedded code revision; Promptly be to add corresponding code at server end to prevent duplicate button pressing by user, make that technical staff's work is more loaded down with trivial details so write extra code, and increased development cost.
In a word; Need the urgent technical problem that solves of those skilled in the art to be exactly at present: how can propose a kind of method that prevents duplicate button pressing by user, in Web uses, need the extra loaded down with trivial details and cost problem of higher of work that code brings of writing in order to solve.
Summary of the invention
Technical problem to be solved by this invention provides a kind of method that prevents duplicate button pressing by user, in Web uses, needs the extra loaded down with trivial details and cost problem of higher of work that code brings of writing in order to solve.
Another object of the present invention is that above-mentioned design is applied in the concrete applied environment, and a kind of device that prevents duplicate button pressing by user is provided, thereby guarantees the realization and the application of this method.
For solving the problems of the technologies described above, the embodiment of the invention provides a kind of method that prevents duplicate button pressing by user, comprising:
Whether the operation of judges button click is an effective click event, if then the state of button is set to forbidding, and sends the processing request of said click event to server;
When receiving the result of server, the state of button is set to available.
Preferably, saidly send the processing request of said click event, specifically comprise to server:
Receive the trigger request of the event handling unit transmission of button, said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working;
The AJAX assembly sends the processing request of said click event to server.
Preferably, said AJAX assembly sends before the processing request of said click event to server, also comprises:
Receive the call back function of the event handling unit transmission of button,
Then the state of said button is set to availablely, specifically comprises:
According to said result, carry out said call back function;
According to the correlative code in the said call back function, be updated to the state of button available.
Preferably, saidly send the processing request of said click event, specifically comprise to server:
Send AJAX request to server based on extend markup language HTTP XMLHTTP.
Preferably, the content of said processing request comprises: the target location of server and the required parameter relevant with said click event.
The embodiment of the invention also provides a kind of device that prevents duplicate button pressing by user, comprising:
Judge module, whether the operation that is used for the judges button click is an effective click event;
First is provided with module, be used for when the result of said judge module when being, the state of button is set to forbidding;
Send and handle request module, be used for sending the processing request of said click event to server;
Second is provided with module, is used for when receiving the result that server returns, and the state of button is set to available.
Preferably, said transmission processing request module specifically comprises:
First receives submodule, is used to receive the trigger request that the event handling unit of button sends, and said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working;
Send submodule, be used for sending the processing request of said click event to server.
Preferably, said sending module comprises that also second receives submodule, is used to receive the call back function that the event handling unit of button sends,
Then said second is provided with module specifically comprises:
Implementation sub-module is used for carrying out said call back function according to said result;
Updating submodule is used for the code according to said call back function, is updated to the state of button available.
Preferably, said processing request is specially: based on the AJAX request of extend markup language HTTP XMLHTTP.
Preferably, the content of said processing request comprises: the target location of server and the required parameter relevant with said click event.
Compared with prior art, the present invention has the following advantages:
Step of the present invention comprises: at first whether the operation of judges button click is an effective click event; If; " forbidding " method of call buttons object then, the state of button are set to forbidding, and send the processing request of said click event to server; When receiving the result of server, the state of button is set to available more then.Use method of the present invention, whether the user does not need extra writing to prevent the code of the continuous button click of user, effective through the clicking operation of judges; Can be untreated in the incident of one click button when complete; Make the user can not continue to click this button through the disabled status that button is set, and after a newsletter was handled, the state of button was set to available again; Thereby in Web uses; Need not to write the purpose that code can realize preventing duplicate button pressing by user, thereby reduced the work fussy degree of writing code, and reduced development cost.
Description of drawings
Fig. 1 is a kind of flow chart that prevents the method embodiment 1 of duplicate button pressing by user of the present invention;
Fig. 2 is a kind of flow chart that prevents the method embodiment 2 of duplicate button pressing by user of the present invention;
Fig. 3 is a kind of flow chart that prevents the device embodiment 1 of duplicate button pressing by user of the present invention;
Fig. 4 is a kind of flow chart that prevents the device embodiment 2 of duplicate button pressing by user of the present invention.
Embodiment
For make above-mentioned purpose of the present invention, feature and advantage can be more obviously understandable, below in conjunction with accompanying drawing and embodiment the present invention done further detailed explanation.
The present invention can be used in numerous general or special purpose calculation element environment or the configuration.For example: personal computer, server computer, handheld device or portable set, plate equipment, multiprocessor device, comprise DCE of above any device or equipment or the like.
The present invention can describe in the general context of the computer executable instructions of being carried out by computer, for example program module.Usually, program module comprises the routine carrying out particular task or realize particular abstract, program, object, assembly, data structure or the like.Also can in DCE, put into practice the present invention, in these DCEs, by through communication network connected teleprocessing equipment execute the task.In DCE, program module can be arranged in this locality and the remote computer storage medium that comprises memory device.
With reference to figure 1, show a kind of flow chart that prevents the method embodiment 1 of duplicate button pressing by user of the present invention, can may further comprise the steps:
Step 101: whether the operation of judges button click is an effective click event;
Step 102: when user's clicking operation was an effective click event, the state of button was set to forbidding;
Step 103: the processing request of sending said click event to server;
Step 104: when receiving the result that server returns, the state of button is set to available.
In the present embodiment, whether the operation through the judges button click is an effective click event, if the state of the button mode that is set to forbid then; Carrying out the Business Processing of this click event, promptly is to click button No. one time as the user, carries out in the processing procedure of this incident; This button can not effectively be clicked use by the user once more; When receiving the result of the said click event that server returns, the state of button is set to available then, and the request of representing this click event is processes complete; At this moment, the function of this button can normally continue to use.
Need to prove; The button of mentioning in the present embodiment has carried out the control of some scripts in client to it, and the control of said script is included among the code of button itself; The button that the user can provide present embodiment; Be used as a common button and use and get final product, need not extraly to write code for it, and the use that can in a plurality of systems, repeat; Can find out that owing to the present invention is to provide an a kind of button assembly that has encapsulated complete function, this button assembly can directly be added in the system and use; Therefore, through method of the present invention, the user does not need extra writing to prevent the code of the continuous button click of user; Can be untreated in the incident of one click button when complete, make the user can not continue to click this button, thereby in Web uses; Reduce the work fussy degree of writing code, and reduced development cost.
Before introducing the embodiment of the invention 2, at first introduce the notion of call back function.Call back function is a kind of encapsulation technology of assembly; Call back function requires statement by user program according to assembly usually; And when calling initiation, pass to assembly, when assembly in invoked process certain incident takes place, can call this call back function and give the user program processing disposal right.Between most high-level language, take place mutual in, can adopt the mechanism of call back function.
With reference to figure 2, show a kind of flow chart that prevents the method embodiment 2 of duplicate button pressing by user of the present invention, present embodiment can may further comprise the steps:
Step 201: whether the operation of judges button click is an effective click event;
In the present embodiment; The state of said button has two kinds of forbiddings and available, and when button state was forbidding, the operation of user's button click just was not once effective click event; When the state of button when being available, user's clicking operation could become the one click incident effectively; Therefore, the purpose that this step is judged the operation of user's button click promptly is in order to obtain the button current states;
Step 202: when user's clicking operation was effective, the state of button was set to forbidding;
In present embodiment 1, can be through the Javascript that adopts browser to provide, " forbidding " method of call buttons object, button is set to " forbidding " state;
Step 203:AJAX assembly receives the trigger request and the call back function of the event handling unit transmission of button, and said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working;
The state of button is set to after the forbidding, and the event handling unit sends trigger request and predefined call back function to the AJAX assembly, and said trigger request is used to trigger the AJAX assembly and starts working; Comprise the code that button is updated to upstate in the said call back function, be used for when receiving the return results of server, carrying out;
Step 204:AJAX assembly sends the processing request of said click event to server;
In the present embodiment; The AJAX assembly sends an AJAX request based on extend markup language HTTP XMLHTTP to server, and the content of said AJAX request specifically can comprise: the target location of server and the required parameter relevant with said click event; For example; Can the content of AJAX request specifically be http://localhost:8080/myapp/action? A=b; Wherein: http://localhost:8080/myapp/action is called uniform resource position mark URL; A=b refers to required parameter, and the user can send arbitrarily parameter according to the current page to server;
The result that step 205:AJAX assembly reception server returns;
Server carries out a series of response process after receiving said Business Processing request, and result is back to the AJAX assembly; For the present invention, what processing server does does not influence realization of the present invention, and what the result no matter server returns is, can trigger the execution of call back function;
Step 206:AJAX assembly is carried out said call back function according to said result;
The AJAX assembly according to the result that receives, is carried out said call back function again;
Step 207:, be updated to the state of button available according to the correlative code in the said call back function.
When call back function is carried out, can be according to the code of the renewing button state that comprises in the call back function, be updated to the state of button available.
Embodiment 2 is for embodiment 1; More detailed, preferred embodiment; Newsletter process between the concrete client and server and button state are set to available process have carried out detailed description, other parts can be referring to the associated description of embodiment 1.
Need to prove; For aforesaid each method embodiment, for simple description, so it all is expressed as a series of combination of actions; But those skilled in the art should know; The present invention does not receive the restriction of described sequence of movement, because according to the present invention, some step can adopt other orders or carry out simultaneously.Secondly, those skilled in the art also should know, the embodiment described in the specification all belongs to preferred embodiment, and related action and module might not be that the present invention is necessary.
With reference to figure 3, show a kind of structured flowchart that prevents the device embodiment 1 of duplicate button pressing by user of the present invention, can comprise with lower module:
Judge module 301, whether the operation that is used for the judges button click is an effective click event;
First is provided with module 302, be used for when the result of said judge module when being, the state of button is set to forbidding;
Send and handle request module 303, be used for sending the processing request of said click event to server;
Second is provided with module 304, is used for when receiving the result that server returns, and the state of button is set to available.
In the present embodiment; Said device can comprise four modules; Said judge module can the judges button click operation whether be an effective click event, when the result of said judge module for being, said first be provided with module in the result of said judge module when being; State that can button is set to forbidding; The processing request that request module can be sent said click event to server is handled in simultaneously said transmission, and said second is provided with module can be when receiving the result that server returns, and is set to the state of button available again; Can find out, in the present embodiment, through after user's button click; Button state is set to forbidding, and after the event handling of this time button click finished, the state of button was set to available again; Can prevent duplicate button pressing by user; The user need not to write extra code, thereby has reduced the fussy degree of work, has reduced development cost.
With reference to figure 4, show a kind of structured flowchart that prevents the device embodiment 2 of duplicate button pressing by user of the present invention, can comprise with lower module:
Judge module 401, whether the operation that is used for the judges button click is an effective click event;
First is provided with module 402, be used for when the result of said judge module when being, the state of button is set to forbidding;
First receives submodule 403, is used to receive the trigger request that the event handling unit of button sends, and said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working;
Send submodule 404, be used for sending the processing request of said click event to server;
In the present embodiment; Said processing request can be an AJAX request based on extend markup language HTTP XMLHTTP, and the content of said processing request specifically can comprise: the target location of server and the required parameter relevant with said click event;
Second receives submodule 405, is used to receive the call back function that the event handling unit of button sends;
Implementation sub-module 406 is used for carrying out said call back function according to said result;
Updating submodule 407 is used for the code according to said call back function, is updated to the state of button available.
Need to prove that each embodiment in this specification all adopts the mode of going forward one by one to describe, what each embodiment stressed all is and the difference of other embodiment that identical similar part is mutually referring to getting final product between each embodiment.For device type embodiment, because it is similar basically with method embodiment, so description is fairly simple, relevant part gets final product referring to the part explanation of method embodiment.
Need to prove; In this article; Relational terms such as first and second grades only is used for an entity or operation are made a distinction with another entity or operation, and not necessarily requires or hint relation or the order that has any this reality between these entities or the operation.And; Term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability; Thereby make and comprise that process, method, article or the equipment of a series of key elements not only comprise those key elements; But also comprise other key elements of clearly not listing, or also be included as this process, method, article or equipment intrinsic key element.Under the situation that do not having much more more restrictions, the key element that limits by statement " comprising ... ", and be not precluded within process, method, article or the equipment that comprises said key element and also have other identical element.
More than a kind ofly prevent the method for duplicate button pressing by user and prevent that the device of duplicate button pressing by user from having carried out detailed introduction provided by the present invention; Used concrete example among this paper principle of the present invention and execution mode are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that on embodiment and range of application, all can change, in sum, this description should not be construed as limitation of the present invention.

Claims (6)

1. a method that prevents duplicate button pressing by user is characterized in that, comprising:
Whether the operation of judges button click is an effective click event, if then the state of button is set to forbidding, and sends the processing request of said click event to server; Saidly send the processing request of said click event to server, specifically comprise: receive the trigger request that the event handling unit of button sends, said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working; The AJAX assembly sends the processing request of said click event to server;
When receiving the result of server, the state of button is set to available.
2. the method for claim 1 is characterized in that, said AJAX assembly sends before the processing request of said click event to server, also comprises:
Receive the call back function of the event handling unit transmission of button, the state of said button is set to available, specifically comprises:
According to said result, carry out said call back function;
According to the correlative code in the said call back function, be updated to the state of button available.
3. the method for claim 1 is characterized in that, the content of said processing request comprises: the target location of server and the required parameter relevant with said click event.
4. a device that prevents duplicate button pressing by user is characterized in that, comprising:
Judge module, whether the operation that is used for the judges button click is an effective click event;
First is provided with module, be used for when the result of said judge module when being, the state of button is set to forbidding;
Send and handle request module, be used for sending the processing request of said click event to server; Said transmission is handled request module and specifically comprised: first receives submodule, is used to receive the trigger request that the event handling unit of button sends, and said trigger request is used to trigger asynchronous JavaScript and extend markup language AJAX assembly is started working; Send submodule, be used for sending the processing request of said click event to server;
Second is provided with module, is used for when receiving the result that server returns, and the state of button is set to available.
5. device as claimed in claim 4 is characterized in that, said sending module comprises that also second receives submodule, is used to receive the call back function that the event handling unit of button sends,
Said second is provided with module specifically comprises:
Implementation sub-module is used for carrying out said call back function according to said result;
Updating submodule is used for the code according to said call back function, is updated to the state of button available.
6. device as claimed in claim 4 is characterized in that, the content of said processing request comprises: the target location of server and the required parameter relevant with said click event.
CN200810171188A 2008-10-22 2008-10-22 Method and apparatus for preventing duplicate button pressing by user Expired - Fee Related CN101394406B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200810171188A CN101394406B (en) 2008-10-22 2008-10-22 Method and apparatus for preventing duplicate button pressing by user

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200810171188A CN101394406B (en) 2008-10-22 2008-10-22 Method and apparatus for preventing duplicate button pressing by user

Publications (2)

Publication Number Publication Date
CN101394406A CN101394406A (en) 2009-03-25
CN101394406B true CN101394406B (en) 2012-10-03

Family

ID=40494479

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200810171188A Expired - Fee Related CN101394406B (en) 2008-10-22 2008-10-22 Method and apparatus for preventing duplicate button pressing by user

Country Status (1)

Country Link
CN (1) CN101394406B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102724225A (en) * 2011-03-30 2012-10-10 同方股份有限公司 Method and apparatus for preventing WAP web page from being accessed repeatedly
CN103368907B (en) * 2012-03-29 2017-02-22 腾讯科技(深圳)有限公司 Event report request system, method thereof, client device and report request method thereof
CN103455405A (en) * 2012-06-04 2013-12-18 阿里巴巴集团控股有限公司 Method and system for preventing button from being clicked repeatedly and method and system for unlocking button
CN106055253A (en) * 2016-05-30 2016-10-26 乐视控股(北京)有限公司 Virtual key triggering method and mobile terminal employing same
CN106020704A (en) * 2016-05-30 2016-10-12 乐视控股(北京)有限公司 Virtual key triggering method and mobile terminal thereof
CN106101236B (en) * 2016-06-20 2019-04-05 武汉斗鱼网络科技有限公司 A kind of user's input control method and device
CN106126061A (en) * 2016-06-21 2016-11-16 武汉斗鱼网络科技有限公司 A kind of interaction control method preventing adopting consecutive click chemical reaction and device
CN107133026A (en) * 2017-03-29 2017-09-05 广东网金控股股份有限公司 A kind of button event treating method and apparatus
CN108376092A (en) * 2018-02-24 2018-08-07 金蝶软件(中国)有限公司 A kind of control method and relevant apparatus of web pages component
CN108536793A (en) * 2018-04-02 2018-09-14 郑州云海信息技术有限公司 A kind of method and system for preventing ajax requests from repeating to submit
CN108650230A (en) * 2018-04-08 2018-10-12 福建网龙计算机网络信息技术有限公司 A kind of method and system preventing button automatically clicking
CN109117223B (en) * 2018-07-24 2021-06-25 北京酷我科技有限公司 Interactive algorithm for submitting request state prompt
CN109324835A (en) * 2018-10-09 2019-02-12 郑州云海信息技术有限公司 A kind of method, equipment and the storage medium of incoming event processing
CN113709258B (en) * 2021-10-27 2022-02-11 湖南新云网科技有限公司 Praise anti-replay method, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0315558D0 (en) * 2003-07-03 2003-08-13 Reed Edwin L Gaming machines
JP2004223922A (en) * 2003-01-23 2004-08-12 Ricoh Co Ltd Image formation device
US7482944B2 (en) * 2002-04-17 2009-01-27 Lsi Corporation Method and device for receiving sequential instructions

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7482944B2 (en) * 2002-04-17 2009-01-27 Lsi Corporation Method and device for receiving sequential instructions
JP2004223922A (en) * 2003-01-23 2004-08-12 Ricoh Co Ltd Image formation device
GB0315558D0 (en) * 2003-07-03 2003-08-13 Reed Edwin L Gaming machines

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
匿名.《禁用提交按钮防止重复操作》.《Asp.Net开发_3P代码网》.2006, *

Also Published As

Publication number Publication date
CN101394406A (en) 2009-03-25

Similar Documents

Publication Publication Date Title
CN101394406B (en) Method and apparatus for preventing duplicate button pressing by user
CN101572598B (en) Method and device for reliable rapid integration
CN104067276B (en) Client-side minimum is downloaded and the page navigation feature of simulation
CN101855618A (en) Method and system for changing execution environments during application execution
US20120110093A1 (en) Service oriented architecture version and dependency control
CN102043665B (en) System landscape aware inter-application communication infrastructure
CN102955694A (en) Client implementation method based on WebKit browser and client
CN101996093A (en) Method and system for converting desktop application to network application
US20160253158A1 (en) Backend custom code extensibility
US10218775B2 (en) Methods for servicing web service requests using parallel agile web services and devices thereof
CN104965690B (en) Data processing method and device
US9350738B2 (en) Template representation of security resources
CN108900627B (en) Network request method, terminal device and storage medium
CN110633443B (en) Method, device, equipment and medium for intra-page data communication
CN105516333A (en) Interactive method and system based on webpage
US11093309B1 (en) Communication hub for information technology (IT) services
CN106095886B (en) Data processing method and device
CN112764746B (en) Data processing method, device, electronic equipment and storage medium
CA2543887A1 (en) System and method for exposing synchronous web services as notification style web services
CN114253441B (en) Method and device for enabling target function, storage medium and electronic device
CN104079642B (en) Web site url switching method and device
CN103019867B (en) Script execution between process, system and browser
US9525754B1 (en) Task-based approach to execution, monitoring and execution control of actions
CN100524214C (en) MIS system function transferring method and transferring device
CN116361113A (en) Application state acquisition method and device, electronic equipment and readable storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee
CP03 Change of name, title or address

Address after: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee after: SHENZHEN JINDIE TIANYAN MIDDLEWARE Co.,Ltd.

Address before: 518057 Guangdong City, Nanshan District province high tech Zone in the middle of the industrial zone of the sparrow tower M-6 building, floor 1, area 3, second, 4

Patentee before: SHENZHEN KINGDEE MIDDLEWARE Co.,Ltd.

CP01 Change in the name or title of a patent holder

Address after: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee after: Shenzhen Kingdee tianyanyun computing Co.,Ltd.

Address before: South South technology twelve road 518057 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee before: SHENZHEN JINDIE TIANYAN MIDDLEWARE Co.,Ltd.

CP01 Change in the name or title of a patent holder
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20121003

CF01 Termination of patent right due to non-payment of annual fee