Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

268results about How to "Improve development efficiency" patented technology

Horizontal well multi-cluster fracturing crack propagation prediction and parameter optimization method and device

PendingCN121881450AGuaranteed generalization abilitySolving prediction efficiencyGeometric CADEnsemble learningData setAlgorithm
The invention discloses a horizontal well multi-cluster fracturing crack propagation prediction and parameter optimization method and device, and the method comprises the steps: inputting the target input data of a target fracturing section into a fracturing crack propagation prediction model, and outputting a crack propagation prediction result; the target input data comprises preprocessed geological parameters and engineering parameters; the fracturing crack propagation prediction model is obtained by training according to a preset training set; the preset training set is a data set obtained by performing data enhancement on the input sample data and the corrected crack expansion sample data; based on the fracturing fracture propagation prediction model, determining the contribution degree of each geological parameter and engineering parameter in the target input data to a fracture propagation prediction result, and screening key parameters influencing multi-cluster fracture equilibrium propagation; and adjusting engineering parameters in the key parameters to serve as optimization engineering parameters by taking a crack propagation prediction result meeting a multi-cluster crack balanced propagation requirement as a target. According to the method, accurate and rapid prediction of crack propagation and targeted optimization of engineering parameters can be realized.
Owner:CHINA UNIV OF PETROLEUM (BEIJING)

Code generation method and device, computer equipment and storage medium

The invention relates to the technical field of artificial intelligence, and discloses a code generation method and device, computer equipment and a storage medium in the fields of financial science and technology and medical health. The method comprises the following steps: performing semantic analysis on a code generation request to obtain a request semantic tag and a request keyword, and performing text embedding processing on the code generation request to obtain a request conversion vector; searching at least one candidate code node matched with the request semantic tag from a preset code knowledge graph; screening all the candidate code nodes according to the request conversion vector to obtain a reference code node; performing node expansion processing on all the reference code nodes according to the request keyword to obtain context nodes; determining target prompt information according to the code generation request, the reference code node and the context node; and inputting the target prompt information into a preset large language model to obtain a target code. According to the method, the semantic alignment degree and the code quality are improved, and the availability of the generated code is ensured.
Owner:PING AN TECH (SHENZHEN) CO LTD

Method and system for dynamically constructing UDF based on large model

The invention discloses a method for dynamically constructing a UDF based on a large model. The method comprises the following steps: S1, constructing a multi-dimensional requirement cue word of a user-defined function according to characteristics and use requirements of a target platform; s2, the multi-dimensional requirement cue words are input into a pre-trained large language model for code generation, the large language model is subjected to multi-round iteration based on the multi-dimensional requirement cue words, and an optimal code sequence for achieving the user-defined function is output; s3, code style standardization is carried out on the optimal code sequence, and a compiler or an interpreter and a static analysis tool are respectively called to carry out grammar check and static analysis on the optimal code sequence, and constructing an optimization cue word according to an error log output by the compiler or the interpreter and a static analysis result output by the static analysis tool, and inputting the optimization cue word into the large language model to carry out iterative optimization on the optimal code sequence.
Owner:XIAMEN MEIYA PICO INFORMATION CO LTD +1

Cooperative development process data synchronization and notification method

The invention provides a collaborative development process data synchronization and notification method. According to the method, an automatic process is triggered by monitoring a test-submitted event message queue, development data is positioned based on module identification, key operation features (such as database change and task start and stop) are analyzed and extracted by using natural language, and feature extraction precision is improved by combining a dynamic keyword library and cross-modal fusion; the timeliness and reliability of risk reminding are ensured through template message generation and multi-channel delivery; a risk propagation range is further predicted by means of a dependency graph model, and a closed-loop early warning mechanism is formed. According to the method, the problem of delay caused by information lagging and insufficient collaboration in the development process is solved, the risk of manual operation is reduced, and the efficiency and controllability of project management are improved.
Owner:GUANGZHOU PINWEI SOFTWARE CO LTD

An intelligent parameterized UI generation system and method for professional analysis software

