CN109254769A - A kind of method for parameter configuration based on vue.js, system and device - Google Patents

A kind of method for parameter configuration based on vue.js, system and device Download PDF

Info

Publication number
CN109254769A
CN109254769A CN201810830999.0A CN201810830999A CN109254769A CN 109254769 A CN109254769 A CN 109254769A CN 201810830999 A CN201810830999 A CN 201810830999A CN 109254769 A CN109254769 A CN 109254769A
Authority
CN
China
Prior art keywords
parameter
array
vue
association analysis
parameter configuration
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
CN201810830999.0A
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.)
Wuxi Tvmining Juyuan Media Technology Co Ltd
Original Assignee
Wuxi Tvmining Juyuan Media 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 Wuxi Tvmining Juyuan Media Technology Co Ltd filed Critical Wuxi Tvmining Juyuan Media Technology Co Ltd
Priority to CN201810830999.0A priority Critical patent/CN109254769A/en
Publication of CN109254769A publication Critical patent/CN109254769A/en
Pending legal-status Critical Current

Links

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a kind of method for parameter configuration based on vue.js, system and device, method includes: to create parameter array based on vue technology, and parameter to be configured is added in the parameter array with json format;Parameter configuration item is added to parameter array by addContent function;Parameter array after addition parameter configuration item is saved in database;System includes creation module, adding module and memory module;System further includes memory and processor.Compared to the prior art, the present invention is when changing configuration, it is not necessary that the matching one by one of parameter is cut and carried out to mass data, the parameter array that can carry out integration saves, it reduces the error rate of Parameter Configuration process and improves work efficiency, can be widely applied to field of computer technology.

Description

A kind of method for parameter configuration based on vue.js, system and device
Technical field
The present invention relates to field of computer technology, especially a kind of method for parameter configuration based on vue.js, system and dress It sets.
Background technique
Vue.js is the gradual frame of the web interface of a building data-driven.The target of Vue.js is by the greatest extent may be used The simple API of energy realizes the data binding and combined view component of response.
Currently, to realize the normal display of software interface, configuration multiple parameters, such as title, interface ratio are generally required With picture color etc..But with the continuous growth and the continuous change of type of business of user demand, the parameter of display interface Configuration needs often change, and existing parameter storing method is individually saved after splitting parameter, so joining in change It when number configuration, needs to cut a large amount of supplemental characteristic, then carries out the matching of parameter ID one by one, it finally could be right Relevant parameter is modified, and the efficiency of this processing method is very low and parameter configuration is easy to cause to malfunction, therefore, configuration software circle The parameter in face becomes a great problem that programmer faces in the process of development.
Summary of the invention
In order to solve the above technical problems, it is an object of the invention to: provide a kind of high-efficient and error rate it is low based on Method for parameter configuration, system and the device of vue.js.
First technical solution adopted by the present invention is:
A kind of method for parameter configuration based on vue.js, comprising the following steps:
Parameter array is created based on vue technology, and parameter to be configured is added to the parameter array with json format In;
Parameter configuration item is added to parameter array by addContent function;
Parameter array after addition parameter configuration item is saved in database.
Further, each parameter array stores four parameters to be configured.
Further, the parameter configuration item includes call parameter configuration item and inessential parameter configuration item, the necessary ginseng Number configuration item includes parameter name, aspect ratio, display marker and operation position.
Further, the inessential parameter configuration item includes parameter type, parameter minimum value, parameter maximum value, parameter value Type, parameter default and parameter command number.
Further, further comprising the steps of:
Obtain the parameter array in database;
First association analysis is carried out to the parameter in parameter array using Apriori algorithm;
Second association analysis is carried out to the parameter in parameter array using FP-growth algorithm;
According to the first association analysis and the second association analysis as a result, carrying out storage optimization to parameter array.
Further, described the step for first association analysis is carried out to the parameter in parameter array using Apriori algorithm, The following steps are included:
First frequent item set list of parameter configuration item in the array that gets parms;
According to the first frequent item set list, the first correlation rule set is generated;
The confidence level for calculating each correlation rule in the first correlation rule set obtains meet Minimum support4 requirement One correlation rule.
Further, described that this step of second association analysis is carried out to the parameter in parameter array using FP-growth algorithm Suddenly, comprising the following steps:
According to the parameter configuration item in parameter array, FP tree is constructed based on preset minimum value scale;
According to the FP tree of building, the second frequent item set list of parameter configuration item is generated;
According to the second frequent item set list, the second correlation rule set is generated;
The confidence level for calculating each correlation rule in the second correlation rule set obtains meet Minimum support4 requirement Two correlation rules.
Second technical solution adopted by the present invention is:
A kind of parameter configuring system based on vue.js, comprising:
Creation module for creating parameter array based on vue technology, and parameter to be configured is added to json format In the parameter array;
Adding module, for adding parameter configuration item to parameter array by addContent function;
Memory module, for the parameter array after addition parameter configuration item to be saved in database.
Further, further includes:
Module is obtained, for obtaining the parameter array in database;
First association analysis module, for carrying out the first association point to the parameter in parameter array using Apriori algorithm Analysis;
Second association analysis module, for carrying out the second association to the parameter in parameter array using FP-growth algorithm Analysis;
Optimization module, for according to the first association analysis and the second association analysis as a result, being stored to parameter array Optimization.
Third technical solution adopted by the present invention is:
A kind of parameter configuration device based on vue.js, comprising:
Memory, for storing program;
Processor is used for loading procedure, is matched with executing a kind of parameter based on vue.js as described in the first technical solution Set method.
The beneficial effects of the present invention are: the present invention is primarily based on vue technology creation parameter array, and by parameter to be configured It is added in the parameter array with json format, may then pass through addContent function and match to parameter array addition parameter Set item, entire parameter array can be saved in database, compared to the prior art, the present invention change configuration when, It is not necessary that the matching one by one of parameter is cut and carried out to mass data, the parameter array that can carry out integration is saved, drop It the low error rate of Parameter Configuration process and improves work efficiency.
Detailed description of the invention
Fig. 1 is a kind of overall step flow chart of the method for parameter configuration based on vue.js of the present invention;
Fig. 2 is the structural schematic diagram of FP tree in the embodiment of the present invention.
Specific embodiment
The present invention is further explained and is illustrated with specific embodiment with reference to the accompanying drawings of the specification.For of the invention real The step number in example is applied, is arranged only for the purposes of illustrating explanation, any restriction is not done to the sequence between step, is implemented The execution sequence of each step in example can be adaptively adjusted according to the understanding of those skilled in the art.
Referring to Fig.1, a kind of method for parameter configuration based on vue.js of the present invention, comprising the following steps:
Parameter array is created based on vue technology, and parameter to be configured is added to the parameter array with json format In;
Parameter configuration item is added to parameter array by addContent function;
Parameter array after addition parameter configuration item is saved in database.
It is further used as preferred embodiment, each parameter array stores four parameters to be configured.
It is further used as preferred embodiment, the parameter configuration item includes call parameter configuration item and inessential parameter Configuration item, the call parameter configuration item include parameter name, aspect ratio, display marker and operation position.
Be further used as preferred embodiment, the inessential parameter configuration item include parameter type, parameter minimum value, Parameter maximum value, Parameter Value Type, parameter default and parameter command number.
It is further used as preferred embodiment, further comprising the steps of:
Obtain the parameter array in database;
First association analysis is carried out to the parameter in parameter array using Apriori algorithm;
Second association analysis is carried out to the parameter in parameter array using FP-growth algorithm;
According to the first association analysis and the second association analysis as a result, carrying out storage optimization to parameter array.
It is further used as preferred embodiment, it is described that the is carried out to the parameter in parameter array using Apriori algorithm The step for one association analysis, comprising the following steps:
First frequent item set list of parameter configuration item in the array that gets parms;
According to the first frequent item set list, the first correlation rule set is generated;
The confidence level for calculating each correlation rule in the first correlation rule set obtains meet Minimum support4 requirement One correlation rule.
It is further used as preferred embodiment, it is described that the parameter in parameter array is carried out using FP-growth algorithm The step for second association analysis, comprising the following steps:
According to the parameter configuration item in parameter array, FP tree is constructed based on preset minimum value scale;
According to the FP tree of building, the second frequent item set list of parameter configuration item is generated;
According to the second frequent item set list, the second correlation rule set is generated;
The confidence level for calculating each correlation rule in the second correlation rule set obtains meet Minimum support4 requirement Two correlation rules.
It is corresponding with the method for Fig. 1, a kind of parameter configuring system based on vue.js of the present invention, comprising:
Creation module for creating parameter array based on vue technology, and parameter to be configured is added to json format In the parameter array;
Adding module, for adding parameter configuration item to parameter array by addContent function;
Memory module, for the parameter array after addition parameter configuration item to be saved in database.
It is further used as preferred embodiment, further includes:
Module is obtained, for obtaining the parameter array in database;
First association analysis module, for carrying out the first association point to the parameter in parameter array using Apriori algorithm Analysis;
Second association analysis module, for carrying out the second association to the parameter in parameter array using FP-growth algorithm Analysis;
Optimization module, for according to the first association analysis and the second association analysis as a result, being stored to parameter array Optimization.
It is corresponding with the method for Fig. 1, a kind of parameter configuration device based on vue.js of the present invention, comprising:
Memory, for storing program;
Processor is used for loading procedure, to execute a kind of method for parameter configuration based on vue.js of the invention.
Below by taking the advertisement position page parameter configuration process in ios system as an example, one kind of the present invention is discussed in detail and is based on The specific implementation step of the method for parameter configuration of vue.js:
S1, parameter array is created based on vue technology, and parameter to be configured is added to the parameter number with json format In group;
Wherein, the parameter configuration item includes call parameter configuration item and inessential parameter configuration item, the call parameter Configuration item includes parameter name, aspect ratio, display marker and operation position, and the inessential parameter configuration item includes parameter Type, parameter minimum value, parameter maximum value, Parameter Value Type, parameter default and parameter command number.
In the present embodiment, by taking four call parameter configuration items as an example, step S1 specifically: based on being developed under vue technology, A parameter array content is defined, is one group with 4 parameters and parameter is added to parameter array with the format of json In content, code is exemplified below:
S2, parameter configuration item is added to parameter array by addContent function;
Wherein, step S2 specifically: increase click event addContent function, Yong Hu to the addition button in interface When clicking button, parameter configuration item can be added into parameter array content, code is exemplified below:
this.form.ios.content.push(content);// one is added into the array content defined New configuration.
S3, the parameter array after addition parameter configuration item is saved in database;
Wherein, step S3 specifically: increase click event to the save button in interface, when the user clicks save button When, configured parameter is saved in database in the form of parameter array by the present invention, and not needing will be in parameter array Appearance splits preservation, and compared to the prior art, integration may be implemented in data storing procedure of the invention, does not need to carry out cumbersome Cutting parameter and parameter with the operation such as id, the case where being not in parameter error, substantially increase parameter configuration efficiency.
Parameter array in S4, acquisition database;For example, three parameter arrays are stored in database, wherein the first ginseng The parameter configured in number array is { parameter name, aspect ratio, display marker and operation position } respectively;Second parameter array The parameter of middle configuration is { parameter name, aspect ratio, display marker and parameter type } respectively;Match in third parameter array The parameter set is { parameter name, aspect ratio, display marker and parameter default } respectively.
S5, the first association analysis is carried out to the parameter in parameter array using Apriori algorithm;
Wherein, step S5 specifically includes the following steps:
First frequent item set list of parameter configuration item in S51, the array that gets parms;Wherein, frequent item set refers to those Frequently appear in { parameter name, aspect ratio, the display mark in parameter sets together, such as above three parameter array Position }, from this first frequent item set list it can be concluded that " parameter name, aspect ratio with show marker " between being associated with Rule, i.e., if user configuration this parameter of parameter name, other parameter needed to configure very maximum probabilities have picture Ratio and display marker.
S52, according to the first frequent item set list, generate the first correlation rule set;
Wherein, step S52 specifically: three parameter arrays obtained from step S51 are it is found that each frequent item set A corresponding correlation rule, such as { parameter name, aspect ratio, display marker } this frequent item set, can be obtained (parameter name Title -> aspect ratio) and (parameter name -> display marker) this two correlation rules.
S53, the confidence level for calculating each correlation rule in the first correlation rule set, obtain meeting Minimum support4 requirement The first correlation rule.
Wherein, the confidence level of each correlation rule is defined as support (P | H)/support (P), wherein " | " indicates P With the union of H;Support () represents the support of corresponding objects, it is seen that the calculating of confidence level is the support based on item collection 's.After the confidence level that each correlation rule is calculated, sequence obtains the correlation rule of Minimum support4 requirement.
S6, the second association analysis is carried out to the parameter in parameter array using FP-growth algorithm;
Wherein, FP-growth algorithm is constructed based on Apriori, but is used advanced data structure and reduced scanning times, Greatly accelerate algorithm speed.FP-growth algorithm only need to database carry out twice sweep, and Apriori algorithm for Each potential frequent item set can scan data set determine, therefore the speed of FP-growth algorithm whether frequent to mould-fixed It is faster than Apriori algorithm.But Apriori algorithm every time increase frequent item set when (such as the present invention in increase Parameter configuration item), entire data set can be all rescaned, therefore, entire association analysis process is not in the mistake of scanning leakage, Accuracy rate is high.The present invention, which is respectively adopted, carries out the first association analysis to the parameter in parameter array using Apriori algorithm, and Second association analysis is carried out to the parameter in parameter array using FP-growth algorithm, it can be to the ginseng of different data amount size Number data carry out classification processing, and the parameter array big to data volume can carry out the second association point using FP-growth algorithm Analysis, to improve treatment effeciency;Apriori algorithm can be used to carry out the first association analysis in the parameter array small to data volume, with Improve scanning accuracy rate.
Step S6 specifically includes the following steps:
S61, according to the parameter configuration item in parameter array, FP tree is constructed based on preset minimum value scale;
Wherein, FP is represented frequent mode (Frequent Pattern), and FP tree connects similar finite element by link (link) Element, the element entry linked up can regard a chained list as.As shown in Fig. 2, being equally with three parameter arrays in step S51 Example, in FP tree, multiple (such as (B:3) and (C:3) appearance in tree can occur in a FP tree in an element entry Repeatedly, wherein A representation parameter title, B representative picture ratio, C in Fig. 2 represent display marker, D represents operation position, E generation Table parameter type, F representation parameter default value).FP tree can store the frequency of occurrences of item collection, and (such as A subsequent digital 3 represents A and goes out 3) existing number is that and each rally is stored in tree in a manner of path.There are collection credit union's shared trees of similar element A part.Only when entirely different between set, tree just can bifurcated.Provided on tree node set in individual element and its Frequency of occurrence in sequence, path can provide the frequency of occurrence of the sequence.
S62, the FP tree according to building generate the second frequent item set list of parameter configuration item;
Wherein, step S62 specifically includes the following steps:
S621, conditional pattern base is obtained from FP tree;
S622, using conditional pattern base, construct a condition FP tree;Wherein, the FP tree constructed in step S622 must expire The requirement of sufficient minimum support.
S623, it is iteratively repeated step S621 and step S622, until FP tree only includes an element entry, obtained at this time The element entry is as frequent episode.
S63, according to the second frequent item set list, generate the second correlation rule set;
S64, the confidence level for calculating each correlation rule in the second correlation rule set, obtain meeting Minimum support4 requirement The second correlation rule.
The step S63 and step S64 of the present embodiment are consistent with step S52 and S53, and details are not described herein.
S7, according to the first association analysis and the second association analysis as a result, carrying out storage optimization to parameter array.
The present invention is according to the first association analysis and the second association analysis as a result, obtaining the corresponding final association of each parameter Rule optimizes the multiple parameters stored in script parameter array, and each parameter array only stores a parameter and the ginseng The corresponding final correlation rule of number is (without storing all parameters and parameter configuration item, it is only necessary to store parameter and corresponding final Correlation rule), further save the space occupancy rate of data storage.The present invention, can be by depositing in Parameter Configuration process Parameter and correlation rule in array are stored up, other parameters is quickly located, to realize rapid configuration, substantially increases work Make efficiency, reduce memory space, cost is relatively low.
In conclusion a kind of method for parameter configuration based on vue.js of the present invention, system and device have the advantage that
1), the present invention is when changing configuration, without mass data is cut and is carried out parameter one by one Match, the parameter array that can carry out integration saves, and reduces the error rate of Parameter Configuration process and improves work efficiency;
2), the present invention, which is respectively adopted, carries out the first association analysis to the parameter in parameter array using Apriori algorithm, with And the second association analysis is carried out to the parameter in parameter array using FP-growth algorithm, it can be to different data amount size Supplemental characteristic carries out classification processing, and the parameter array big to data volume can carry out the second association using FP-growth algorithm Analysis, to improve treatment effeciency;Apriori algorithm can be used to carry out the first association analysis in the parameter array small to data volume, Accuracy rate is scanned to improve;
3), the present invention is according to the first association analysis and the second association analysis as a result, will store in script parameter array Multiple parameters optimize, and each parameter array only stores a parameter and the corresponding correlation rule of the parameter, further save The space occupancy rate of data storage.The present invention can pass through the parameter being stored in array and pass in Parameter Configuration process Connection rule, quickly locates other parameters, to realize rapid configuration, greatly improves work efficiency, and it is empty to reduce storage Between, cost is relatively low.
It is to be illustrated to preferable implementation of the invention, but the present invention is not limited to the embodiment above, it is ripe Various equivalent deformation or replacement can also be made on the premise of without prejudice to spirit of the invention by knowing those skilled in the art, this Equivalent deformation or replacement are all included in the scope defined by the claims of the present application a bit.

Claims (10)

1. a kind of method for parameter configuration based on vue.js, it is characterised in that: the following steps are included:
Parameter array is created based on vue technology, and parameter to be configured is added in the parameter array with json format;
Parameter configuration item is added to parameter array by addContent function;
Parameter array after addition parameter configuration item is saved in database.
2. a kind of method for parameter configuration based on vue.js according to claim 1, it is characterised in that: each parameter array Store four parameters to be configured.
3. a kind of method for parameter configuration based on vue.js according to claim 1, it is characterised in that: the parameter configuration Item includes call parameter configuration item and inessential parameter configuration item, and the call parameter configuration item includes parameter name, picture ratio Example, display marker and operation position.
4. a kind of method for parameter configuration based on vue.js according to claim 3, it is characterised in that: the inessential ginseng Number configuration item includes parameter type, parameter minimum value, parameter maximum value, Parameter Value Type, parameter default and parameter command Number.
5. a kind of method for parameter configuration based on vue.js according to claim 1, it is characterised in that: further include following step It is rapid:
Obtain the parameter array in database;
First association analysis is carried out to the parameter in parameter array using Apriori algorithm;
Second association analysis is carried out to the parameter in parameter array using FP-growth algorithm;
According to the first association analysis and the second association analysis as a result, carrying out storage optimization to parameter array.
6. a kind of method for parameter configuration based on vue.js according to claim 5, it is characterised in that: the use The step for Apriori algorithm carries out the first association analysis to the parameter in parameter array, comprising the following steps:
First frequent item set list of parameter configuration item in the array that gets parms;
According to the first frequent item set list, the first correlation rule set is generated;
The confidence level for calculating each correlation rule in the first correlation rule set, obtain meeting Minimum support4 requirement first are closed Connection rule.
7. a kind of method for parameter configuration based on vue.js according to claim 5, it is characterised in that: described to use FP- The step for growth algorithm carries out the second association analysis to the parameter in parameter array, comprising the following steps:
According to the parameter configuration item in parameter array, FP tree is constructed based on preset minimum value scale;
According to the FP tree of building, the second frequent item set list of parameter configuration item is generated;
According to the second frequent item set list, the second correlation rule set is generated;
The confidence level for calculating each correlation rule in the second correlation rule set, obtain meeting Minimum support4 requirement second are closed Connection rule.
8. a kind of parameter configuring system based on vue.js, it is characterised in that: include:
Creation module for creating parameter array based on vue technology, and parameter to be configured is added to json format described In parameter array;
Adding module, for adding parameter configuration item to parameter array by addContent function;
Memory module, for the parameter array after addition parameter configuration item to be saved in database.
9. a kind of parameter configuring system based on vue.js according to claim 8, it is characterised in that: further include:
Module is obtained, for obtaining the parameter array in database;
First association analysis module, for carrying out the first association analysis to the parameter in parameter array using Apriori algorithm;
Second association analysis module, for carrying out the second association analysis to the parameter in parameter array using FP-growth algorithm;
Optimization module, for according to the first association analysis and the second association analysis as a result, carrying out storage optimization to parameter array.
10. a kind of parameter configuration device based on vue.js, it is characterised in that: include:
Memory, for storing program;
Processor is used for loading procedure, is matched with executing the described in any item a kind of parameters based on vue.js of claim 1-7 such as Set method.
CN201810830999.0A 2018-07-26 2018-07-26 A kind of method for parameter configuration based on vue.js, system and device Pending CN109254769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810830999.0A CN109254769A (en) 2018-07-26 2018-07-26 A kind of method for parameter configuration based on vue.js, system and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810830999.0A CN109254769A (en) 2018-07-26 2018-07-26 A kind of method for parameter configuration based on vue.js, system and device

