CN112035131A - Method for processing internet software installation application - Google Patents

Method for processing internet software installation application Download PDF

Info

Publication number
CN112035131A
CN112035131A CN202010931166.0A CN202010931166A CN112035131A CN 112035131 A CN112035131 A CN 112035131A CN 202010931166 A CN202010931166 A CN 202010931166A CN 112035131 A CN112035131 A CN 112035131A
Authority
CN
China
Prior art keywords
software
version
official website
version number
internet
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
CN202010931166.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.)
Jiangsu Xiaomeng Technology Co ltd
Original Assignee
Jiangsu Xiaomeng 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 Jiangsu Xiaomeng Technology Co ltd filed Critical Jiangsu Xiaomeng Technology Co ltd
Priority to CN202010931166.0A priority Critical patent/CN112035131A/en
Publication of CN112035131A publication Critical patent/CN112035131A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/654Updates using techniques specially adapted for alterable solid state memories, e.g. for EEPROM or flash memories
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method for processing Internet software installation application, which comprises the following steps: (1) accessing the Internet through a data connection link, and starting the automatic version checking information of the application software; (2) storing the software version number obtained by detection in a flash memory, starting a search engine, entering a software official website to obtain the latest software version number published in the official website, and storing the official website software version number in the flash memory; (3) reading the local software version number and the official website software version number in the flash memory, and comparing the two version numbers; (4) judging whether the version number of the official website software is a higher-level version, if so, downloading the high-version software to the local through an official website downloading path, and if not, terminating the step; (5) the software compression package is decompressed to a storage hard disk with enough data space, the installation program of the high-version software is automatically started and the installation is completed, the logic of the method is clear, and the steps are clear, so that the method can help users of computers and mobile multimedia equipment to automatically update the software.

Description