The application provides an intelligent parameterized UI generation system and method suitable for professional analysis software, receives UI requirements in the form of natural language or pictures through a user interaction layer, analyzes the requirements by an AI intelligent processing layer, and automatically generates an initial configuration file containing components, styles and logic in combination with a domain knowledge base and a reference style. A user can adjust and analyze the configuration file through a configuration editing and analyzing layer. A parameterized UI generation layer dynamically constructs UI components with tree hierarchical relationships based on the analyzed structured data, automatically configures interaction logic, data binding and professional field processing, realizes two-way synchronization of GUI and backend data, and finally outputs an interactive interface by a UI rendering layer. The application changes highly customized and fragmented UI development into an automated and standardized generation process, greatly improves development efficiency, guarantees the consistency of interface style and operation logic, significantly reduces maintenance cost, and enhances the flexibility of software function expansion.
Owner:粤港澳大湾区(广东)国创中心

Meteorological infrastructure resource pool large-scale heterogeneous host centralized management method and system

PendingCN121858286AHas lightweightConvenient secondary processingResource allocationResource poolConfigfs
The invention discloses a centralized management method and system for large-scale heterogeneous hosts of a meteorological infrastructure resource pool, and the method comprises the following steps: (1), obtaining the information of hosts needing batch operation through a configuration file in a command line mode based on a Linux system; (2) decoding the obtained configuration file, loading a single or batch command list needing to be executed according to decoding information, and logging in a target host for execution; step (3), detecting the host with abnormal login and giving an error prompt, and then skipping to continue to execute the next host; and (4) reading standard output and standard error output of the target host terminal to obtain an execution result of each command, classifying and redisplaying the execution result on a remote centralized management console, and recording a log file at the same time. According to the invention, centralized and batch management of large-scale heterogeneous meteorological infrastructure resources can be realized.
Owner:STATE QIXIANG INFORMATION CENT

A method, device and equipment for quantitatively evaluating water flooding performance of an end portion of a fuel cell stack

The application discloses a kind of quantification evaluation method, device and equipment of fuel cell stack end water flooding performance, and wherein method includes: based on the voltage of stack end cell under different stack parameters determines the critical parameter of stack water flooding, wherein, stack parameter includes first parameter, and also includes stack pressure, gas intake, cooling liquid temperature and gas temperature;According to critical cooling liquid temperature in critical parameter of stack water flooding, calculate critical saturated vapor pressure;According to critical saturated vapor pressure, calculate critical water vapor content carried in gas under critical cooling liquid temperature;According to critical water vapor content and first parameter, calculate the second parameter related to first parameter;Wherein, first parameter is one of water intake or dew point temperature, and second parameter is the other one. Thus, whether it is to stack development or engine matching development, clear quantitative guidance basis can be provided, effectively improve development efficiency, reduce the cost of trial and error in development process.
Owner:山东国创燃料电池技术创新中心有限公司

A method, device and medium for creating dynamic forms

This application discloses a dynamic form construction method, device, and medium, relating to the fields of software engineering and enterprise application development technology. The method includes: receiving a form request containing a view model identifier and request type based on a preset view parsing and execution engine; parsing a predefined view model according to the identifier to obtain its metadata, which defines the target business entity, view data object structure, field set, and filtering conditions; for data query requests, dynamically constructing and executing SQL statements based on the aforementioned metadata, obtaining raw data, performing aggregation and transformation, and generating structured view data that meets the front-end rendering requirements for return; for data submission requests, converting the data submitted from the front-end back into domain model data according to the same view model, and calling the business entity engine service to complete business logic verification and persistent storage, thereby achieving dynamic generation of the form view, decoupling of front-end and back-end logic, and ensuring business consistency.
Owner:SHANDONG INSPUR AIGOU CLOUD CHAIN INFORMATION TECH CO LTD

A JPA-based web code automatic generation system

ActiveCN115437616BImplement one-click publishing functionImprove development efficiencyVersion controlProgram documentationWeb applicationJava
The application provides a JPA-based web code automatic generation system, comprising a JPA client, a code generation server, a Java backend service module and a Vue frontend service module; the system combines JPA technology with template technology, and can generate database tables and the front end and the back end of a web application system in batches according to JPA classes at one time, thereby greatly improving development efficiency. When a user adjusts requirements, the properties of the classes are modified, and one-key generation is very convenient.
Owner:CHINA INFOMRAITON CONSULTING & DESIGNING INST CO LTD

A method and system for distributed online deployment of a Python model

The application discloses a kind of Python model distributed online deployment method and system, data processing and feature engineering code converter designed by the application convert the logic of offline data processing and feature engineering of Python model training front-end into online Python code;Model engine designed by the application can quickly load various different kinds of Python models such as machine learning, deep learning, natural language processing etc.Through the Python model distributed deployment method and system provided by the application, Python model can be quickly deployed online, and can easily meet the requirements of high concurrency, high availability and fault tolerance etc.Algorithm engineers only need to spend time and effort on modeling, thereby improving the model development efficiency and shortening the model iteration cycle.
Owner:ZHEJIANG ZHELIXIN CREDIT INVESTIGATION CO LTD

A game development method and device based on a packaged function library

The embodiment of the application provides a game development method and device based on a packaged function library, and relates to the technical field of rehabilitation medical embedded system game development technology.The method comprises the following steps: obtaining a target function required by game development; organizing the target function through a preset hierarchical architecture, and forming a packaged function library; and developing game logic based on an interface provided by the packaged function library.Through the application, the problem of low game development efficiency is solved, and the effect of improving game development efficiency is achieved.
Owner:SHANGHAI ZHUODAO MEDICAL TECH CO LTD +1

Gantt chart generation method and device, computer equipment and readable storage medium

This invention relates to the field of data processing and discloses a method, apparatus, computer device, and readable storage medium for generating Gantt charts. The method includes: acquiring user stories of the iterative process of a target task; determining the iteration data corresponding to each user story; determining the cycle of each task and the task completion progress of each target task subject, thereby obtaining the individual work status of each target task subject; and finally, generating a Gantt chart based on the iteration tag, cycle, task completion progress, iteration plan start time, iteration plan end time, and each target task subject. Based on this, the present invention enables the Gantt chart to display the work status of different target task subjects under the same target task, and to reflect the overlap of R&D resources / development resources in the development process of the target task, thereby clearly displaying the development progress of the target task.
Owner:SHENZHEN FULIN TECH CO LTD

A rear subframe, rear suspension assembly and vehicle

The utility model discloses a kind of rear subframe, rear suspension assembly and car, comprising: main body frame, including front crossbeam, rear crossbeam, left side sill and right side sill, the front crossbeam, rear crossbeam, left side sill and right side sill are all made of hollow pipe material, the main body frame forms rear drive motor installation space between the front crossbeam and rear crossbeam, the middle part of left side sill and right side sill is curved upwards, the main body frame forms transmission shaft arrangement space below the curved position of left side sill and right side sill;Rear suspension mounting bracket is set in the main body frame.The utility model realizes the maximization of rear subframe universality of front drive and rear drive vehicle type, improves development efficiency, reduces rear subframe development cost, shortens development cycle.
Owner:GAC HONDA AUTOMOBILE CO LTD +1

A digital human muscle model pose generation method and device

The application relates to the technical field of digital human body models, in particular to a digital human body muscle model posture generation method and device. The method comprises the following steps: obtaining a tomographic image of an initial posture of a human body by using high-precision CT, and inversely modeling a geometric model of human body bones and muscles according to the tomographic image; calculating a first motion influence weight of each muscle node attached to a bone node according to each muscle node and the bone node; calculating a second motion influence weight of each muscle node according to the influence of adjacent muscle nodes on each muscle node; calculating a comprehensive weight of each muscle node according to the first motion influence weight and the second motion influence weight; and calculating a Laplace coordinate of a next moment of a current muscle node according to the comprehensive weight of the current muscle node, the position of the current muscle node and adjacent muscle nodes. The application generates a high-fidelity muscle geometric model by using a Laplace mesh deformation constraint technology.
Owner:CATARC AUTOMOTIVE TEST CENT TIANJIN CO LTD

Flash management circuit and method and embedded device

The invention provides a Flash management circuit, a Flash management method and embedded equipment. The structure comprises a connection switching unit and a Flash control port, the connection switching unit is connected with the Flash control port and a Flash to be managed, and the connection switching unit is further connected with a host port. Under the condition that the Flash control port is connected with the Flash programmable burner, the connection switching unit is used for responding to a Flash burning instruction, disconnecting the connection between the host port and the Flash and the connection between the host port and the Flash control port and communicating the Flash control port and the Flash, so that the Flash control port is directly connected with the Flash programmable burner to burn the Flash. And under the condition that the Flash control port is connected with the Flash simulator, the connection switching unit is also used for responding to the debugging instruction, disconnecting the connection between the host port and the Flash and the connection between the host port and the Flash control port, and communicating the Flash control port and the host port, so that the Flash simulator connected with the Flash control port simulates the Flash to debug the host. According to the method, the Flash can be subjected to read-write operation under the condition that the Flash does not need to be disassembled, so that the reliability of the Flash is improved.
Owner:NEW H3C TECH CO LTD