Publications (1)

Publication Number Publication Date
CN109254769A true CN109254769A (en) 2019-01-22

Family

ID=65049880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810830999.0A Pending CN109254769A (en) 2018-07-26 2018-07-26 A kind of method for parameter configuration based on vue.js, system and device

Country Status (1)

Country Link
CN (1) CN109254769A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111835646A (en) * 2020-07-13 2020-10-27 四川虹魔方网络科技有限公司 Vue-based modular routing management method and authority control method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111835646A (en) * 2020-07-13 2020-10-27 四川虹魔方网络科技有限公司 Vue-based modular routing management method and authority control method
CN111835646B (en) * 2020-07-13 2021-03-16 四川虹魔方网络科技有限公司 Vue-based modular routing management method and authority control method

Similar Documents

Publication Publication Date Title
US20210318851A1 (en) Systems and Methods for Dataset Merging using Flow Structures
US10650311B2 (en) Suggesting resources using context hashing
US10885099B1 (en) Systems and methods for presenting image classification results
US10691875B2 (en) Populating visual designs with web content
US20210042572A1 (en) Systems and methods for generating graphical user interfaces
US10565171B1 (en) Decision processing applied to data analytics workflow
CN108197091B (en) Method, system and related equipment for creating data table
CN108984155B (en) Data processing flow setting method and device
CN102915237A (en) Method and system of adapting data quality rules based upon user application requirements
CN113748413B (en) Text detection, inserted symbol tracking, and active element detection
US20220051103A1 (en) System and method for compressing convolutional neural networks
US20230394369A1 (en) Tracking provenance in data science scripts
US10740361B2 (en) Clustering and analysis of commands in user interfaces
CN112650529A (en) System and method capable of configuring generation of mobile terminal APP code
CN115794213A (en) Configurable object management method, device and equipment based on embedded system
CN109254769A (en) A kind of method for parameter configuration based on vue.js, system and device
CN113312052A (en) Component calling method and device, electronic equipment and storage medium
US10692253B2 (en) Using a nested pixel map for chart rendering optimization
CN113485702A (en) Method, device and equipment for configurationally generating front-end page and storage medium
CN107818152B (en) Plant retrieval method and system
US11775261B2 (en) Dynamic process model palette
CN114821140A (en) Image clustering method based on Manhattan distance, terminal device and storage medium
US20180074799A1 (en) Integration for next-generation applications
Fushimi et al. Accelerating Greedy K-Medoids Clustering Algorithm with Distance by Pivot Generation
US10684781B1 (en) Big data read-write reduction

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20190122