CN111158688A - Method and device for establishing iOS general component library, storage medium and processor - Google Patents

Method and device for establishing iOS general component library, storage medium and processor Download PDF

Info

Publication number
CN111158688A
CN111158688A CN201911419943.7A CN201911419943A CN111158688A CN 111158688 A CN111158688 A CN 111158688A CN 201911419943 A CN201911419943 A CN 201911419943A CN 111158688 A CN111158688 A CN 111158688A
Authority
CN
China
Prior art keywords
library
parameters
component library
libraries
ios
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.)
Pending
Application number
CN201911419943.7A
Other languages
Chinese (zh)
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.)
Beijing Internetware Ltd
Original Assignee
Smart Shenzhou Beijing 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 Smart Shenzhou Beijing Technology Co Ltd filed Critical Smart Shenzhou Beijing Technology Co Ltd
Priority to CN201911419943.7A priority Critical patent/CN111158688A/en
Publication of CN111158688A publication Critical patent/CN111158688A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Computer Security & Cryptography (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a method, a device, a storage medium and a processor for establishing an iOS general component library, wherein the method comprises a configuration process, and the configuration process comprises the following steps: acquiring related parameters; and configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library. The method can realize the mainstream functions of face recognition, voice recognition, IM, audio and video and the like based on the iOS platform, the iOS general component library can provide a large number of components and templates to facilitate development, and the iOS general component library is easy to maintain, simple to use and stable in performance, compared with the component library in the prior art, the method has multiple integrated functions, greatly shortens the development period, and is good in user experience and cost-saving.

Description

Method and device for establishing iOS general component library, storage medium and processor
Technical Field
The application relates to the technical field of component libraries, in particular to a method and a device for establishing an iOS general component library, a storage medium and a processor.
Background
Currently, iOS native development has a wide variety of third party library usage. However, for rapid development, component libraries currently have fewer functions.
The above information disclosed in this background section is only for enhancement of understanding of the background of the technology described herein and, therefore, certain information may be included in the background that does not form the prior art that is already known in this country to a person of ordinary skill in the art.
Disclosure of Invention
The present application mainly aims to provide a method, an apparatus, a storage medium, and a processor for constructing an iOS general component library, so as to solve the problem of fewer functions of the component library in the prior art.
According to an aspect of the embodiments of the present invention, there is provided a method for constructing an iOS universal component library, including a configuration process, the configuration process including: acquiring related parameters; and configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
Further, before obtaining the relevant parameters, the method further comprises: obtaining a key value; and starting the configuration process by utilizing the key value.
Further, configuring a component library according to the related parameters, comprising: sending the relevant parameters to the corresponding library through a router; and configuring the libraries according to the corresponding related parameters, wherein the configured libraries form the component library.
Further, the related parameters include display color matching parameters, function switch parameters, and availability parameters.
Further, the plurality of libraries further comprises a UI component library and a network library.
According to another aspect of the embodiments of the present invention, there is also provided an iOS general component library constructing apparatus, including a configuration unit, where the configuration unit includes: the acquisition module is used for acquiring related parameters; and the configuration module is used for configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
Further, the apparatus further comprises: the acquisition unit is used for acquiring key values before acquiring the related parameters; and the starting unit is used for starting the configuration unit by utilizing the key value.
Further, the related parameters include display color matching parameters, function switch parameters, and availability parameters.
According to still another aspect of embodiments of the present invention, there is also provided a storage medium including a stored program, wherein the program executes any one of the methods.
According to another aspect of the embodiments of the present invention, there is also provided a processor, configured to execute a program, where the program executes any one of the methods.
In the embodiment of the invention, the method comprises the steps of firstly obtaining relevant parameters, and then configuring a component library according to the relevant parameters, wherein the component library at least comprises an audio and video library, a timely communication library, a face recognition library and a voice recognition library, so that the mainstream functions of face recognition, voice recognition, IM, audio and video and the like are realized based on an iOS platform, the iOS general component library can provide a large number of components and templates to facilitate development, and the iOS general component library is easy to maintain, simple to use and stable in performance, has multiple integration functions, greatly shortens the development period, is good in user experience and saves the cost compared with the component library in the prior art.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, illustrate embodiments of the application and, together with the description, serve to explain the application and are not intended to limit the application. In the drawings:
FIG. 1 illustrates a flow diagram of a method of iOS generic component library construction according to one embodiment of the present application;
FIG. 2 illustrates a block diagram of an apparatus for iOS generic component library construction according to an embodiment of the present application;
FIG. 3 shows a flow diagram of an SDK configuration process according to an embodiment of the present application; and
fig. 4 to 8 show interface diagrams of the iOS platform in the embodiment of the present application.
Detailed Description
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It will be understood that when an element such as a layer, film, region, or substrate is referred to as being "on" another element, it can be directly on the other element or intervening elements may also be present. Also, in the specification and claims, when an element is described as being "connected" to another element, the element may be "directly connected" to the other element or "connected" to the other element through a third element.
For convenience of description, some terms or expressions referred to in the embodiments of the present application are explained below:
a voice recognition library: by adopting the AVFoundation + SpeechKit technology, libraries provided by the iOS system are highly packaged, and the use is more convenient, faster and more efficient.
Face recognition library: the AVFoundation and OpenCV technology is adopted to mainly realize the recognition of facial expressions such as human face blinking, head shaking, mouth opening and the like, compare data and carry out the next operation.
Audio and video database: the AVPlayer technology is adopted to mainly develop common functions of video such as video playing, caching, screen projection, fast forwarding, sharing and the like, and a set of own method is provided to call the AVPlayer technology to the outside more quickly and conveniently.
Instant messaging library (IM): the Socket technology is adopted, a network protocol is mainly packaged, a sending protocol and a receiving protocol of characters, pictures, voice and video streams are realized, and data adopt a json format.
As mentioned in the background, the component library in the prior art has less functions, and in order to solve the above problems, in an exemplary embodiment of the present application, a method, an apparatus, a storage medium, and a processor for constructing an iOS general-purpose component library are provided.
According to an embodiment of the application, a method for constructing an iOS universal component library is provided.
FIG. 1 is a flow diagram of a method of iOS generic component library construction according to one embodiment of the present application. As shown in fig. 1, the method comprises the steps of:
step S101, acquiring related parameters;
and step S102, configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
According to the method, relevant parameters are firstly obtained, and then a component library is configured according to the relevant parameters, wherein the component library at least comprises an audio and video library, a timely communication library, a face recognition library and a voice recognition library, so that the mainstream functions of face recognition, voice recognition, IM, audio and video and the like are realized based on an iOS platform.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
In an embodiment of the present application, before obtaining the relevant parameter, the method further includes: obtaining a key value; and starting the configuration process by using the key value. Specifically, a key value (key value) is applied, and the SDK component is started by using the key value to obtain a relevant parameter for configuration.
In an embodiment of the present application, configuring the component library according to the related parameters includes: sending the related parameters to the corresponding library through a router; the libraries are configured according to the corresponding related parameters, and the configured libraries form the component library. Specifically, the components in the library are customized by adopting the configuration method, so that the iOS platform realizes the corresponding functions through the components.
In one embodiment of the present application, the related parameters include display color matching parameters, function switch parameters, and availability parameters. Specifically, a library corresponding to the display color matching parameters, the function switch parameters and the available or unavailable parameters is configured, and the configured library forms a component library.
In an embodiment of the present application, the plurality of libraries further include a UI component library and a web library. Specifically, the UI component library comprises a plurality of user interface components, the user interface components are used for representing user interfaces, the network library adopts an open-source AFNetworking multithreading technology, and the network library can manage and maintain all network requests. Of course, the library is not limited thereto, and those skilled in the art can select an appropriate component library according to actual situations.
The embodiment of the present application further provides a device for constructing an iOS general component library, and it should be noted that the device for constructing an iOS general component library according to the embodiment of the present application may be used to execute the method for constructing an iOS general component library provided in the embodiment of the present application. The following describes an apparatus for constructing an iOS universal component library provided in an embodiment of the present application.
FIG. 2 is a schematic diagram of an apparatus for iOS generic component library building according to one embodiment of the present application. As shown in fig. 2, the apparatus includes a configuration unit 10, where the configuration unit 10 includes:
the acquisition module is used for acquiring related parameters;
and the configuration module is used for configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
In the device, the acquisition module acquires related parameters, the configuration module configures the component library according to the related parameters, the component library at least comprises an audio and video library, a timely communication library, a face recognition library and a voice recognition library, so that the mainstream functions of face recognition, voice recognition, IM, audio and video and the like are realized based on an iOS platform, the iOS general component library can provide a large number of components and templates to facilitate development, and the iOS general component library is easy to maintain, simple to use and stable in performance, has multiple integration functions compared with the component library in the prior art, greatly shortens the development period, and is good in user experience and cost-saving.
In an embodiment of the present application, as shown in fig. 2, the apparatus further includes an obtaining unit 20 and a starting unit 30, where the obtaining unit 20 is configured to obtain a key value before obtaining the relevant parameter; the activating unit 30 is used for activating the configuration unit by using the key value. Specifically, a key value (key value) is applied, and the SDK component is started by using the key value to obtain a relevant parameter for configuration.
In an embodiment of the present application, the configuration module includes a sending submodule and a configuration submodule, where the sending submodule is configured to send the relevant parameter to the corresponding library through a router; the configuration submodule is used for configuring the libraries according to the corresponding related parameters, and each configured library forms the component library. Specifically, the components in the library are customized by adopting the configuration method, so that the iOS platform realizes the corresponding functions through the components.
In one embodiment of the present application, the related parameters include display color matching parameters, function switch parameters, and availability parameters. Specifically, a library corresponding to the display color matching parameters, the function switch parameters and the available or unavailable parameters is configured, and the configured library forms a component library.
In an embodiment of the present application, the plurality of libraries further include a UI component library and a web library. Specifically, the UI component library comprises a plurality of user interface components, the user interface components are used for representing user interfaces, the network library adopts an open-source AFNetworking multithreading technology, and the network library can manage and maintain all network requests. Of course, the library is not limited thereto, and those skilled in the art can select an appropriate component library according to actual situations.
In order to make the technical solutions of the present application more clearly understood by those skilled in the art, the technical solutions of the present application will be described below with reference to specific embodiments.
Examples
As shown in fig. 3, the configuration process using the SDK includes: applying for a key value (key value), starting an SDK component by utilizing the key value to obtain related parameters for configuration, sending the related parameters to the corresponding library through a router, configuring the library according to the corresponding related parameters, wherein the library comprises a UI component library, a network library, an audio and video library, a timely communication library (IM), a face recognition library, a voice recognition library and the like, and the configured library forms a component library.
As shown in fig. 4 to 8, the component library is developed to have an iOS platform that has most of the mainstream effects, such as drawers, waterfall flow, internationalization, Tabbar top-setting, positioning, etc. The component library provides various components and templates for a developer to select, development efficiency is greatly improved, development time is saved, and a background can be directly configured.
The device constructed by the iOS general component library comprises a processor and a memory, wherein the configuration unit, the acquisition unit, the starting unit and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the problem that the function of the component library in the prior art is less is solved by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
An embodiment of the present invention provides a storage medium on which a program is stored, the program implementing the method for constructing the iOS universal component library described above when executed by a processor.
The embodiment of the invention provides a processor, wherein the processor is used for running a program, and the method for constructing the iOS general component library is executed when the program runs.
The embodiment of the invention provides equipment, which comprises a processor, a memory and a program which is stored on the memory and can run on the processor, wherein when the processor executes the program, at least the following steps are realized:
step S101, acquiring related parameters;
and step S102, configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
The device herein may be a server, a PC, a PAD, a mobile phone, etc.
The present application further provides a computer program product adapted to perform a program of initializing at least the following method steps when executed on a data processing device:
step S101, acquiring related parameters;
and step S102, configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the above-described division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or may be integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the above methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
From the above description, it can be seen that the above-described embodiments of the present application achieve the following technical effects:
1) according to the method, relevant parameters are firstly obtained, then the component library is configured according to the relevant parameters, the component library at least comprises an audio and video library, a timely communication library, a face recognition library and a voice recognition library, so that the mainstream functions of face recognition, voice recognition, IM, audio and video and the like are realized based on an iOS platform, the iOS general component library can provide a large number of components and templates to facilitate development, and the iOS general component library is easy to maintain, simple to use and stable in performance.
2) In the device of this application, the acquisition module acquires relevant parameter, the configuration module is according to relevant parameter configuration component storehouse, the component storehouse includes the audio frequency and video storehouse at least, in time communication storehouse, face identification storehouse and speech recognition storehouse, thereby realize face identification based on the iOS platform, speech recognition, IM, mainstream functions such as audio frequency and video, this general component storehouse of iOS can provide a large amount of subassemblies and template so that develop, and this general component storehouse of iOS is easy to maintain, high durability and convenient use, stable performance, compare in prior art's component storehouse, integrated function is many, shorten development cycle greatly, user experience is good, and the cost is saved.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for constructing an iOS universal component library, which is characterized by comprising a configuration process, wherein the configuration process comprises the following steps:
acquiring related parameters;
and configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
2. The method of claim 1, wherein prior to obtaining relevant parameters, the method further comprises:
obtaining a key value;
and starting the configuration process by utilizing the key value.
3. The method of claim 1, wherein configuring the library of components according to the relevant parameters comprises:
sending the relevant parameters to the corresponding library through a router;
and configuring the libraries according to the corresponding related parameters, wherein the configured libraries form the component library.
4. The method of claim 1, wherein the associated parameters include display color matching parameters, function switch parameters, and availability parameters.
5. The method of claim 1, wherein the plurality of libraries further comprises a UI component library and a web library.
6. An apparatus for iOS universal component library construction, comprising a configuration unit, the configuration unit comprising:
the acquisition module is used for acquiring related parameters;
and the configuration module is used for configuring a component library according to the related parameters, wherein the component library comprises a plurality of libraries, and the plurality of libraries comprise an audio and video library, a timely communication library, a face recognition library and a voice recognition library.
7. The apparatus of claim 6, further comprising:
the acquisition unit is used for acquiring key values before acquiring the related parameters;
and the starting unit is used for starting the configuration unit by utilizing the key value.
8. The apparatus of claim 6, wherein the related parameters include display color matching parameters, function switch parameters, and availability parameters.
9. A storage medium, characterized in that the storage medium comprises a stored program, wherein the program performs the method of any one of claims 1 to 5.
10. A processor, characterized in that the processor is configured to run a program, wherein the program when running performs the method of any of claims 1 to 5.
CN201911419943.7A 2019-12-31 2019-12-31 Method and device for establishing iOS general component library, storage medium and processor Pending CN111158688A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911419943.7A CN111158688A (en) 2019-12-31 2019-12-31 Method and device for establishing iOS general component library, storage medium and processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911419943.7A CN111158688A (en) 2019-12-31 2019-12-31 Method and device for establishing iOS general component library, storage medium and processor

Publications (1)

Publication Number Publication Date
CN111158688A true CN111158688A (en) 2020-05-15

Family

ID=70560513

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911419943.7A Pending CN111158688A (en) 2019-12-31 2019-12-31 Method and device for establishing iOS general component library, storage medium and processor

Country Status (1)

Country Link
CN (1) CN111158688A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000389A (en) * 2020-06-24 2020-11-27 苏州浪潮智能科技有限公司 Configuration recommendation method, system, device and computer storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017096065A1 (en) * 2015-12-02 2017-06-08 Alibaba Group Holding Limited Running applications using pre-generated components
CN108845797A (en) * 2018-06-28 2018-11-20 深圳市乾乾编程科技有限公司 A kind of speech recognition type programmed method, device and computer equipment
CN110069312A (en) * 2019-04-26 2019-07-30 北京三快在线科技有限公司 A kind of method and device of UI component Configuration and generation UI Component Gallery

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017096065A1 (en) * 2015-12-02 2017-06-08 Alibaba Group Holding Limited Running applications using pre-generated components
CN108845797A (en) * 2018-06-28 2018-11-20 深圳市乾乾编程科技有限公司 A kind of speech recognition type programmed method, device and computer equipment
CN110069312A (en) * 2019-04-26 2019-07-30 北京三快在线科技有限公司 A kind of method and device of UI component Configuration and generation UI Component Gallery

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
薛冲;薛阳;: "基于ActionScript3语言的组件库架构研究" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112000389A (en) * 2020-06-24 2020-11-27 苏州浪潮智能科技有限公司 Configuration recommendation method, system, device and computer storage medium
CN112000389B (en) * 2020-06-24 2022-07-08 苏州浪潮智能科技有限公司 Configuration recommendation method, system, device and computer storage medium