Method for processing internet software installation application
Technical Field
The invention relates to the technical field of internet software application, in particular to a method for processing internet software installation application.
Background
With the development of science and technology, computers and mobile multimedia devices have been incorporated into the daily lives of people. The computer, commonly known as computer, is a modern electronic computing machine for high-speed computation, can perform numerical computation and logic computation, and also has the function of storage and memory. The intelligent electronic device is a modern intelligent electronic device which can operate according to a program and automatically process mass data at a high speed; the mobile multimedia equipment is electronic equipment including a mobile phone, a tablet and an intelligent watch, along with the continuous upgrade of hardware equipment, the performance of the mobile equipment is close to that of a PC (personal computer) end computer, and the mobile multimedia equipment becomes important component equipment which is indispensable in information life of people. Software is a collection of computer data and instructions organized in a particular order. Software does not include only computer programs that can run on a computer, but documents associated with such computer programs are also generally considered to be part of the software. Software is simply a collection of programs and documents, and is also a computer program, procedure, rule, and possibly file, document, and data related to the operation of a computer system. Which when executed, provide a set of instructions or computer programs that perform the functions and features required of the program to satisfactorily process the data structures of the information, describe the functional requirements of the program and how the program operates and uses the required documentation. Therefore, the software is an important component for calculation, a computer cannot run independently without the software, the software is various in variety, different people have different requirements on the software, and the life of the people is continuously enriched by the software. Software is placed in a computer and can be used only by installation processing, the prior software installation uses an optical disk as a carrier and then is installed in a computer optical drive, the optical disk is time-consuming and labor-consuming to burn back and forth, the optical disk is gradually replaced by network uploading and downloading software, and a user only needs to download the required software on the Internet for installation. However, when downloading software, users often attach other software, that is, some software that is not needed by users, even some viruses, which causes that users cannot install software, consumes a lot of time of users, and affects normal use of software by users. To this end, we propose a method of handling internet software installation applications.
Disclosure of Invention
The present invention is directed to a method for processing an internet software installation application, so as to solve the problems set forth in the above background art.
In order to achieve the purpose, the invention provides the following technical scheme: a method of processing an internet software installation application, comprising the steps of:
(1) accessing the Internet through a data connection link, and starting the automatic version checking information of the application software;
(2) storing the software version number obtained by detection in a flash memory, starting a search engine, entering a software official website to obtain the latest software version number published in the official website, and storing the official website software version number in the flash memory;
(3) reading the local software version number and the official website software version number in the flash memory, and comparing the two version numbers;
(4) judging whether the version number of the official website software is a higher-level version, if so, downloading the high-version software to the local through an official website downloading path, and if not, terminating the step;
(5) decompressing the software compression packet into a storage hard disk with enough data space, automatically starting an installation program of high-version software and completing installation;
(6) after the high-version software is installed, automatically deleting the decompressed files and the compressed packet files, producing software update logs in a TXT format and storing the software update logs in a root directory of a storage hard disk.
Furthermore, the data connection mode in step (1) includes GPRS data connection and WLAN data connection, and the priority of WLAN data connection is higher than that of GPRS data connection.
Furthermore, after all the installation steps are completed, the cache data in the flash memory is automatically cleared.
Furthermore, the hard disk drive letter of the non-system disk is selected in the downloading and decompressing processes of the high-version software compression package.
Further, when the remaining space of the storage hard disk is insufficient, a TXT document with a file name of update prompt is automatically generated and stored in the root directory.
Compared with the prior art, the invention has the beneficial effects that:
the method for processing the internet software installation application has reasonable logic, and can automatically update the loaded software in the idle running time of the computer or the mobile multimedia equipment, thereby ensuring that the software in the computer or the mobile multimedia is always in the latest version, ensuring that the latest function of the software can be used in time, and ensuring the use experience of the computer or the mobile multimedia software.
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 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.
The invention provides a technical scheme that: a method of processing an internet software installation application, comprising the steps of:
(1) entering the Internet through a data connection link, wherein the data connection mode comprises GPRS data connection and WLAN data connection, the priority of the WLAN data connection is higher than that of the GPRS data connection, and the automatic version checking information of the application software is started;
(2) storing the software version number obtained by detection in a flash memory, starting a search engine, entering a software official website to obtain the latest software version number published in the official website, and storing the official website software version number in the flash memory;
(3) reading the local software version number and the official website software version number in the flash memory, and comparing the two version numbers;
(4) judging whether the version number of the official website software is a higher-level version, if so, downloading the high-version software to the local through an official website downloading path, and if not, terminating the step;
(5) decompressing the software compression packet into a storage hard disk with enough data space, automatically starting an installation program of high-version software and completing installation;
(6) after the installation of the high-version software is finished, automatically deleting decompressed files and compressed package files, producing software updating logs in a TXT format and storing the software updating logs in a root directory of a storage hard disk, selecting storage hard disk drive symbols of a non-system disk in the downloading and decompressing processes of the high-version software compressed package, automatically clearing cache data in flash memory after all the installation steps are finished, and automatically generating a TXT document with a file name of 'update prompt' and storing the TXT document in the root directory when the residual space of the storage hard disk is insufficient.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (5)

1. A method of processing an internet software installation application, comprising the steps of:
(1) accessing the Internet through a data connection link, and starting the automatic version checking information of the application software;
(2) storing the software version number obtained by detection in a flash memory, starting a search engine, entering a software official website to obtain the latest software version number published in the official website, and storing the official website software version number in the flash memory;
(3) reading the local software version number and the official website software version number in the flash memory, and comparing the two version numbers;
(4) judging whether the version number of the official website software is a higher-level version, if so, downloading the high-version software to the local through an official website downloading path, and if not, terminating the step;
(5) decompressing the software compression packet into a storage hard disk with enough data space, automatically starting an installation program of high-version software and completing installation;
(6) after the high-version software is installed, automatically deleting the decompressed files and the compressed packet files, producing software update logs in a TXT format and storing the software update logs in a root directory of a storage hard disk.
2. The method of processing an internet software installation application of claim 1, wherein: the data connection mode in the step (1) comprises GPRS data connection and WLAN data connection, and the priority of the WLAN data connection is higher than that of the GPRS data connection.
3. The method of processing an internet software installation application of claim 1, wherein: and after all the installation steps are completed, automatically clearing the cache data in the flash memory.
4. The method of processing an internet software installation application of claim 1, wherein: and selecting the disk identifier of the storage hard disk of the non-system disk in the downloading and decompressing processes of the high-version software compression package.
5. The method of processing an internet software installation application of claim 1, wherein: when the residual space of the storage hard disk is insufficient, a TXT file with a file name of 'update prompt' is automatically generated and stored in a root directory.
CN202010931166.0A 2020-09-07 2020-09-07 Method for processing internet software installation application Pending CN112035131A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010931166.0A CN112035131A (en) 2020-09-07 2020-09-07 Method for processing internet software installation application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010931166.0A CN112035131A (en) 2020-09-07 2020-09-07 Method for processing internet software installation application