Atomization interface design method of vehicle adaptation layer, electronic equipment and storage medium

PendingCN121957541AAvoid duplicate (redundant) implementation issueseasy to manageSoftware designInterface designSoftware engineering
The invention discloses an atomization interface design method of a vehicle adaptation layer, electronic equipment and a storage medium, and relates to the field of cabin development. The atomization interface design method comprises the steps that a one-to-one mapping relation between a globally unique service mark Key corresponding to a vehicle function attribute ID and a vehicle SOA signal or a CAN signal is established, and a HashMap global mapping table based on Key-Value key value pairs is formed; wherein the service mark Key corresponds to a unique atomization function unit and is used for representing a basic capability unit of the in-vehicle entertainment product; the HashMap global mapping table is maintained through a vehicle machine attribute ID manager CarPropertyIDManager, and the HashMap global mapping table is used for replacing a service module unit manager Manager and is used for unified management of atomization interfaces; the application layer directly indexes the service mark Key and the corresponding Value data parameters to a target atomization interface in a HashMap global mapping table by transmitting the service mark Key and the corresponding Value data parameters, and interface calling is completed; wherein the data conversion process is executed in the calling process, and the data conversion process comprises the following steps: converting standard protocol data transmitted by the APP into SOA or CAN signal data during downlink, and transmitting the SOA or CAN signal data into AutoSAR vehicle machine service.
Owner:CHINA FAW CO LTD +1

Reinforcement learning training framework and method for large language model

The invention provides a reinforcement learning training framework and method for a large language model, and relates to the technical field of large language model processing based on a modular decoupling architecture, and the method comprises the steps: obtaining a training task through a data loading module; reasoning the training task by using a big language model through a reasoning sampling execution module to generate trajectory data; converting the plurality of pieces of track data meeting the preset requirements into track batch data through a track management module; training batch data are obtained through an algorithm processing module in combination with the track batch data and the corresponding advantage values; the large language model is trained based on the training batch data through the training execution module, flexible replacement and expansion of components are achieved through modular decoupling and interface standardization, and the flexibility and development efficiency of the framework are remarkably improved. Meanwhile, a built-in resource scheduling and full-link monitoring mechanism ensures efficient and stable operation of large-scale training tasks.
Owner:上海奇绩智峰智能科技有限公司

Index state information display method and device, equipment and storage medium

The invention discloses an index state information display method and device, equipment and a storage medium, and relates to the technical field of computers.The method comprises the steps that multiple standard dimensions and associated information of multiple standard indexes are obtained, and each standard index is associated and bound with at least one standard dimension; acquiring state information under a standard dimension corresponding to the standard index based on the associated information; based on a service monitoring target and the state information, converting the service monitoring target into a state SQL statement corresponding to a target dimension and a target index; executing the state SQL statement, and updating the state information under the standard dimension corresponding to the standard index; and matching and displaying target completion information and state information corresponding to the target index based on an interactive operation of a user on the target index and the target dimension. According to the method, the service monitoring target is converted into the executable SQL statement by standardizing the dimension and configuring the management page, so that the system flexibility is enhanced, and the development efficiency is improved.
Owner:CHINA MERCHANTS FINANCE HLDG CO LTD

An automation testing and application fluency testing method based on control matching

The application is a kind of automation testing and application fluency testing method based on control matching, relating to the field of Android end automation testing.The application method comprises: setting a test script containing behavior simulation and fluency determination in advance, reading the corresponding test script after the Android end receives a test command; acquiring interface control structure positioning target control, executing simulation operation; starting timing after each simulation operation, and acquiring all control elements of the current interface when reaching the set time threshold, judging whether the interface is loaded or not in combination with the interface structure information recorded in the fluency determination script; obtaining application fluency determination result according to the interface loading condition at different time thresholds and returning to the server end.The application does not need to acquire ROOT permission, does not need to connect PC end for testing, is safer, is more convenient to use, reduces the adaptation cost, and is higher in testing accuracy and testing speed.
Owner:NAT COMP NETWORK & INFORMATION SECURITY MANAGEMENT CENT

PLC programming environment based on web technology stack and construction method thereof

The invention discloses a PLC programming environment based on a web technology stack and a construction method thereof, and relates to the field of industrial intelligent control, and the PLC programming environment comprises an expansion framework module, a user interface module, an equipment management module, a communication protocol module, a project management module and a monitoring debugging module. The PLC programming environment adopts a VS Code expansion architecture, integrates a modern Web technology, and constructs a graphical PLC integrated development environment. The environment supports the functions of PLC project management, task programming, equipment configuration, bus management, real-time monitoring, variable debugging and the like. The problems that a traditional PLC programming environment is insufficient in expansibility, poor in user experience and the like are solved, and the problem that different manufacturers lack a unified development platform is solved.
Owner:DAO LI ZHIYUAN TECH (QINGDAO) CO LTD

Automatic calibration system of electric sunshade curtain

PendingCN121763881AThe target has good pinch resistanceReduce false triggersProgramme controlComputer controlElectric machineControl engineering
The embodiment of the invention provides an automatic calibration system for an electric sunshade curtain, and the system is characterized in that the system comprises a motor which is used for driving the sunshade curtain; the memory is used for storing a pre-trained automatic calibration model; the MCU is in communication connection with the motor and the memory; the MCU is configured to obtain the operation condition of the sunshade curtain and the target anti-pinch force set by a user; loading the automatic calibration model, and taking the target anti-pinch force and the operation condition as model input to obtain a plurality of working parameter thresholds; a plurality of real-time working parameters of the sunshade curtain in the closing process are obtained, and one real-time working parameter corresponds to one working parameter threshold value; and under the condition that one or more real-time working parameters exceed the corresponding working parameter threshold values, sending a retreating instruction to the motor. According to the technical scheme, the reliability and development efficiency of the electric sunshade curtain anti-pinch system can be improved.
Owner:GAC COMPONENT CO LTD

A method, system and device for inter-application data encryption communication based on a dbus bus

The application discloses an inter-application data encryption communication method based on a dbus bus, an inter-application data encryption communication system based on the dbus bus, an inter-application data encryption communication device based on the dbus bus, an electronic device, a storage medium and a vehicle, and comprises the following steps: a session is created between a server and a client, and a communication session process is executed; a communication daemon process is executed to perform communication authentication processing on the communication session process; the communication authentication processing comprises communication encryption through an authorization certificate and an authorization key, and authentication of a session data unit is performed according to the certificate and the key; if the authentication result is true, the session data unit is retained in the communication session process; and if the authentication result is false, the session data unit in the communication session process is blocked. Through the above scheme, the authorization certificate and the authorization key are double-authenticated, and the security level of the communication connection is improved relative to the original encryption mode of the digital certificate or the digital key alone.
Owner:CHINA FAW CO LTD

Integrated linear servo joint thermal power magnetic multi-physics field coupling design method based on Ansys Workbench

PendingCN121960333ASolve the problem of decreased joint performanceReduce trial and errorDesign optimisation/simulationSpecial data processing applicationsHeat fluxRoller screw
The invention relates to the technical field of mechanical transmission and mechatronics, in particular to an integrated linear servo joint thermal magnetic multi-physics coupling design method based on Ansys Workbench, which comprises the following steps: establishing a three-dimensional model of a reverse planetary roller screw; constructing an electromagnetic model of the motor, and performing electromagnetic simulation; internal heat and convective heat transfer coefficients corresponding to the motor are obtained; the heat flow, the heat flux and the convective heat transfer coefficient corresponding to the reverse planetary roller screw are obtained; and constructing a thermal magnetic coupling model, and performing simulation solution. According to the method, the heat, force and magnetic multi-physical field coupling effect is comprehensively considered in the integrated linear servo joint, and the problem that the overall performance of the whole joint is reduced due to the fact that the temperature is too high due to improper design is effectively solved.
Owner:NORTHWESTERN POLYTECHNICAL UNIV

Template file generation method and apparatus, and computer-readable storage medium

The application discloses a template file generation method and device and a computer readable storage medium, and relates to the technical field of computers. The template file generation method comprises the following steps: acquiring nodes and connection lines in a visual interface, wherein the nodes have one or more upstream ports and downstream ports, and each port is connected with the ports of other nodes through the connection lines; the nodes comprise problem nodes and operation nodes, and each downstream port of the problem node corresponds to a candidate answer; generating a node list, wherein the node list comprises the information of one or more nodes, and the information of each node comprises the attributes of the node and the connection lines connected with the node; generating a connection line list, wherein the connection line list comprises the information of one or more connection lines, and the information of each connection line comprises the nodes and ports connected with the connection line; and performing serialization processing on the node list and the connection line list to generate an inquiry template file. Therefore, the development efficiency of the template is improved.
Owner:BEIJING JINGDONG TUOXIAN TECH CO LTD