Similar Documents

Publication Publication Date Title
US10530850B2 (en) Dynamic call control
US10904488B1 (en) Generated realistic representation of video participants
US10540697B2 (en) Method and system for a styling platform
US11762629B2 (en) System and method for providing a response to a user query using a visual assistant
CN104580930A (en) Group photo taking method and system
CN107613242A (en) Video conference processing method and terminal, server
CN103369505A (en) Card selection method and system for multi-card mobile terminal, and mobile terminal
CN104735271B (en) A kind of method and terminal of intelligent multimedia telephone terminal processing speech business
WO2021114854A1 (en) Engine isolation method and related apparatus
CN111679811B (en) Web service construction method and device
CN110062115A (en) Communication means, terminal, carrier server and smart machine
CN102930610A (en) Check-in information processing method and system
CN113434105A (en) Screen projection control method and device, storage medium and electronic equipment
CN113434844A (en) Intelligent scene building method and device, storage medium and electronic equipment
CN111158688A (en) Method and device for establishing iOS general component library, storage medium and processor
CN108696625A (en) Store message
CN108198549A (en) Equipment control method, device, storage medium, server and user terminal
CN109068010A (en) voice content recording method and device
CN105204718B (en) Information processing method and electronic equipment
US11017129B2 (en) Template selector
CN116456496A (en) Resource scheduling method, storage medium and electronic equipment
US10972656B2 (en) Cognitively coaching a subject of a photograph
CN113128534A (en) Method, device and storage medium for emotion recognition
US20150201159A1 (en) Communication Method and Electronic Device
CN102611697B (en) For noticing the method and apparatus that meeting is attended to change with multilingual

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

Effective date of registration: 20200805

Address after: 1608, 14 / F, No. 65, Beisihuan West Road, Haidian District, Beijing 100080

Applicant after: BEIJING INTERNETWARE Ltd.

Address before: No. 603, floor 6, No. 9, Shangdi 9th Street, Haidian District, Beijing 100085

Applicant before: Smart Shenzhou (Beijing) Technology Co.,Ltd.

TA01 Transfer of patent application right
AD01 Patent right deemed abandoned

Effective date of abandoning: 20240913