CN112100187A - Student learning data storage method and device based on VueJS - Google Patents

Student learning data storage method and device based on VueJS Download PDF

Info

Publication number
CN112100187A
CN112100187A CN202010900992.9A CN202010900992A CN112100187A CN 112100187 A CN112100187 A CN 112100187A CN 202010900992 A CN202010900992 A CN 202010900992A CN 112100187 A CN112100187 A CN 112100187A
Authority
CN
China
Prior art keywords
learning data
student learning
data
updated
student
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010900992.9A
Other languages
Chinese (zh)
Other versions
CN112100187B (en
Inventor
海克洪
胡志平
魏涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hubei Meihe Yisi Education Technology Co ltd
Original Assignee
Hubei Meihe Yisi Education 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 Hubei Meihe Yisi Education Technology Co ltd filed Critical Hubei Meihe Yisi Education Technology Co ltd
Priority to CN202010900992.9A priority Critical patent/CN112100187B/en
Publication of CN112100187A publication Critical patent/CN112100187A/en
Application granted granted Critical
Publication of CN112100187B publication Critical patent/CN112100187B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education
    • G06Q50/205Education administration or guidance

Abstract

The invention provides a student learning data storage method and device based on VueJS. The method comprises the following steps: acquiring student learning data in real time, and extracting the student learning data to be updated from a local View layer; comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when a difference exists between the student learning Data to be updated and the student learning Data, and sending a modification instruction to Data bings; and when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated. According to the invention, the VueJS is utilized to directly store and modify the student learning data, so that the completeness of the student learning data in interaction with the platform can be ensured, and the speed of storing the student learning data is improved.

Description

Student learning data storage method and device based on VueJS
Technical Field
The invention relates to the technical field of computer software, in particular to a student learning data storage method and device based on VueJS.
Background
With the development of the times, data to be processed by various enterprises is increased, so that not only is a high requirement on a company server put forward, but also a challenge is brought to a company data storage platform, but if a company makes a special platform, time and labor are wasted, and a large amount of money and money are consumed. Therefore, enterprises can develop a universal development framework as a basic framework for all system software, so that a great deal of development cost and later maintenance cost can be reduced.
However, for an education institution, the existing general development framework still cannot well satisfy the storage of the student learning data, and when the student learning data is stored, the situation that the student learning data is lost due to the dead platform is still often caused, so that a student learning data storage method based on VueJS is urgently needed, and the completeness of the student learning data storage can be ensured.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
In view of this, the invention provides a student learning data storage method and device based on VueJS, and aims to solve the technical problem that the completeness of student learning data interacting with a platform cannot be guaranteed by the VueJS technology in the prior art.
The technical scheme of the invention is realized as follows:
on one hand, the invention provides a student learning data storage method based on VueJS, which comprises the following steps:
s1, acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer;
s2, comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when the student learning Data to be updated and the student learning Data are different, and sending a modification instruction to Data bits;
and S3, when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated.
On the basis of the above technical solution, preferably, in step S1, acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer, the method further includes the following steps of acquiring the student learning data in real time, where the student learning data includes: and extracting the student learning data to be updated from the local View layer according to the student information data.
On the basis of the above technical solution, preferably, the method extracts student learning data to be updated from a local View layer according to the student information data, and further includes the following steps: and extracting corresponding original student learning data from a local View layer according to the student information data to serve as the student learning data to be updated.
On the basis of the above technical solution, preferably, in step S2, the student learning data to be updated is compared with the student learning data, when the difference exists between the student learning data to be updated and the student learning data, the student learning data is stored in the Model layer database through DOM Listeners, and sends a modification instruction to Data bingngs, further comprising the steps of comparing the student learning Data to be updated with the student learning Data, when the student learning data to be updated and the student learning data have difference, a difference updating instruction is generated, establishing a getter function and a setter function through DOM Listeners, storing student learning data into the getter function, storing the difference updating instruction into the setter function, combining the getter function and the setter function into a storage instruction, and associating with the watch function, storing the student learning Data into a Model layer database, and sending modification instructions to Data Bingings.
On the basis of the technical scheme, preferably, the student learning Data is stored in a Model layer database, and a modification instruction is sent to Data binging.
On the basis of the above technical solution, preferably, in step S3, when feedback of Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated, further comprising the steps of establishing a difference update instruction template, when feedback of the Data Bingings is received, extracting a difference update instruction from the watch function by the View layer, detecting the difference update instruction according to the difference update instruction template, and when the detection passes, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated; when the detection fails, an error message is fed back to the watch function.
On the basis of the technical scheme, preferably, the student learning Data is stored in a View layer database through Data Bingings, and the student learning Data to be updated is modified and updated.
Still further preferably, the student learning data storage device based on VueJS includes:
the extraction module is used for acquiring student learning data in real time and extracting the student learning data to be updated from a local View layer;
the comparison module is used for comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when the student learning Data to be updated and the student learning Data are different, and sending a modification instruction to Data bits;
and the updating module is used for storing the student learning Data into the View layer database through the Data Bingings when the feedback of the Data Bingings is received, and modifying and updating the student learning Data to be updated.
In a second aspect, the student learning data storage method based on VueJS further includes a terminal device, where the terminal device includes: the storage device comprises a memory, a processor and a student learning data storage method program based on VueJS, wherein the student learning data storage method program based on VueJS is stored on the memory and can run on the processor, and is configured to realize the steps of the student learning data storage method based on VueJS.
In a third aspect, the student learning data storage method based on VueJS further includes a storage medium, where the storage medium is a computer storage medium, a student learning data storage method program based on VueJS is stored on the computer storage medium, and when being executed by a processor, the student learning data storage method program based on VueJS realizes the steps of the student learning data storage method based on VueJS as described above.
Compared with the prior art, the student learning data storage method based on VueJS has the following beneficial effects:
(1) through utilizing VueJS to directly carry out backstage storage to student's study data, need not pass through the platform, not only improved student's study data's storage efficiency, also reduced simultaneously to the occupation of platform resource, avoid the dead condition of platform card to appear.
(2) The student learning data are stored and modified through VueJS, and due to the fact that the VueJS directly stores and modifies the data, the completeness of the student learning data when the student learning data interact with the platform is guaranteed to a great extent.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic structural diagram of a terminal device in a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a first embodiment of the student learning data storage method based on VueJS;
FIG. 3 is a functional module diagram of a first embodiment of the student learning data storage method based on VueJS.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
As shown in fig. 1, the terminal device may include: a processor 1001, such as a Central Processing Unit (CPU), a communication bus 1002, a user interface 1003, a network interface 1004, and a memory 1005. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a WIreless interface (e.g., a WIreless-FIdelity (WI-FI) interface). The Memory 1005 may be a Random Access Memory (RAM) Memory, or may be a Non-Volatile Memory (NVM), such as a disk Memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration shown in fig. 1 does not constitute a limitation of the terminal device, and that in actual implementations the terminal device may include more or less components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a storage medium, may include therein an operating system, a network communication module, a user interface module, and a program of student learning data storage method based on VueJS.
In the terminal device shown in fig. 1, the network interface 1004 is mainly used for establishing a communication connection of the terminal device with a server that stores all data required in the student learning data storage method system based on VueJS; the user interface 1003 is mainly used for data interaction with a user; processor 1001 and memory 1005 of student learning data storage method terminal device based on VueJS can be arranged in student learning data storage method terminal device based on VueJS, and student learning data storage method terminal device based on VueJS calls student learning data storage method program based on VueJS stored in memory 1005 through processor 1001, and executes student learning data storage method based on VueJS provided by the invention.
With reference to fig. 2, fig. 2 is a schematic flowchart of a first embodiment of a student learning data storage method based on VueJS according to the present invention.
In this embodiment, the student learning data storage method based on VueJS includes the following steps:
s10: and acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer.
It should be understood that the system will acquire student learning data in real time, where the student learning data includes: the study data and the student information data that correspond are waited to save, and wherein, student information data that corresponds mainly used discerns the student, include: the name, the class and the school number, the data to be stored can be screened in the first step through the student information data, and the integrity and the safety of the data can be preliminarily ensured.
It should be understood that, if the local View layer already stores the original student learning data, the system will directly extract the corresponding original student learning data from the local View layer as the student learning data to be updated according to the student information data.
It should be appreciated that if the raw student learning data is not already stored by the local View layer, the system will directly store the student learning data as raw student learning data.
S20: and comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when a difference exists between the student learning Data to be updated and the student learning Data, and sending a modification instruction to Data Bingings.
It should be understood that the system compares the student learning data to be updated with the student learning data before updating the data, and when there is a difference between the student learning data to be updated and the student learning data, that is, there is updated data between the student learning data to be updated and the student learning data, the system automatically generates a difference update instruction; if the difference does not exist between the student learning data to be updated and the student learning data, the system updates the time of the student learning data to be updated according to the time of acquiring the student learning data.
It should be understood that VueJS is primarily responsible for the portion of the upper graph View Model that binds two listener-like things, DOM Listeners and Data Bingings, between the View layer (i.e., DOM layer) and the Model layer (i.e., JS logical layer) through the View Model. Whenever the View of the View layer changes, Vue will listen for and change the data of the Model layer through DOM Listeners. When the Data of the Model layer changes, it will also listen and change the presentation of the View layer through the Data Bingings.
It should be understood that the system can establish a getter function and a setter function through DOM Listeners, store student learning data into the getter function, then store the student learning data into the getter function, the getter function is generally used for storing data, the confidentiality of the getter function is good, store a difference updating instruction into the setter function, and in order to facilitate subsequent storage and reading, the system can combine the getter function and the setter function into a storage instruction, then perform association according to a local checker function, and each storage instruction has one checker function for association, and the storage and reading functions are realized through the checker function.
It should be understood that, when Data needs to be updated, the watchdog function will extract the difference update instruction from the setter function, then generate a modification instruction according to the difference update instruction and send the modification instruction to the Data binginggs, wait for the feedback of the Data binginggs, and complete the whole Data update modification process according to the feedback of the Data binginggs.
S30: and when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated.
It should be understood that the system also establishes a difference update instruction template, the difference update instruction template is used for verifying the instruction to ensure the safety in the whole Data modification process, Data Bingings detects the difference update instruction according to the difference update instruction template when receiving the modification instruction, and when the detection is passed, the system stores the student learning Data into the View layer database through the Data Bingings; when the detection fails, the system feeds back an error message to the watch function.
It should be understood that when the student learning data is stored in the View layer database, the system records the corresponding storage time, then performs time and data modification on the student learning data to be updated, and uses the modified and updated student learning data to be updated as new student learning data to be updated.
The above description is only for illustrative purposes and does not limit the technical solutions of the present application in any way.
Through the above description, it is easy to find that the embodiment extracts the student learning data to be updated from the local View layer by acquiring the student learning data in real time; comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when a difference exists between the student learning Data to be updated and the student learning Data, and sending a modification instruction to Data bings; and when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated. The embodiment directly stores and modifies student learning data by utilizing VueJS, so that the completeness of the student learning data when interacting with the platform can be ensured, and the speed of storing the student learning data is increased.
In addition, the embodiment of the invention also provides a student learning data storage device based on VueJS. As shown in fig. 3, the student learning data storage device based on VueJS includes: an extraction module 10, a comparison module 20 and an update module 30.
The extraction module 10 is used for acquiring student learning data in real time and extracting the student learning data to be updated from a local View layer;
the comparison module 20 is used for comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when a difference exists between the student learning Data to be updated and the student learning Data, and sending a modification instruction to Data bits;
and the updating module 30 is used for storing the student learning Data into the View layer database through the Data Bingings when the feedback of the Data Bingings is received, and modifying and updating the student learning Data to be updated.
In addition, it should be noted that the above-described embodiments of the apparatus are merely illustrative, and do not limit the scope of the present invention, and in practical applications, a person skilled in the art may select some or all of the modules to implement the purpose of the embodiments according to actual needs, and the present invention is not limited herein.
In addition, the technical details that are not described in detail in this embodiment can be referred to a student learning data storage method based on VueJS provided in any embodiment of the present invention, and details are not described here.
In addition, an embodiment of the present invention further provides a storage medium, where the storage medium is a computer storage medium, and a student learning data storage method program based on VueJS is stored on the computer storage medium, and when executed by a processor, the student learning data storage method program based on VueJS implements the following operations:
s1, acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer;
s2, comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when the student learning Data to be updated and the student learning Data are different, and sending a modification instruction to Data bits;
and S3, when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
acquiring student learning data in real time, wherein the student learning data comprises: and extracting the student learning data to be updated from the local View layer according to the student information data.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
the student information data includes: and extracting corresponding original student learning data from a local View layer according to the student information data to serve as the student learning data to be updated.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
comparing student learning Data to be updated with student learning Data, generating a difference updating instruction when the difference exists between the student learning Data to be updated and the student learning Data, establishing a getter function and a setter function through DOM Listeners, storing the student learning Data in the getter function, storing the difference updating instruction in the setter function, combining the getter function and the setter function into a storage instruction, associating the storage instruction with the checker function, storing the student learning Data in a Model layer database, and sending a modification instruction to Data bindings.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
the watchdog function extracts student learning Data from the getter function and stores the student learning Data, extracts a difference updating instruction from the setter function, generates a modification instruction according to the difference updating instruction, sends the modification instruction to Data Bingings, and waits for feedback of the Data Bingings.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
establishing a difference updating instruction template, extracting a difference updating instruction from a Watcher function by the View layer when Data Bingings feedback is received, detecting the difference updating instruction according to the difference updating instruction template, storing student learning Data into a View layer database through the Data Bingings when the difference updating instruction template passes the detection, and modifying and updating the student learning Data to be updated; when the detection fails, an error message is fed back to the watch function.
Further, when being executed by the processor, the VueJS-based student learning data storage method program further realizes the following operations:
when feedback of Data Bingings is received, the View layer extracts student learning Data from the Watcher function according to the difference updating instruction, stores the student learning Data into the database, records corresponding storage time, modifies and updates the student learning Data to be updated, and takes the modified and updated student learning Data to be updated as new student learning Data to be updated.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (10)

1. A student learning data storage method based on VueJS is characterized in that: comprises the following steps;
s1, acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer;
s2, comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when the student learning Data to be updated and the student learning Data are different, and sending a modification instruction to Data bits;
and S3, when the feedback of the Data Bingings is received, storing the student learning Data into the View layer database through the Data Bingings, and modifying and updating the student learning Data to be updated.
2. The VueJS-based student learning data storage method according to claim 1, wherein: in step S1, acquiring student learning data in real time, and extracting the student learning data to be updated from the local View layer, further including the following steps of acquiring student learning data in real time, where the student learning data includes: and extracting the student learning data to be updated from the local View layer according to the student information data.
3. The VueJS-based student learning data storage method according to claim 2, wherein: extracting student learning data to be updated from a local View layer according to the student information data, and further comprising the following steps of: and extracting corresponding original student learning data from a local View layer according to the student information data to serve as the student learning data to be updated.
4. The VueJS-based student learning data storage method as recited in claim 3, wherein: step S2, comparing the student learning Data to be updated with the student learning Data, when the difference exists between the student learning Data to be updated and the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners, and sending a modification instruction to Data bits, and also including the steps of comparing the student learning Data to be updated with the student learning Data, when the difference exists between the student learning Data to be updated and the student learning Data, generating a difference update instruction, establishing a getter function and a setter function through the DOM Listeners, storing the student learning Data into the getter function, storing the difference update instruction into the setter function, combining the getter function and the setter function into a storage instruction, associating the storage instruction with the Watcher function, storing the student learning Data into the Model layer database, and sending the modification instruction to the Data bits.
5. The VueJS-based student learning data storage method as recited in claim 4, wherein: the method comprises the steps that a checker function extracts student learning Data from a getter function and stores the student learning Data, the checker function extracts a difference updating instruction from the setter function, the difference updating instruction is generated according to the difference updating instruction and sent to Data Bingings, and feedback of the Data Bingings is waited.
6. The VueJS-based student learning data storage method as recited in claim 5, wherein: in step S3, when feedback of Data bingngs is received, storing the student learning Data into a View layer database through the Data bingngs, and modifying and updating the student learning Data to be updated, and the method further comprises the following steps of establishing a difference updating instruction template, when the feedback of the Data bingngs is received, extracting a difference updating instruction from a Watcher function by the View layer, detecting the difference updating instruction according to the difference updating instruction template, and when the detection is passed, storing the student learning Data into the View layer database through the Data bingngs, and modifying and updating the student learning Data to be updated; when the detection fails, an error message is fed back to the watch function.
7. The VueJS-based student learning data storage method as recited in claim 6, wherein: when feedback of Data Bingings is received, the View layer extracts student learning Data from a watch function according to a difference updating instruction, stores the student learning Data into the database, records corresponding storage time, modifies and updates the student learning Data to be updated, and takes the modified and updated student learning Data to be updated as new student learning Data to be updated.
8. The utility model provides a student's study data storage device based on VueJS, its characterized in that, student's study data storage device based on VueJS includes:
the extraction module is used for acquiring student learning data in real time and extracting the student learning data to be updated from a local View layer;
the comparison module is used for comparing the student learning Data to be updated with the student learning Data, storing the student learning Data into a Model layer database through DOM Listeners when the student learning Data to be updated and the student learning Data are different, and sending a modification instruction to Data bits;
and the updating module is used for storing the student learning Data into the View layer database through the Data Bingings when the feedback of the Data Bingings is received, and modifying and updating the student learning Data to be updated.
9. A terminal device, characterized in that the terminal device comprises: memory, processor and a student learning data storage method based on VueJS program stored on the memory and executable on the processor, the student learning data storage method based on VueJS program configured to implement the steps of the student learning data storage method based on VueJS as claimed in any one of claims 1 to 7.
10. A storage medium, characterized in that the storage medium is a computer storage medium on which a student learning data storage method program based on VueJS is stored, and the student learning data storage method program based on VueJS realizes the steps of the student learning data storage method based on VueJS as recited in any one of claims 1 to 7 when executed by a processor.
CN202010900992.9A 2020-08-31 2020-08-31 Student learning data storage method and device based on VueJS Active CN112100187B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010900992.9A CN112100187B (en) 2020-08-31 2020-08-31 Student learning data storage method and device based on VueJS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010900992.9A CN112100187B (en) 2020-08-31 2020-08-31 Student learning data storage method and device based on VueJS

Publications (2)

Publication Number Publication Date
CN112100187A true CN112100187A (en) 2020-12-18
CN112100187B CN112100187B (en) 2024-01-26

Family

ID=73756839

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010900992.9A Active CN112100187B (en) 2020-08-31 2020-08-31 Student learning data storage method and device based on VueJS

Country Status (1)

Country Link
CN (1) CN112100187B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113436485A (en) * 2021-06-25 2021-09-24 深圳市卓越文化发展有限公司 Online remote interactive education method and device

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061023A1 (en) * 1991-12-23 2007-03-15 Hoffberg Linda I Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore
US20080261194A1 (en) * 2007-04-18 2008-10-23 Theodore Craig Hilton Method and apparatus for implementing an independent learning plan (ILP) based on academic standards
US20110039249A1 (en) * 2009-08-14 2011-02-17 Ronald Jay Packard Systems and methods for producing, delivering and managing educational material
CN106569818A (en) * 2016-11-04 2017-04-19 广东穗阳商务服务股份有限公司 Framework BMVVMFramework capable of quickly realizing MVVM mode
CN107657501A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 The method and relevant apparatus and server of a kind of data real-time update
CN108519898A (en) * 2018-03-23 2018-09-11 广州杰赛科技股份有限公司 A kind of teaching messaging interaction method, teacher side, system and storage medium
CN109376163A (en) * 2018-09-18 2019-02-22 广州视源电子科技股份有限公司 A kind of method, apparatus, terminal and the storage medium of data double-way binding
CN109698974A (en) * 2018-12-29 2019-04-30 武汉斗鱼网络科技有限公司 A kind of method, apparatus, electronic equipment and the medium of display progress
CN110674202A (en) * 2019-09-19 2020-01-10 福建工程学院 Individual learning method and device based on big data analysis and storage medium
US20200104869A1 (en) * 2018-10-02 2020-04-02 Mercari Inc. Probabilistic Search Biasing and Recommendations
CN110968318A (en) * 2019-12-20 2020-04-07 创盛视联数码科技(北京)有限公司 Method for realizing JavaScript library of MVVM design mode
CN111597023A (en) * 2020-05-12 2020-08-28 湖北美和易思教育科技有限公司 Intelligent cluster scheduling method and device based on learning state

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061023A1 (en) * 1991-12-23 2007-03-15 Hoffberg Linda I Adaptive pattern recognition based controller apparatus and method and human-factored interface therefore
US20080261194A1 (en) * 2007-04-18 2008-10-23 Theodore Craig Hilton Method and apparatus for implementing an independent learning plan (ILP) based on academic standards
US20110039249A1 (en) * 2009-08-14 2011-02-17 Ronald Jay Packard Systems and methods for producing, delivering and managing educational material
CN107657501A (en) * 2016-07-25 2018-02-02 武汉票据交易中心有限公司 The method and relevant apparatus and server of a kind of data real-time update
CN106569818A (en) * 2016-11-04 2017-04-19 广东穗阳商务服务股份有限公司 Framework BMVVMFramework capable of quickly realizing MVVM mode
CN108519898A (en) * 2018-03-23 2018-09-11 广州杰赛科技股份有限公司 A kind of teaching messaging interaction method, teacher side, system and storage medium
CN109376163A (en) * 2018-09-18 2019-02-22 广州视源电子科技股份有限公司 A kind of method, apparatus, terminal and the storage medium of data double-way binding
US20200104869A1 (en) * 2018-10-02 2020-04-02 Mercari Inc. Probabilistic Search Biasing and Recommendations
CN109698974A (en) * 2018-12-29 2019-04-30 武汉斗鱼网络科技有限公司 A kind of method, apparatus, electronic equipment and the medium of display progress
CN110674202A (en) * 2019-09-19 2020-01-10 福建工程学院 Individual learning method and device based on big data analysis and storage medium
CN110968318A (en) * 2019-12-20 2020-04-07 创盛视联数码科技(北京)有限公司 Method for realizing JavaScript library of MVVM design mode
CN111597023A (en) * 2020-05-12 2020-08-28 湖北美和易思教育科技有限公司 Intelligent cluster scheduling method and device based on learning state

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
LBX_15887055073: "Vue.js学习基础概念", pages 1 - 2, Retrieved from the Internet <URL:https://blog.csdn.net/lbx_15887055073/article/details/82026105,lbx_15887055073> *
吴键成;周旭宇;陈怡芯;: "类MVVM架构应用于在线教学平台的设计与实现", 电脑知识与技术, no. 05 *
周杰;: "基于Spring MVC的教务管理系统", 电子技术与软件工程, no. 04 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113436485A (en) * 2021-06-25 2021-09-24 深圳市卓越文化发展有限公司 Online remote interactive education method and device

Also Published As

Publication number Publication date
CN112100187B (en) 2024-01-26

Similar Documents

Publication Publication Date Title
CN111784108B (en) Modeling method and device of main data management platform
CN114528044B (en) Interface calling method, device, equipment and medium
CN107391119B (en) Method and device for realizing horizontal and vertical screens
CN111435367A (en) Knowledge graph construction method, system, equipment and storage medium
CN111913922A (en) Binary structured log generation method, device, equipment and storage medium
CN113360139A (en) Integration method and device of front-end frame, electronic equipment and storage medium
CN112100187A (en) Student learning data storage method and device based on VueJS
CN113741860A (en) Data processing method and device based on RPA robot
CN111859041B (en) Data reporting method and device
CN108984318B (en) Message delivery method and device based on driving model and readable storage medium
CN111931465A (en) Method and system for automatically generating user manual based on user operation
CN110674119A (en) Data processing method, system and computer readable storage medium
CN111881025A (en) Automatic test task scheduling method, device and system
CN112433821B (en) Method and device for building business model, electronic equipment and medium
CN115033410A (en) Abnormal link tracking method, system, gateway and storage medium
CN117278510A (en) Message sending method, device, computer equipment and storage medium
CN115729655A (en) Data rendering method and device, electronic equipment and medium
CN114756329A (en) Business process simulation method and device, electronic equipment and readable storage medium
CN115080045A (en) Link generation method and device, computer equipment and storage medium
CN116932090A (en) Tool pack loading method, device, computer equipment and storage medium
CN113641679A (en) Data transfer method, data transfer system, computer device and medium
CN117390119A (en) Task processing method, device, computer equipment and storage medium
CN115495387A (en) Page testing method and device, electronic equipment and computer readable storage medium
CN117527561A (en) Function arrangement method, device, computer equipment and storage medium
CN115277469A (en) Weak network visualization control method and device, electronic equipment and readable storage medium

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 01, 2 / F, building A14, phase 1.1, Wuhan National Geospatial Information Industrialization Base (New Area), no.6, Beidou Road, Donghu New Technology Development Zone, Wuhan City, Hubei Province, 430000

Applicant after: Wuhan Meihe Yisi Digital Technology Co.,Ltd.

Address before: Room 01, 2 / F, building A14, phase 1, phase 1, Wuhan National Geospatial Information Industrialization Base (New Area), No.6 Beidou Road, Donghu New Technology Development Zone, Wuhan City, Hubei Province

Applicant before: HUBEI MEIHE YISI EDUCATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant