CN110806916A - Method and system for realizing individual login page of each tenant of SAAS platform - Google Patents

Method and system for realizing individual login page of each tenant of SAAS platform Download PDF

Info

Publication number
CN110806916A
CN110806916A CN201911071509.4A CN201911071509A CN110806916A CN 110806916 A CN110806916 A CN 110806916A CN 201911071509 A CN201911071509 A CN 201911071509A CN 110806916 A CN110806916 A CN 110806916A
Authority
CN
China
Prior art keywords
login page
identification code
login
editing
user
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
CN201911071509.4A
Other languages
Chinese (zh)
Other versions
CN110806916B (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.)
Beijing Jinher Software Co Ltd
Original Assignee
Beijing Jinher Software 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 Beijing Jinher Software Co Ltd filed Critical Beijing Jinher Software Co Ltd
Priority to CN201911071509.4A priority Critical patent/CN110806916B/en
Publication of CN110806916A publication Critical patent/CN110806916A/en
Application granted granted Critical
Publication of CN110806916B publication Critical patent/CN110806916B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Human Computer Interaction (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for realizing individual login pages of each tenant of an SAAS platform, which comprises the following steps: acquiring editing authority of a login page, identifying edited data of the login page and storing the edited data to a server according to an identification code; and acquiring an access address with the identification code, and displaying a login page corresponding to the identification code. Each user can set the login page of the user by self and quickly through the background, and the beneficial effect of avoiding the SAAS platform from frequently reissuing the application is achieved. Also disclosed is a system for realizing the personalized login page of each tenant of the SAAS platform, which comprises: the editing module is used for acquiring the editing authority of the login page, identifying the edited data of the login page and storing the edited data into the server according to the identification code; and the login module is used for acquiring the access address with the identification code and displaying a login page corresponding to the identification code. The method has the advantages of simple flow, easy operation, no need of the SAAS platform to develop a login page meeting the requirements of each user, and manpower resource saving.

Description

Method and system for realizing individual login page of each tenant of SAAS platform
Technical Field
The present invention relates to the field of login interfaces. More specifically, the present invention relates to a method and system for realizing personalized login page of each tenant of SAAS platform.
Background
With the development of network and Software technologies, SAAS-based multi-tenant Service platforms are continuously appearing in the market, where SAAS is an abbreviated name of Software-as-a-Service, meaning Software as a Service, that is, providing Software services through a network. The SAAS platform supplier uniformly deploys the application software on the server thereof, and the client can order the required application software service from the manufacturer through the internet according to the actual working requirement, pay the cost to the manufacturer according to the ordered service and the time, and obtain the service provided by the SAAS platform supplier through the internet. The application software has three modes of free, payment and value increment.
In SAAS platforms in various industries, most of the SAAS platforms are uniform in style when entering a login page, with the approval, use and continuous new requirements of customers on SAAS service, many customers need to display LOGO with their companies when logging in their own enterprise system on the same SAAS platform, and personalized login pages such as background pictures of their enterprises or unit landmark buildings need to be displayed in the background of the login page, in order to meet the requirement that the users of various organizations (tenants) display the personalized login pages when opening the system on the same SAAS platform. The method can solve the problems, but needs enough human resources, customizes and develops the corresponding login page for each organization (tenant), invests a large amount of human resources to do the development work, and in the maintenance process, each organization (tenant) can also provide frequent adjustment of the login page, thereby increasing the workload of development and maintenance, increasing the release and deployment work of SAAS and influencing the stability of the SAAS platform; in addition, each organization (tenant) can not set a login page which meets the requirements of the organization (tenant) in a self-help and quick manner through a background, and the product experience of the user is not influenced slightly.
Disclosure of Invention
An object of the present invention is to solve at least the above problems and to provide at least the advantages described later.
The invention also aims to provide a method for realizing the personalized login page of each tenant of the SAAS platform, each user can set the login page of the user by self-help and quickly through a background, and the method can avoid the SAAS platform from frequently reissuing the application.
The system for realizing the personalized login page of each tenant of the SAAS platform is simple in process and easy to operate, does not need the SAAS platform to develop the login page meeting the requirements of each user, and saves human resources.
To achieve these objects and other advantages in accordance with the present invention, there is provided a method for implementing a personalized landing page for each tenant of an SAAS platform, comprising:
acquiring editing authority of a login page, identifying edited data of the login page and storing the edited data to a server according to an identification code;
and acquiring an access address with the identification code, and displaying a login page corresponding to the identification code.
Preferably, the method for acquiring the editing right of the login page further comprises the following steps: and acquiring the identity of an editor, and opening the editing authority of the login page under the authority user if the identity of the editor is consistent with the preset authority user.
Preferably, the edited data is stored in the form of a file.
Preferably, the server stores a plurality of login data corresponding to the identification code, forms a plurality of login pages, and sets one of the login pages as a default display login page.
Preferably, the editing authority of the login page includes a login box position and a background map of the login page.
Preferably, if the acquired access address does not contain the identification code, or the server does not inquire the identification code which is consistent with the access address, the default login page of the SAAS platform is displayed.
The system for realizing the personalized login page of each tenant of the SAAS platform comprises the following steps:
the editing module is used for acquiring the editing authority of the login page, identifying the edited data of the login page and storing the edited data into the server according to the identification code;
and the login module is used for acquiring the access address with the identification code and displaying a login page corresponding to the identification code.
Preferably, the editing module comprises an authority verification unit, the authority verification unit is used for acquiring the identity of an editor, judging that the identity of the editor is consistent with a preset authority user, and if so, opening the editing authority of the login page under the authority user.
Provided is an electronic device including: at least one processor, and a memory communicatively coupled to the at least one processor, wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform any of the methods described above.
There is provided a storage medium having stored thereon a computer program which, when executed by a processor, carries out the method of any of the above.
The invention at least comprises the following beneficial effects: the editing and modifying data of the login page by the authorized user is acquired, a unique identification code is set for each authorized user, the login page files after editing and modifying are respectively stored according to the identification codes, when the user needs to access the service customized by the authorized user on the SAAS platform, the login page after editing and modifying by the authorized user can be displayed only by inputting the access address containing the identification code, and therefore the login page can be displayed in a personalized mode. The process is simple and easy to operate, and the SAAS platform is not required to develop a login page meeting the requirements of each user, so that the human resources are saved, and in the maintenance process, if each user provides frequent adjustment on the login page, the workload of maintenance is not required to be increased, the application of the SAAS platform is not required to be released again, and the stability of the SAAS platform is enhanced; in addition, each user can set a login page meeting the requirements of the user through a background in a self-service and quick manner, and the product experience of the user is improved. .
Additional advantages, objects, and features of the invention will be set forth in part in the description which follows and in part will become apparent to those having ordinary skill in the art upon examination of the following or may be learned from practice of the invention.
Drawings
Fig. 1 is a flow chart of a SAAS platform management background setting according to one embodiment of the present invention;
fig. 2 is a view of a SAAS platform display process according to one embodiment of the present invention.
Detailed Description
The present invention is further described in detail below with reference to the attached drawings so that those skilled in the art can implement the invention by referring to the description text.
The invention provides a method for realizing individual login pages of each tenant of an SAAS platform, which comprises the following steps:
acquiring login page editing authority, opening the login page editing authority for the user after the SAAS passes the identity authentication, avoiding the login page from being maliciously tampered, identifying the edited data of the login page and storing the edited data in a server according to an identification code; after the authorized user edits the login page, for example, the background of the login face is modified, the position of the login frame is adjusted, the LOGO of a company is added, the color of the login page is changed, and the like, the data of the editing operation of the authorized user is identified and stored, and the identification code is the unique identification of each authorized user, namely the unique identification parameter, and is used for identifying each authorized user.
And acquiring an access address with the identification code, and displaying a login page corresponding to the identification code. When a user inputs an access address to the browser, whether the access address has the identification code is identified, the identification code is matched with the identification code of the login page with the identification code in the server, if the identification code is successfully matched with the identification code of the login page with the identification code, the corresponding login page file is called to be displayed, the login page edited by an authorized user can be successfully displayed, and personalized display is achieved.
In the technical scheme, the editing and modifying data of the login page by the authorized user is obtained, the unique identification code is set for each authorized user, the login page files after editing and modifying are respectively stored according to the identification codes, and when the user needs to access the service customized by the authorized user on the SAAS platform, the login page after editing and modifying by the authorized user can be displayed only by inputting the access address containing the identification code, so that the login page is displayed in a personalized manner. The process is simple and easy to operate, and the SAAS platform is not required to develop a login page meeting the requirements of each user, so that the human resources are saved, and in the maintenance process, if each user provides frequent adjustment on the login page, the workload of maintenance is not required to be increased, the application of the SAAS platform is not required to be released again, and the stability of the SAAS platform is enhanced; in addition, each user can set a login page meeting the requirements of the user through a background in a self-service and quick manner, and the product experience of the user is improved.
In another technical solution, the method for obtaining editing authority of a login page further includes: and acquiring the identity of an editor, and opening the editing authority of the login page under the authority user if the identity of the editor is consistent with the preset authority user. And malicious tampering of the login page is avoided.
In another technical scheme, the edited data is stored in a file form. And when the user accesses the system, the server calls the edited login page file, and analyzes and displays the login page file.
In another technical scheme, a plurality of login data corresponding to the identification code are stored in the server to form a plurality of login pages, and one of the login pages is set as a default displayed login page. The authorized user can set a plurality of login pages with different styles, store the login pages, select one of the login pages as default display, and when the authorized user wants to change the login pages, the display style of the login pages can be changed quickly only by changing the default display items.
In another technical scheme, the editing authority of the login page comprises a login frame position and a background picture of the login page. The most important of the login page is the login frame, the most important of the login page is the background picture, and therefore, the guarantee of the editing rights of the two items is particularly important.
In another technical scheme, if the acquired access address does not contain the identification code, or the identification code consistent with the access address is not inquired in the server, displaying a default login page of the SAAS platform. In order to avoid display errors, the original login page of the SAAS platform is set to be displayed, so that the user can normally log in the service customized by the user under the condition that the user does not know the identification code.
A system for realizing the personalized login page of each tenant of the SAAS platform is provided, which comprises:
the editing module is used for acquiring the editing authority of the login page, identifying the edited data of the login page and storing the edited data into the server according to the identification code;
and the login module is used for acquiring the access address with the identification code and displaying a login page corresponding to the identification code.
In the technical scheme, the editing module acquires the editing modification data of the login page by the authorized user, sets a unique identification code for each authorized user, respectively stores the login page files after editing modification according to the identification codes, and when the user needs to access the service customized by the authorized user on the SAAS platform, the login module can display the login page edited and modified by the authorized user only by inputting the access address containing the identification code, so that the login page is displayed in a personalized manner. The process is simple and easy to operate, and the SAAS platform is not required to develop a login page meeting the requirements of each user, so that the human resources are saved, and in the maintenance process, if each user provides frequent adjustment on the login page, the workload of maintenance is not required to be increased, the application of the SAAS platform is not required to be released again, and the stability of the SAAS platform is enhanced; in addition, each user can set a login page meeting the requirements of the user through a background in a self-service and quick manner, and the product experience of the user is improved.
In another technical scheme, the editing module comprises an authority verification unit, wherein the authority verification unit is used for acquiring the identity of an editor, judging that the identity of the editor is consistent with a preset authority user, and if the identity of the editor is consistent with the preset authority user, opening the editing authority of the login page under the authority user. And malicious tampering of the login page is avoided.
Provided is an electronic device including: at least one processor, and a memory communicatively coupled to the at least one processor, wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform any of the methods described above.
There is provided a storage medium having stored thereon a computer program which, when executed by a processor, implements the method of any of the above.
Fig. 1 and fig. 2 are the following diagrams, which are a preferred embodiment of the present invention, fig. 1 is a SAAS platform management background setup, fig. 2 is a SAAS platform display process, and the method includes the steps of:
step one, FIG. 1
Step 1: firstly, the platform verifies the identity of a setter and a corresponding organization (tenant) ID, and initializes a personalized login page designer after the verification is passed, wherein the personalized login page designer comprises login page files (including pictures and HTML) and data resources which are already set by the organization (tenant) and are called from a server side, and the personalized login page setting of the organization (tenant) can not be carried out without identity verification. Therefore, the organization (tenant) administrator can set the login page meeting the requirements of the organization (tenant) by self and quickly through the background, and the product experience of the user is improved.
Step 2: and (3) an organization (tenant) administrator creates and edits the login frame position and the name of the login page of the personalized login page through the personalized login page designer, uploads the background picture of the personalized login page, and generates HMTL (Hypertext markup language) by the content in the personalized login page designer. Each organization may set up multiple personalized login pages, one of which may be selected as the organization default login page. The next time other administrators or creators can make adjustments based on previous versions of the design directly through what is convenient here.
And step 3: an organization (tenant) administrator submits HTML and data resources of the personalized login page to an SAAS platform, the platform stores the data, HTML and other resources of the personalized login page, caches the data, HTML and other resources to Raidys, background pictures in the personalized login page, and uploaded background pictures can be optimized and compressed in order to guarantee user experience (fast loading of background pictures);
and 4, step 4: further, the distributed servers of the SAAS platform are stored in an organization (tenant) ID isolation manner.
Step two, FIG. 2
Step 1: inputting an SAAS platform access address in a browser, wherein the address comprises a domain name and an enterprise number parameter 2; at this point, an access request is submitted to the SAAS platform server.
Step 2: after receiving a request sent by a client, the SAAS platform server judges whether an enterprise number parameter in an address is empty, if so, directly takes HTML of a public default login page from a Raidys cache to analyze, and then jumps to an SAAS product platform default login page; if the enterprise number is not null, continuing to go down;
and step 3: the SAAS platform server uses the enterprise number as an interface parameter according to the enterprise number in the address, calls an interface to acquire organization (tenant) information, does not acquire the organization information, and prompts an input address to be incorrect by a skip error page; obtaining organization information, and continuing the following steps;
and 4, step 4: finding out HTML resources and data resources of the corresponding personalized login page from the Raidys cache according to the returned organization information, if the corresponding personalized login page resources are not found in the cache, searching in a database, returning to a requesting browser end, and assembling and displaying the personalized login page by the browser taking the HTML resources and the data resources; the method for acquiring the personalized login page is superior to the method for directly storing and reading the personalized login page in the database, can respond to the request of the personalized login page more quickly, and can reduce the access pressure of a database server. While embodiments of the invention have been described above, it is not limited to the applications set forth in the description and the embodiments, which are fully applicable in various fields of endeavor to which the invention pertains, and further modifications may readily be made by those skilled in the art, it being understood that the invention is not limited to the details shown and described herein without departing from the general concept defined by the appended claims and their equivalents.

Claims (10)

1. The method for realizing the personalized login page of each tenant of the SAAS platform is characterized by comprising the following steps:
acquiring editing authority of a login page, identifying edited data of the login page and storing the edited data to a server according to an identification code;
and acquiring an access address with the identification code, and displaying a login page corresponding to the identification code.
2. The method of claim 1, further comprising a method of obtaining editing rights for a landing page, comprising: and acquiring the identity of an editor, and opening the editing authority of the login page under the authority user if the identity of the editor is consistent with the preset authority user.
3. The method of claim 1, wherein the edited data is stored in a file.
4. The method of claim 1, wherein the server stores a plurality of login data corresponding to the identification code to form a plurality of login pages, and sets one of the login pages as a default login page.
5. The method of claim 1, wherein the editing rights of the landing page include the location of the landing box and the background map of the landing page.
6. The method of claim 1, wherein if the obtained access address does not contain an identification code, or if no identification code consistent with the access address is found in the server, displaying a default landing page of the SAAS platform.
7. The system for realizing the personalized login page of each tenant of the SAAS platform is characterized by comprising the following steps:
the editing module is used for acquiring the editing authority of the login page, identifying the edited data of the login page and storing the edited data into the server according to the identification code;
and the login module is used for acquiring the access address with the identification code and displaying a login page corresponding to the identification code.
8. The system of claim 7, wherein the editing module comprises an authorization verification unit, the authorization verification unit is configured to obtain an identity of an editor, determine that the identity of the editor is consistent with a preset authorization user, and if so, open an editing authorization of the login page under the authorization user.
9. An electronic device, comprising: at least one processor, and a memory communicatively coupled to the at least one processor, wherein the memory stores instructions executable by the at least one processor to cause the at least one processor to perform the method of any of claims 1-6.
10. Storage medium on which a computer program is stored, characterized in that the program, when executed by a processor, implements the method of any one of claims 1 to 6.
CN201911071509.4A 2019-11-05 2019-11-05 Method and system for realizing personalized login page of each tenant of SAAS platform Active CN110806916B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911071509.4A CN110806916B (en) 2019-11-05 2019-11-05 Method and system for realizing personalized login page of each tenant of SAAS platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911071509.4A CN110806916B (en) 2019-11-05 2019-11-05 Method and system for realizing personalized login page of each tenant of SAAS platform

Publications (2)

Publication Number Publication Date
CN110806916A true CN110806916A (en) 2020-02-18
CN110806916B CN110806916B (en) 2024-01-26

Family

ID=69501194

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911071509.4A Active CN110806916B (en) 2019-11-05 2019-11-05 Method and system for realizing personalized login page of each tenant of SAAS platform

Country Status (1)

Country Link
CN (1) CN110806916B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113312044A (en) * 2021-07-01 2021-08-27 珠海聘仓未来科技有限公司 Recruitment-industry-based software as a service (SaaS) office system for same-party merchants
CN114124571A (en) * 2021-12-09 2022-03-01 上海甄云信息科技有限公司 Multi-way docking single sign-on method and system
CN114281464A (en) * 2021-12-31 2022-04-05 瀚云科技有限公司 Multi-tenant dynamic login page generation method and system
CN114546563A (en) * 2022-02-23 2022-05-27 北京京航计算通讯研究所 Multi-tenant page access control method and system
CN116846782A (en) * 2023-08-31 2023-10-03 北京仁科互动网络技术有限公司 Business anomaly observation method and device for mobile terminal of SAAS CRM system

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102123176A (en) * 2011-03-17 2011-07-13 杭州宏杉科技有限公司 Space distribution and management method and device for network storage system
US20110191702A1 (en) * 2010-02-03 2011-08-04 Benefitfocus.Com, Inc. Systems And Methods For Polymorphic Content Generation In A Multi-Application, Multi-Tenant Environment
US20140025512A1 (en) * 2012-07-20 2014-01-23 Viva Tags Pty Ltd Vendor portal and method of facilitating electronic commerce over a network
CN104769908A (en) * 2012-09-07 2015-07-08 甲骨文国际公司 LDAP-based multi-tenant in-cloud identity management system
CN106204028A (en) * 2016-07-28 2016-12-07 深圳市安贝信息技术有限公司 Issue installation method, system and the device of a kind of charging software
CN107395614A (en) * 2017-08-09 2017-11-24 深圳国泰安教育技术股份有限公司 Single-point logging method and system
CN107665150A (en) * 2016-07-27 2018-02-06 Sap欧洲公司 Event Service modeling framework for computer system
CN108255936A (en) * 2017-12-08 2018-07-06 深圳市叮叮当当科技有限公司 A kind of edit methods of webpage, system and editing machine
CN108345456A (en) * 2018-03-07 2018-07-31 平安普惠企业管理有限公司 Page code generation method, device, computer equipment and storage medium
CN108471421A (en) * 2018-03-29 2018-08-31 深信服科技股份有限公司 Method, system and the relevant apparatus of multiple exclusive platforms are built under a kind of cloud environment
CN108574721A (en) * 2017-08-11 2018-09-25 北京金山云网络技术有限公司 A kind of login method, device and server, user terminal, readable storage medium storing program for executing
CN108737398A (en) * 2018-05-09 2018-11-02 平安信托有限责任公司 Processing method, device, computer equipment and the storage medium of trust system
CN108920494A (en) * 2018-05-21 2018-11-30 深圳市彬讯科技有限公司 Isolation access method, server-side and the storage medium of multi-tenant database
CN109241150A (en) * 2018-09-18 2019-01-18 中轻国环(北京)环保科技有限公司 A kind of wastewater treatment data analysis visualization interactive system based on SaaS mode
CN109445889A (en) * 2018-09-25 2019-03-08 北京奇艺世纪科技有限公司 Page display method, device, terminal, server, computer readable storage medium
CN109803018A (en) * 2019-01-24 2019-05-24 云南电网有限责任公司信息中心 A kind of DCOS cloud management platform combined based on Mesos and YARN
CN110309636A (en) * 2019-07-04 2019-10-08 阿里巴巴集团控股有限公司 A kind of identity authentication method and system

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110191702A1 (en) * 2010-02-03 2011-08-04 Benefitfocus.Com, Inc. Systems And Methods For Polymorphic Content Generation In A Multi-Application, Multi-Tenant Environment
CN102123176A (en) * 2011-03-17 2011-07-13 杭州宏杉科技有限公司 Space distribution and management method and device for network storage system
US20140025512A1 (en) * 2012-07-20 2014-01-23 Viva Tags Pty Ltd Vendor portal and method of facilitating electronic commerce over a network
CN104769908A (en) * 2012-09-07 2015-07-08 甲骨文国际公司 LDAP-based multi-tenant in-cloud identity management system
CN107665150A (en) * 2016-07-27 2018-02-06 Sap欧洲公司 Event Service modeling framework for computer system
CN106204028A (en) * 2016-07-28 2016-12-07 深圳市安贝信息技术有限公司 Issue installation method, system and the device of a kind of charging software
CN107395614A (en) * 2017-08-09 2017-11-24 深圳国泰安教育技术股份有限公司 Single-point logging method and system
CN108574721A (en) * 2017-08-11 2018-09-25 北京金山云网络技术有限公司 A kind of login method, device and server, user terminal, readable storage medium storing program for executing
CN108255936A (en) * 2017-12-08 2018-07-06 深圳市叮叮当当科技有限公司 A kind of edit methods of webpage, system and editing machine
CN108345456A (en) * 2018-03-07 2018-07-31 平安普惠企业管理有限公司 Page code generation method, device, computer equipment and storage medium
CN108471421A (en) * 2018-03-29 2018-08-31 深信服科技股份有限公司 Method, system and the relevant apparatus of multiple exclusive platforms are built under a kind of cloud environment
CN108737398A (en) * 2018-05-09 2018-11-02 平安信托有限责任公司 Processing method, device, computer equipment and the storage medium of trust system
CN108920494A (en) * 2018-05-21 2018-11-30 深圳市彬讯科技有限公司 Isolation access method, server-side and the storage medium of multi-tenant database
CN109241150A (en) * 2018-09-18 2019-01-18 中轻国环(北京)环保科技有限公司 A kind of wastewater treatment data analysis visualization interactive system based on SaaS mode
CN109445889A (en) * 2018-09-25 2019-03-08 北京奇艺世纪科技有限公司 Page display method, device, terminal, server, computer readable storage medium
CN109803018A (en) * 2019-01-24 2019-05-24 云南电网有限责任公司信息中心 A kind of DCOS cloud management platform combined based on Mesos and YARN
CN110309636A (en) * 2019-07-04 2019-10-08 阿里巴巴集团控股有限公司 A kind of identity authentication method and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
YISHAI STATTER 等: "Γ (Gamma): A SaaS-enabled fast and accurate analog design System", 《INTEGRATION》, vol. 55, pages 67 - 84, XP029763914, DOI: 10.1016/j.vlsi.2016.03.003 *
隋欣 等: "基于PHP的"接钥匙"装修网站的设计与实现", 《电脑知识与技术》, vol. 15, no. 15, pages 92 - 93 *
黎红 等: "基于云计算的网络课堂及研讨平台研究", 《阴山学刊(自然科学)》, vol. 31, no. 01, pages 59 - 63 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113312044A (en) * 2021-07-01 2021-08-27 珠海聘仓未来科技有限公司 Recruitment-industry-based software as a service (SaaS) office system for same-party merchants
CN114124571A (en) * 2021-12-09 2022-03-01 上海甄云信息科技有限公司 Multi-way docking single sign-on method and system
CN114281464A (en) * 2021-12-31 2022-04-05 瀚云科技有限公司 Multi-tenant dynamic login page generation method and system
CN114546563A (en) * 2022-02-23 2022-05-27 北京京航计算通讯研究所 Multi-tenant page access control method and system
CN114546563B (en) * 2022-02-23 2023-04-28 北京京航计算通讯研究所 Multi-tenant page access control method and system
CN116846782A (en) * 2023-08-31 2023-10-03 北京仁科互动网络技术有限公司 Business anomaly observation method and device for mobile terminal of SAAS CRM system
CN116846782B (en) * 2023-08-31 2024-01-02 北京仁科互动网络技术有限公司 Business anomaly observation method and device for mobile terminal of SAAS CRM system

Also Published As

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

Similar Documents

Publication Publication Date Title
CN110806916A (en) Method and system for realizing individual login page of each tenant of SAAS platform
US20190385226A1 (en) Automated Financing Workflow
US7543228B2 (en) Template for rendering an electronic form
US8095975B2 (en) Dynamic document merging method and system
US20110289420A1 (en) Screen customization supporting system, screen customization supporting method, and computer-readable recording medium
US10803161B2 (en) Information processing system, information processing method, and information processing apparatus
KR20090003060A (en) Knowledge management system and method for implementing management software using the same
US20090138762A1 (en) Computer-implemented method of performance testing software applications
US10127204B2 (en) Customized system documentation
US7058582B2 (en) Method for performing programming by plain text requests
CN112116325A (en) Examination and approval form control method and device, electronic equipment and readable storage medium
JP2000267998A (en) Service list display
US8225213B2 (en) User interface (UI) control for attestation process
US20210360038A1 (en) Machine policy configuration for managed devices
CN106648338B (en) Method and device for editing data
US10348811B2 (en) Service to invoke companion applications
US20180260820A1 (en) System device and process for an educational regulatory electronic tool kit
US20230195792A1 (en) Database management methods and associated apparatus
CN113093965A (en) Account registration method, device, computer system and storage medium
US20100077287A1 (en) Desktop hyperlinks
US20090271439A1 (en) Systems to implement business processes in computing environment
CN113672497A (en) Method, device and equipment for generating non-buried point event and storage medium
US8245020B1 (en) Creating a partial instance of component in response to user specifying a value for a dynamic attribute of a selected component
CN115357604B (en) Data query method and device
KR102491508B1 (en) Welfare tool office automation system and method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant