CN113795001A - Method and device for sending system short message based on SPI - Google Patents

Method and device for sending system short message based on SPI Download PDF

Info

Publication number
CN113795001A
CN113795001A CN202111101924.7A CN202111101924A CN113795001A CN 113795001 A CN113795001 A CN 113795001A CN 202111101924 A CN202111101924 A CN 202111101924A CN 113795001 A CN113795001 A CN 113795001A
Authority
CN
China
Prior art keywords
short message
service
interface
standard
calling
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
CN202111101924.7A
Other languages
Chinese (zh)
Other versions
CN113795001B (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.)
Shanghai Zhongtongji Network Technology Co Ltd
Original Assignee
Shanghai Zhongtongji Network Technology 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 Shanghai Zhongtongji Network Technology Co Ltd filed Critical Shanghai Zhongtongji Network Technology Co Ltd
Priority to CN202111101924.7A priority Critical patent/CN113795001B/en
Publication of CN113795001A publication Critical patent/CN113795001A/en
Application granted granted Critical
Publication of CN113795001B publication Critical patent/CN113795001B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/133Protocols for remote procedure calls [RPC]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2133Verifying human interaction, e.g., Captcha

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method and a device for sending system short messages based on SPI, which comprises the steps of constructing a standard short message interface and instantiating the standard short message interface; processing is carried out based on a standard short message interface so as to meet the requirements of different application scenes; judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is realized, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.

Description

Method and device for sending system short message based on SPI
Technical Field
The invention belongs to the technical field of internet, and particularly relates to a method and a device for sending system short messages based on SPI.
Background
With the continuous development of the mobile internet technology, the traditional API is that a caller depends on the implementation of an interface to realize service use, the diversification and the complication of service scenes promote the production application of people, and the framework extension and the component replacement are required to be realized. The international overseas system uses the short message function of an operator for a quick response of a user after applying each country, but the prior art has the following: and firstly, newly adding an operator each time, rewriting codes of the application system and calling a corresponding API (application programming interface). And secondly, each adjustment needs to be performed from the links of encoding, debugging, testing and deployment. And thirdly, when a country is newly added to the overseas system for operation, under the condition that the service scene is not changed, the short message service is realized again only.
In summary, the conventional method needs strong code coupling, high debugging cost and more uncertainties; traditional conditional routing judgment adds a great deal of redundant codes; the new country is added each time, the process needs to be recompiled, packaged and deployed, the whole process is long, the efficiency is low, uncontrollable factors are more in the process, and risks are easily caused by accidents.
Disclosure of Invention
In view of the above, the present invention provides a method and a device for sending a system short message based on an SPI, so as to solve the problems of low system short message sending efficiency and high risk in the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme: a method for sending system short messages based on SPI includes:
constructing a standard short message interface and instantiating;
processing based on the standard short message interface to meet the requirements of different application scenes;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
traversing all services in the configuration file and instantiating class reflection loads in the configuration file.
Further, the application service scenario includes:
a pickup short message, an urging short message and a user login verification code.
Further, the building a load class processing object according to the service loader includes:
and constructing a new post-loaded iterator by using the internal API provided by java through the transmitted service loader.
Further, instantiating the class reflection load in the configuration file includes:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
Further, the processing based on the standard short message interface to meet the requirements of different application scenarios includes:
and pushing the message searching content according to the server addresses, the message formats and the corresponding protocols provided by operators of different countries.
The embodiment of the application provides a device for sending system short messages based on SPI, include:
the building module is used for building a standard short message interface and instantiating the standard short message interface;
the processing module is used for processing based on the standard short message interface so as to meet the requirements of different application scenes;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
and the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation.
By adopting the technical scheme, the invention can achieve the following beneficial effects:
the invention provides a method and a device for sending system short messages based on SPI, wherein the method comprises the steps of constructing a standard short message interface and instantiating; processing is carried out based on a standard short message interface so as to meet the requirements of different application scenes; judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is realized, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating steps of a method for sending a system short message based on SPI according to the present invention;
FIG. 2 is a schematic diagram of a process for constructing a standard short message interface according to the present invention;
fig. 3 is a schematic structural diagram of a device for sending a system short message based on an SPI according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
The SPI is a specific implementation technology for finding services through an expanded interface, an interface specification is formulated by a calling party by the SPI, the calling of short messages is really realized at present, the short messages of external service providers required by the SPI are selected according to service scenes, the decoupling of calling and realizing is really realized, the services of different operators can be dynamically changed in the operation of a system, and new services can be dynamically loaded in the development process of new national services.
In the existing service implementation, interface services of operators need to be taken first, then development, calling and debugging are carried out, and when an operator is newly added, the same development period and process are needed for newly added countries, so that the great repeated labor and the low efficiency are realized.
According to the technical scheme, under the premise of a scene that service calling is solidified, the overseas system can be subjected to back loading according to the message services of different countries, different time zones and different operators under the condition of zero adjustment, so that the development and implementation of new services are met.
A specific method for sending a system short message based on an SPI provided in the embodiments of the present application is described below with reference to the accompanying drawings.
As shown in fig. 1, the method for sending a system short message based on an SPI provided in the embodiment of the present application includes:
s101, constructing a standard short message interface and instantiating the standard short message interface;
s102, processing is carried out based on the standard short message interface so as to meet the requirements of different application scenes;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
traversing all services in the configuration file and instantiating class reflection loads in the configuration file.
The working principle of the method for sending the system short message based on the SPI is as follows: referring to fig. 2, firstly, the scope of the service domain to which the application service scene belongs and the corresponding interface calling template are judged through the application service scene, and the service to be called is judged to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. After a standard short message interface is constructed, processing is carried out to meet the requirements of different application scenes.
The application provides a method for sending system short messages by using an SPI technology, which can solve the problem of dynamic loading service expansion without integrally driving the whole service system to adjust, and can finish the big problem by using a small operation, thereby finally shortening the development period and improving the response capability of the system.
Preferably, the application service scenario includes:
a pickup short message, an urging short message and a user login verification code.
Preferably, the building a load class processing object according to the service loader includes:
and constructing a new post-loaded iterator by using the internal API provided by java through the transmitted service loader.
Preferably, the instantiating the class reflection load in the configuration file includes:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
Preferably, the processing based on the standard short message interface to meet the requirements of different application scenarios includes:
and pushing the message searching content according to the server addresses, the message formats and the corresponding protocols provided by operators of different countries.
In this embodiment, the range of the service domain to which the current service scene belongs and the corresponding interface call template can be determined by taking a short message, an introduction message, a user login verification code, and other scenes in the service scene, so that it can be determined that a specific service needs to be called currently. The device for triggering and calling the short message in the application system uses a universal interface for different countries, different time zones, different languages and different service scenes. In this embodiment, a standard calling party interface of the short message is predefined, the assembled control right is moved to the outside of the application system program, only a file named by a service interface is created under META/services/directory according to convention, the file is a specific service implementation object for implementing the service interface, and when the module is assembled by an external program, the specific implementation class name can be found through a configuration file, and the module is loaded and instantiated to complete the injection of the module. Then, an SMSSendinterface interface is defined, and a new ServiceLoader object is constructed by the ServiceLoader < SMSSendinterface > smsSendInterface. The method comprises the steps of transmitting a current class loader, realizing by using an internal API provided by java, and constructing a new iterator loaded after thread. Note that the above post-loaded iterator, which is an internal class, scans (notably all referenced jar packs) all the Service names in the META-INF/Service directory configuration file. In the process, the system loads all the configuration class information in the configuration file through reflection, instantiates and loads the configuration class information into a cache.
Processing is performed based on the standard short message interface to meet the requirements of different application scenarios, and only a full qualified name smssendenterface java file is required to be processed under the directory, where the file specifies names of namespaces of full paths, such as com. By way of example, VnSMSSendImpl:
the VnSMSSendImpl is a specific implementation of sending a vietnam short message, and the content of the short message is pushed according to an address of a service provided by a vietnam operator, a format of a message and a corresponding protocol.
TlSMSSendImpl:
TlSMSSendImpl is a specific implementation of Thailand short message sending, and the content of the short message is pushed according to the address of the service provided by the Thailand operator, the format of the message and a corresponding protocol.
CbSMSSendImpl:
CbSMSSendImpl is a specific implementation of sending short messages in cambodia, and we only need to push the content of a short message according to the address, format and corresponding protocol of a service provided by an operator in cambodia.
As shown in fig. 3, an apparatus for sending a system short message based on an SPI in an embodiment of the present application includes:
the building module 301 is used for building and instantiating a standard short message interface;
a processing module 302, configured to perform processing based on the standard short message interface to meet requirements of different application scenarios;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
and the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation.
The working principle of the device for sending the system short message based on the SPI is that a judging unit judges the range of a service domain to which the judging unit belongs and a corresponding interface calling template through an application service scene, and judges a service to be called so as to trigger the calling of the short message device and construct a standard calling interface; the construction unit constructs a new service loader and a loading class processing object according to the service loader; the loading unit traverses all services in the configuration file and performs class reflection loading in the configuration file for instantiation, and a standard short message interface is constructed and instantiated; and the processing module processes the short message based on the standard short message interface so as to meet the requirements of different application scenes.
The embodiment of the application provides computer equipment, which comprises a processor and a memory connected with the processor;
the memory is used for storing a computer program, and the computer program is used for executing the method for sending the system short message based on the SPI provided by any one of the embodiments;
the processor is used to call and execute the computer program in the memory.
In summary, the present invention provides a method and an apparatus for sending a system short message based on SPI, the method includes constructing a standard short message interface and instantiating the standard short message interface; processing is carried out based on a standard short message interface so as to meet the requirements of different application scenes; judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is realized, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.
It is to be understood that the embodiments of the method provided above correspond to the embodiments of the apparatus described above, and the corresponding specific contents may be referred to each other, which is not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (6)

1. A method for sending system short messages based on SPI is characterized in that the method comprises the following steps:
constructing a standard short message interface and instantiating;
processing based on the standard short message interface to meet the requirements of different application scenes;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
traversing all services in the configuration file and instantiating class reflection loads in the configuration file.
2. The method of claim 1, wherein the application service scenario comprises:
a pickup short message, an urging short message and a user login verification code.
3. The method of claim 1 or 2, wherein said building a load class processing object from said service loader comprises:
and constructing a new post-loaded iterator by using the internal API provided by java through the transmitted service loader.
4. The method of claim 1, wherein instantiating a class reflection load in a configuration file comprises:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
5. The method of claim 1, wherein the processing based on the standard short message interface to meet the requirements of different application scenarios comprises:
and pushing the message searching content according to the server addresses, the message formats and the corresponding protocols provided by operators of different countries.
6. A device for sending system short messages based on SPI is characterized in that the device comprises:
the building module is used for building a standard short message interface and instantiating the standard short message interface;
the processing module is used for processing based on the standard short message interface so as to meet the requirements of different application scenes;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
and the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation.
CN202111101924.7A 2021-09-18 2021-09-18 Method and device for sending system short message based on SPI Active CN113795001B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111101924.7A CN113795001B (en) 2021-09-18 2021-09-18 Method and device for sending system short message based on SPI

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111101924.7A CN113795001B (en) 2021-09-18 2021-09-18 Method and device for sending system short message based on SPI

Publications (2)

Publication Number Publication Date
CN113795001A true CN113795001A (en) 2021-12-14
CN113795001B CN113795001B (en) 2023-01-31

Family

ID=79184138

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111101924.7A Active CN113795001B (en) 2021-09-18 2021-09-18 Method and device for sending system short message based on SPI

Country Status (1)