Publications (1)

Publication Number Publication Date
CN112035131A true CN112035131A (en) 2020-12-04

Family

ID=73585359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010931166.0A Pending CN112035131A (en) 2020-09-07 2020-09-07 Method for processing internet software installation application

Country Status (1)

Country Link
CN (1) CN112035131A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112017673A (en) * 2020-09-07 2020-12-01 江苏小梦科技有限公司 Frequency modulation stereo encoder based on internet software design

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450956A (en) * 2017-08-07 2017-12-08 安顺弄潮儿互联网科技有限责任公司 A kind of internet works software installs application processing method
CN108334329A (en) * 2017-12-31 2018-07-27 江苏易润信息技术有限公司 A method of processing internet works software installation application
CN110851165A (en) * 2019-11-18 2020-02-28 深圳忆联信息系统有限公司 Method and device for automatically acquiring BIOS drive and upgrading, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107450956A (en) * 2017-08-07 2017-12-08 安顺弄潮儿互联网科技有限责任公司 A kind of internet works software installs application processing method
CN108334329A (en) * 2017-12-31 2018-07-27 江苏易润信息技术有限公司 A method of processing internet works software installation application
CN110851165A (en) * 2019-11-18 2020-02-28 深圳忆联信息系统有限公司 Method and device for automatically acquiring BIOS drive and upgrading, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112017673A (en) * 2020-09-07 2020-12-01 江苏小梦科技有限公司 Frequency modulation stereo encoder based on internet software design

Similar Documents

Publication Publication Date Title
KR100999267B1 (en) On-device application catalog updated by management servers
CN108958844B (en) Application program control method and terminal
US7831412B1 (en) Systems and methods for providing guidance by category on the potential impact of an application on the health of a computing system
US8126859B2 (en) Updating a local version of a file based on a rule
RU2608668C2 (en) System and method for control and organisation of web-browser cache for offline browsing
US20170168959A1 (en) Managing and organizing web browser cache
CN110990019B (en) Java class analysis method and device, storage medium and electronic equipment
US7506310B2 (en) Method and system for caching managed code for efficient execution on resource-constrained devices
US20120323935A1 (en) Automatic synchronization of most recently used document lists
WO2006105443A2 (en) Automated change approval
CN112817657B (en) Application program starting item loading method, device, system and storage medium
CN1502075A (en) Method for loading and executing an application in an embedded environment
CN111881012A (en) Log recording method, device, equipment and storage medium
CN112115105A (en) Service processing method, device and equipment
CN109408471B (en) Compressed packet decompression method and device based on matching tree and storage medium
CN112035131A (en) Method for processing internet software installation application
CN106406828A (en) Method and apparatus for modifying business tool function of JAVA system
CN111414207A (en) Page construction method, device and equipment
JP2003067209A (en) METHOD OF EXECUTING Java (TRADEMARK) APPLICATION MIDLET USING COMMUNICATION BETWEEN Java (TRADEMARK) APPLICATIONS
CN105893031B (en) Cache operation implementation method, service layer method calling method and device
JP2007509418A (en) System and method for personalizing handwriting recognition
CN113326288A (en) Data processing method and device and electronic equipment
CN116647447A (en) Application program hot update method and device, intelligent device and storage medium
CN116756019A (en) Memory leakage positioning method and device, electronic equipment and readable storage medium
CN115705294B (en) Method, device, electronic equipment and medium for acquiring function call information

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201204