An application generation method and device, electronic equipment and storage medium

Embodiments of the present application provide an application program generation method and device, electronic equipment and storage medium, which determine a main control class and an external ability type of the main control class; construct an interface class based on the external ability type; determine a sub-control class for the main control class and a general function type of the sub-control class; construct an extension base class based on the general function; construct an association relationship of the main control class and the sub-control class based on the interface class and the extension base class, and generate an application program based on the association relationship. The responsibilities of the main control class and the sub-control class are clarified, the association relationship of the main control class and the sub-control class is determined through the interface class and the extension base class, the decoupling of the main control class and the sub-control class is realized, and the maintainability, scalability and development efficiency of the application program in the research and development stage are improved.
Owner:粤港澳大湾区(广东)国创中心

Unified orchestration and query execution for data access, computer equipment and storage media

PendingCN122086934AAchieve unified structured expressionSupport identificationDatabase management systemsSpecial data processing applicationsPathPingData platform
This invention discloses a unified data access orchestration and query execution method, a computer device, and a storage medium, belonging to the field of computer technology. The unified data access orchestration and query execution method includes the following steps: S1, determining query parameters; S2, constructing a unified query model; S3, identifying field attribution and modeling query paths; and S4, reasoning and selecting expected paths. This invention achieves a unified structured expression of complex query logic, supports automatic identification of field attribution and path reasoning, and can automatically translate query statements and distribute them to the corresponding databases for execution. It provides an intermediate layer integration mechanism to achieve the final structured return of data. This invention can effectively reduce the complexity of access and management between multiple database systems, improve the flexibility, scalability, and development efficiency of data queries, and is applicable to various scenarios such as data platforms, reporting systems, and data service API platforms.
Owner:BEIJING SHANGQI DIGITAL TECH CO LTD

Compiling method, device, equipment, storage medium and program product

The application provides a compiling method, device, equipment, storage medium and program product, which are used for compiling a target application, the target application includes at least one function component, the function component is inserted into the target application by aspect-oriented programming (AOP) mode, and the method comprises the following steps: in response to a first compiling instruction for the target application, obtaining a first code file set corresponding to the target application and a historical compiling file; determining a to-be-updated function component in at least one first function component according to a code file of the at least one first function component in the first code file set, the to-be-updated function component being a first function component whose code file has changed compared with the last time of compiling; and weaving the code file of the to-be-updated function component in the first code file set into the historical compiling file to obtain a first target compiling file of the target application. Through the compiling method, the application supports AOP, and the efficiency of developing the application is improved.
Owner:ALIBABA CLOUD COMPUTING CO LTD

Test system and method for unmanned device controller

ActiveCN116643552Breduce dependenceGuaranteed attribute informationComputer graphics (images)Engineering
The application discloses a test system and method for an unmanned device controller, which comprises an image acquisition device configured to acquire first image data, and send the first image data to a video injection core board, wherein the first image data comprises at least first image attributes and first image content; an image storage device configured to send second image data to the video injection core board, wherein the second image data comprises second image content; and the video injection core board configured to analyze the first image attributes to obtain analyzed first image attributes, replace the first image content with the second image content to obtain target image data, and send the target image data to the unmanned device controller, wherein the target image data comprises at least the analyzed first image attributes and the second image content; and the unmanned device controller configured to output a control instruction based on the received target image data, thereby improving the test accuracy.
Owner:BEIJING JINGWEI HIRAIN TECH CO INC

Amount component implementation method and system based on vue

ActiveCN116795359Bachieve normalizationImplement formattingChinese charactersSoftware engineering
The application provides a vue-based amount component implementation method and system, including the following steps: S1, encapsulating a formatted amount component based on a vue framework, setting parameters and a processing method corresponding to the parameters; S2, encapsulating a method function in the amount component; S3, registering the encapsulated amount component, introducing the amount component into a function module, and configuring attribute parameters to be transmitted; and S4, inputting an amount in the amount component after the attribute parameters are configured, to realize customized conversion of the amount. The application realizes various operations on the amount, standardizes the amount, realizes distinguishing of currency symbols of input amounts and display forms of amounts of different currencies, realizes bit number verification of the amount, and realizes conversion between a digital amount and Chinese characters of a capital amount.
Owner:IND BANK CO +1