Country Link
CN (1) CN113795001B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115297446A (en) * 2022-06-28 2022-11-04 上海淇玥信息技术有限公司 Short message service access optimization processing method, system and computer equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103607702A (en) * 2013-11-15 2014-02-26 上海大汉三通通信股份有限公司 A method and system for carrying out communication among different platforms in short message service
CN103686723A (en) * 2012-09-19 2014-03-26 镇江诺尼基智能技术有限公司 System and method for processing complex SMS (short message service) message of mobile customer hotline SMS messaging service hall
CN105843654A (en) * 2016-04-14 2016-08-10 广州市久邦数码科技有限公司 Method and system for implementing dynamic loading of advertisement SDK (software development kit)
CN109710428A (en) * 2018-12-27 2019-05-03 杭州数梦工场科技有限公司 A kind of dynamic call method and device for realizing class
CN110955543A (en) * 2019-12-12 2020-04-03 浙江大搜车软件技术有限公司 Service processing method, device, equipment and computer readable storage medium
CN111258772A (en) * 2018-12-01 2020-06-09 阿里巴巴集团控股有限公司 Service calling information processing method, device and system
CN113115241A (en) * 2021-04-07 2021-07-13 青岛容商天下网络有限公司 Industrial Internet system based on industrial brain

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103686723A (en) * 2012-09-19 2014-03-26 镇江诺尼基智能技术有限公司 System and method for processing complex SMS (short message service) message of mobile customer hotline SMS messaging service hall
CN103607702A (en) * 2013-11-15 2014-02-26 上海大汉三通通信股份有限公司 A method and system for carrying out communication among different platforms in short message service
CN105843654A (en) * 2016-04-14 2016-08-10 广州市久邦数码科技有限公司 Method and system for implementing dynamic loading of advertisement SDK (software development kit)
CN111258772A (en) * 2018-12-01 2020-06-09 阿里巴巴集团控股有限公司 Service calling information processing method, device and system
CN109710428A (en) * 2018-12-27 2019-05-03 杭州数梦工场科技有限公司 A kind of dynamic call method and device for realizing class
CN110955543A (en) * 2019-12-12 2020-04-03 浙江大搜车软件技术有限公司 Service processing method, device, equipment and computer readable storage medium
CN113115241A (en) * 2021-04-07 2021-07-13 青岛容商天下网络有限公司 Industrial Internet system based on industrial brain

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115297446A (en) * 2022-06-28 2022-11-04 上海淇玥信息技术有限公司 Short message service access optimization processing method, system and computer equipment

Also Published As

Publication number Publication date
CN113795001B (en) 2023-01-31

Similar Documents

Publication Publication Date Title
US7877091B2 (en) Method and system for executing a container managed application on a processing device
CN104219316A (en) Method and device for processing call request in distributed system
CN109933381B (en) Kernel loading method and device
EP1416353A2 (en) Communication device, program and recording media
CN111316230B (en) Method and equipment for generating patch package
CN109343983B (en) Information interaction method, device, equipment and storage medium between function modules
CN113795001B (en) Method and device for sending system short message based on SPI
CN109725887B (en) Data interaction method and device based on message research and development framework and terminal equipment
CN109388388B (en) Information interaction method, device, equipment and storage medium between function modules
JP2005228183A (en) Program execution method and computer system for executing the program
CN105260200A (en) Processing method and device for upgrading operating system
US20070038979A1 (en) Method and system for transparently controlling the behavior of service methods in a service oriented architecture
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN116755788A (en) On-line rule modification method, device, equipment and storage medium
CN105893031A (en) Cache operation implementation method, calling method of business layer method and device
CN113452776B (en) PaaS platform service scheduling method and device and PaaS platform
CN114880020A (en) Software development kit management method, related device and computer program product
CN110417978B (en) Menu configuration method, device, equipment and storage medium
CN107544854B (en) Method and system for synchronously accessing cross-process data
CN113312390A (en) Service data calling method and device, storage medium and electronic equipment
CN113778546A (en) Method and device for gray scale optimization
CN111796861A (en) Packaging method and device, electronic equipment and storage medium
CN115080276B (en) Application program function dynamic switching method and device, storage medium and electronic equipment
CN117076160B (en) Component calling method, device, equipment and storage medium
CN114422637B (en) Media request processing method and cross-platform engine system

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