技术领域technical field
本公开的实施例涉及计算机技术领域,具体涉及用于复用SaaS平台网页组件的方法和装置。Embodiments of the present disclosure relate to the field of computer technologies, and in particular, to a method and apparatus for reusing webpage components of a SaaS platform.
背景技术Background technique
当前主流的可视化网页SaaS(Software-as-a-Service,软件即服务)编辑平台,通常的功能模式是提供预置组件,并允许用户在编辑器中改动组件位置、组件动画,最终将用户编辑好的配置发布为可线上浏览的页面。The current mainstream visual web page SaaS (Software-as-a-Service, software as a service) editing platform, the usual functional mode is to provide preset components, and allow users to change the component position and component animation in the editor, and finally edit the user. A good configuration is published as a web-browseable page.
这类传统的解决方案能够让无编程基础的用户通过可视化操作的方式快速生成并发布可访问的页面,然而其局限性在于:用户能够操作的仅限于平台提供的有限的组件,若用户需要构造一些平台默认组件无法涵盖的内容,则非常困难。This kind of traditional solution enables users without programming foundation to quickly generate and publish accessible pages through visual operations. However, its limitations are: what users can operate is limited to the limited components provided by the platform. If users need to construct What some platform default components cannot cover, it is very difficult.
举个简单的例子,假设一个可视化网页编辑平台提供了图片、文本和表单组件,但并未提供视频上传功能,当某用户需要制作一个包含图片、文本、表单组件,并仅仅需要插入一个十秒钟的小视频时,该用户便无法仅使用该网页编辑平台完成自己的需求。As a simple example, suppose a visual web page editing platform provides image, text and form components, but does not provide the video upload function. When a user needs to make a component that includes images, text, and forms, and only needs to insert a ten-second When the small video of the clock is displayed, the user cannot only use the web page editing platform to fulfill his needs.
可视化网页编辑平台的发布产出物通常是静态的HTML页面,如果需要在平台生成的页面上进行个性化的二次扩展开发,通常的做法是直接导出产出页面的源代码,并修改其源代码来实现目的。The published output of the visual web page editing platform is usually a static HTML page. If you need to carry out personalized secondary extension development on the page generated by the platform, the usual practice is to directly export the source code of the output page and modify its source code. code to achieve the purpose.
二次修改之后的网页无法再回传到SaaS平台,需要寻找服务器进行单独部署,丧失了SaaS平台一键部署的便利性,且导出的代码通常对二次开发并不友好,导致二次修改也相当困难。The webpage after the second modification cannot be sent back to the SaaS platform, and a server needs to be found for separate deployment, which loses the convenience of one-click deployment of the SaaS platform, and the exported code is usually not friendly to the second development, resulting in the second modification. quite difficult.
发明内容SUMMARY OF THE INVENTION
本公开的实施例提出了用于复用SaaS平台网页组件的方法和装置。Embodiments of the present disclosure propose a method and apparatus for reusing web components of a SaaS platform.
第一方面,本公开的实施例提供了一种用于复用SaaS平台网页组件的方法,包括:接收客户端发送的用于生成自定义组件的压缩包,其中,压缩包包括:配置文件、脚本文件。解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口;根据属性配置和行为接口生成可视化编辑界面;将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。In a first aspect, an embodiment of the present disclosure provides a method for multiplexing a SaaS platform webpage component, including: receiving a compressed package sent by a client for generating a custom component, where the compressed package includes: a configuration file, a script file. Unzip the compressed package, and parse out the attribute configuration of the custom component according to the configuration file, and parse out the behavior interface exposed by the custom component according to the script file; generate a visual editing interface according to the attribute configuration and behavior interface; save the visual editing interface to the object storage server , for users to use custom components through the visual editing interface.
在一些实施例中,压缩包还包括样式表文件;以及方法还包括:将样式表文件附加在可视化编辑界面中。In some embodiments, the compressed package further includes a style sheet file; and the method further includes: attaching the style sheet file to the visual editing interface.
在一些实施例中,压缩包还包括缩略图;以及该方法还包括:在可视化编辑界面的菜单中展示缩略图。In some embodiments, the compressed package further includes thumbnails; and the method further includes: displaying the thumbnails in a menu of the visual editing interface.
在一些实施例中,该方法还包括:生成在线代码编辑器并保存到对象存储服务器中,以供客户端加载自定义组件的源代码后进行修改调试;响应于接收到客户端发送的修改后的代码,根据修改后的代码重新生成可视化编辑界面。In some embodiments, the method further includes: generating an online code editor and saving it to the object storage server, so that the client can modify and debug after loading the source code of the custom component; in response to receiving the modified code sent by the client code, and regenerates the visual editing interface according to the modified code.
在一些实施例中,根据属性配置和行为接口生成可视化编辑界面,包括:根据属性配置生成可视化编辑界面的属性编辑面板;根据行为接口生成以下拉列表形式展示在可视化编辑界面的事件触发配置面板中,以供用户通过在下拉列表中选择的方式来配置可视化编辑界面中组件行为的触发。In some embodiments, generating a visual editing interface according to the property configuration and the behavior interface includes: generating a property editing panel of the visual editing interface according to the property configuration; generating a drop-down list according to the behavior interface and displaying it in the event triggering configuration panel of the visual editing interface , for the user to configure the triggering of component behavior in the visual editing interface by selecting from the drop-down list.
第二方面,本公开的实施例提供了一种用于复用SaaS平台网页组件的装置,包括:接收单元,被配置成接收客户端发送的用于生成自定义组件的压缩包,其中,压缩包包括:配置文件、脚本文件。解析单元,被配置成解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口;生成单元,被配置成根据属性配置和行为接口生成可视化编辑界面;保存单元,被配置成将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。In a second aspect, an embodiment of the present disclosure provides an apparatus for multiplexing a web page component of a SaaS platform, including: a receiving unit configured to receive a compressed package sent by a client for generating a custom component, wherein the compressed package is The package includes: configuration files, script files. The parsing unit is configured to decompress the compressed package, parses the attribute configuration of the custom component according to the configuration file, and parses the behavior interface exposed by the custom component according to the script file; the generating unit is configured to generate a visual editor according to the attribute configuration and the behavior interface The interface; the saving unit is configured to save the visual editing interface to the object storage server, so that the user can use the custom component through the visual editing interface.
在一些实施例中,压缩包还包括样式表文件;以及生成单元进一步被配置成:将样式表文件附加在可视化编辑界面中。In some embodiments, the compressed package further includes a style sheet file; and the generating unit is further configured to: attach the style sheet file in the visual editing interface.
在一些实施例中,压缩包还包括缩略图;以及生成单元进一步被配置成:在可视化编辑界面的菜单中展示缩略图。In some embodiments, the compressed package further includes thumbnails; and the generating unit is further configured to: display the thumbnails in a menu of the visual editing interface.
在一些实施例中,该装置还包括调试单元,被配置成:生成在线代码编辑器并保存到对象存储服务器中,以供客户端加载自定义组件的源代码后进行修改调试;响应于接收到客户端发送的修改后的代码,根据修改后的代码重新生成可视化编辑界面。In some embodiments, the apparatus further includes a debugging unit configured to: generate an online code editor and save it in the object storage server, so that the client can modify and debug after loading the source code of the custom component; in response to receiving the The modified code sent by the client will regenerate the visual editing interface according to the modified code.
在一些实施例中,生成单元进一步被配置成:根据属性配置生成可视化编辑界面的属性编辑面板;根据行为接口生成以下拉列表形式展示在可视化编辑界面的事件触发配置面板中,以供用户通过在下拉列表中选择的方式来配置可视化编辑界面中组件行为的触发。In some embodiments, the generating unit is further configured to: generate a property editing panel of the visual editing interface according to the property configuration; generate a property editing panel of the visual editing interface according to the property configuration; The method selected from the drop-down list configures the triggering of component behavior in the visual editing interface.
第三方面,本公开的实施例提供了一种用于复用SaaS平台网页组件的电子设备,包括:一个或多个处理器;存储装置,其上存储有一个或多个程序,当一个或多个程序被一个或多个处理器执行,使得一个或多个处理器实现如第一方面中任一的方法。In a third aspect, embodiments of the present disclosure provide an electronic device for multiplexing web page components of a SaaS platform, including: one or more processors; a storage device on which one or more programs are stored, and when one or more programs are stored thereon A plurality of programs are executed by one or more processors such that the one or more processors implement a method as in any of the first aspects.
第四方面,本公开的实施例提供了一种计算机可读介质,其上存储有计算机程序,其中,程序被处理器执行时实现如第一方面中任一的方法。In a fourth aspect, embodiments of the present disclosure provide a computer-readable medium on which a computer program is stored, wherein the program implements the method according to any one of the first aspects when executed by a processor.
本公开的实施例提供的用于复用SaaS平台网页组件的方法和装置,在保留了可视化编辑器易上手、易操作特性的同时,解决了传统可视化网页编辑平台仅能拖拽预置组件、灵活性差的问题,使得用户在享受可视化编辑便利的同时能够利用扩展功能来实现平台未能满足的个性化需求。The method and device for reusing SaaS platform web page components provided by the embodiments of the present disclosure, while retaining the easy-to-use and easy-to-operate features of the visual editor, solve the problem that the traditional visual web page editing platform can only drag and drop preset components, The problem of poor flexibility enables users to use extended functions to achieve personalized needs that the platform cannot meet while enjoying the convenience of visual editing.
附图说明Description of drawings
通过阅读参照以下附图所作的对非限制性实施例所作的详细描述,本公开的其它特征、目的和优点将会变得更明显:Other features, objects and advantages of the present disclosure will become more apparent upon reading the detailed description of non-limiting embodiments taken with reference to the following drawings:
图1是本公开的一个实施例可以应用于其中的示例性系统架构图;FIG. 1 is an exemplary system architecture diagram to which an embodiment of the present disclosure may be applied;
图2是根据本公开的用于复用SaaS平台网页组件的方法的一个实施例的流程图;2 is a flowchart of one embodiment of a method for reusing SaaS platform web page components according to the present disclosure;
图3a、3b是根据本公开的用于复用SaaS平台网页组件的方法的一个应用场景的示意图;3a, 3b are schematic diagrams of an application scenario of the method for reusing SaaS platform web page components according to the present disclosure;
图4是根据本公开的用于复用SaaS平台网页组件的方法的又一个实施例的流程图;4 is a flowchart of yet another embodiment of a method for reusing SaaS platform web page components according to the present disclosure;
图5是根据本公开的用于复用SaaS平台网页组件的装置的一个实施例的结构示意图;5 is a schematic structural diagram of an embodiment of an apparatus for multiplexing web page components of a SaaS platform according to the present disclosure;
图6是适于用来实现本公开的实施例的电子设备的计算机系统的结构示意图。6 is a schematic structural diagram of a computer system suitable for implementing an electronic device of an embodiment of the present disclosure.
具体实施方式Detailed ways
下面结合附图和实施例对本公开作进一步的详细说明。可以理解的是,此处所描述的具体实施例仅仅用于解释相关发明,而非对该发明的限定。另外还需要说明的是,为了便于描述,附图中仅示出了与有关发明相关的部分。The present disclosure will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are only used to explain the related invention, but not to limit the invention. In addition, it should be noted that, for the convenience of description, only the parts related to the related invention are shown in the drawings.
需要说明的是,在不冲突的情况下,本公开中的实施例及实施例中的特征可以相互组合。下面将参考附图并结合实施例来详细说明本公开。It should be noted that the embodiments of the present disclosure and the features of the embodiments may be combined with each other under the condition of no conflict. The present disclosure will be described in detail below with reference to the accompanying drawings and in conjunction with embodiments.
图1示出了可以应用本公开的用于复用SaaS平台网页组件的方法或用于复用SaaS平台网页组件的装置的实施例的示例性系统架构100。FIG. 1 illustrates an exemplary system architecture 100 to which embodiments of the method for reusing SaaS platform web page components or the apparatus for reusing SaaS platform web page components of the present disclosure may be applied.
如图1所示,系统架构100可以包括终端设备101、102、103,SaaS平台104。在终端设备101、102、103和SaaS平台104之间通过网络通信。网络可以包括各种连接类型,例如有线、无线通信链路或者光纤电缆等等。As shown in FIG. 1 , the system architecture 100 may include terminal devices 101 , 102 , and 103 , and a SaaS platform 104 . Communication between the terminal devices 101 , 102 , 103 and the SaaS platform 104 is via a network. A network may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
用户可以使用终端设备101、102、103通过网络与SaaS平台104交互,以接收或发送消息等。终端设备101、102、103上可以安装有各种通讯客户端应用,例如网页浏览器应用、购物类应用、搜索类应用、即时通信工具、邮箱客户端、社交平台软件等。The user can use the terminal devices 101, 102, 103 to interact with the SaaS platform 104 through the network to receive or send messages and the like. Various communication client applications may be installed on the terminal devices 101 , 102 and 103 , such as web browser applications, shopping applications, search applications, instant messaging tools, email clients, social platform software, and the like.
终端设备101、102、103可以是硬件,也可以是软件。当终端设备101、102、103为硬件时,可以是具有显示屏并且支持网页浏览的各种电子设备,包括但不限于智能手机、平板电脑、电子书阅读器、MP3播放器(Moving Picture Experts Group Audio Layer III,动态影像专家压缩标准音频层面3)、MP4(Moving Picture Experts Group Audio Layer IV,动态影像专家压缩标准音频层面4)播放器、膝上型便携计算机和台式计算机等等。当终端设备101、102、103为软件时,可以安装在上述所列举的电子设备中。其可以实现成多个软件或软件模块(例如用来提供分布式服务),也可以实现成单个软件或软件模块。在此不做具体限定。The terminal devices 101, 102, and 103 may be hardware or software. When the terminal devices 101, 102, and 103 are hardware, they can be various electronic devices that have a display screen and support web browsing, including but not limited to smart phones, tablet computers, e-book readers, MP3 players (Moving Picture Experts Group Audio Layer III, Moving Picture Experts Group Audio Layer 3), MP4 (Moving Picture Experts Group Audio Layer IV, Moving Picture Experts Group Audio Layer 4) Players, Laptops and Desktops, etc. When the terminal devices 101, 102, and 103 are software, they can be installed in the electronic devices listed above. It can be implemented as multiple software or software modules (eg, to provide distributed services), or as a single software or software module. There is no specific limitation here.
SaaS平台104可以是提供各种服务的服务器,例如对终端设备101、102、103上显示的网页提供支持的后台网页服务器。后台网页服务器可以对接收到的用于生成自定义组件的压缩包等数据进行分析等处理,并将处理结果(例如可视化编辑界面)反馈给终端设备。The SaaS platform 104 may be a server that provides various services, such as a background web server that provides support for the web pages displayed on the terminal devices 101 , 102 , and 103 . The backend web server can analyze and process the received data such as the compressed package used to generate the custom component, and feed back the processing result (eg, a visual editing interface) to the terminal device.
需要说明的是,SaaS平台可以是硬件,也可以是软件。SaaS平台为硬件时,可以实现成多个服务器组成的分布式服务器集群,也可以实现成单个服务器。当SaaS平台为软件时,可以实现成多个软件或软件模块(例如用来提供分布式服务的多个软件或软件模块),也可以实现成单个软件或软件模块。在此不做具体限定。It should be noted that a SaaS platform can be hardware or software. When the SaaS platform is hardware, it can be implemented as a distributed server cluster composed of multiple servers, or as a single server. When the SaaS platform is software, it can be implemented as multiple software or software modules (for example, multiple software or software modules for providing distributed services), or can be implemented as a single software or software module. There is no specific limitation here.
需要说明的是,本公开的实施例所提供的用于复用SaaS平台网页组件的方法一般由SaaS平台104执行,相应地,用于复用SaaS平台网页组件的装置一般设置于SaaS平台104中。It should be noted that the method for reusing SaaS platform webpage components provided by the embodiments of the present disclosure is generally executed by the SaaS platform 104 , and accordingly, the apparatus for reusing SaaS platform webpage components is generally set in the SaaS platform 104 .
应该理解,图1中的终端设备、网络和SaaS平台的数目仅仅是示意性的。根据实现需要,可以具有任意数目的终端设备、网络和SaaS平台。It should be understood that the numbers of terminal devices, networks and SaaS platforms in FIG. 1 are merely illustrative. According to implementation needs, there can be any number of terminal devices, networks and SaaS platforms.
继续参考图2,示出了根据本公开的用于复用SaaS平台网页组件的方法的一个实施例的流程200。该用于复用SaaS平台网页组件的方法,包括以下步骤:With continued reference to FIG. 2 , a flow 200 of one embodiment of a method for reusing web page components of a SaaS platform according to the present disclosure is shown. The method for reusing web page components of the SaaS platform includes the following steps:
步骤201,接收客户端发送的用于生成自定义组件的压缩包。Step 201: Receive a compressed package sent by a client for generating a custom component.
在本实施例中,用于复用SaaS平台网页组件的方法的执行主体(例如图1所示的SaaS平台)可以通过有线连接方式或者无线连接方式从用户利用其进行自定义组件编辑的终端接收用于生成自定义组件的压缩包,其中,压缩包包括:配置文件、脚本文件。In this embodiment, the execution body of the method for multiplexing the webpage components of the SaaS platform (for example, the SaaS platform shown in FIG. 1 ) may receive information from the terminal through which the user edits the custom component through a wired connection or a wireless connection. A compressed package used to generate custom components, wherein the compressed package includes: configuration files and script files.
一个可复用组件的代码由以下几个部分组成The code of a reusable component consists of the following parts
1.描述可配置项的配置文件,包含对外暴露的行为接口描述,不可缺省,可以设置固定名称schema.json1. The configuration file that describes the configurable items, including the behavior interface description exposed to the outside world, cannot be defaulted, and a fixed name schema.json can be set
2.JavaScript脚本文件,用于实现组件的创建、具体逻辑行为,不可缺省,可以设置固定名称vendor.js2. JavaScript script file, used to create components and specific logical behaviors, cannot be defaulted, and can be set to a fixed name vendor.js
3.css样式表,用于描述组件的默认样式,可缺省,可以设置固定名称vendor.css3. css style sheet, used to describe the default style of the component, can be default, can set a fixed name vendor.css
4.用于在菜单中展示的缩略图,可以设置固定名称icon.png/icon.svg4. For thumbnails displayed in the menu, you can set a fixed name icon.png/icon.svg
当开发自定义组件时,开发者需按规范编写文件1-3的代码,并提供符合4描述格式的截图文件。其中,3和4是可选项。开发者将编辑好的文件打成压缩包(如,zip压缩包)后上传到SaaS平台。When developing a custom component, the developer needs to write the code of files 1-3 according to the specification, and provide the screenshot file that conforms to the format described in 4. Among them, 3 and 4 are optional. The developer packs the edited file into a compressed package (eg, zip compressed package) and uploads it to the SaaS platform.
详细的组件编写规范如下:The detailed component writing specification is as follows:
普通的css样式表文件,会直接附加在页面中,表现为vendor.js中所创建组件的默认样式。Ordinary css style sheet files will be directly attached to the page, which will be the default styles of the components created in vendor.js.
步骤202,解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口。Step 202 , decompress the compressed package, parse out the attribute configuration of the custom component according to the configuration file, and parse out the behavior interface exposed by the custom component according to the script file.
在本实施例中,可从压缩包中解压出配置文件、脚本文件。还可能解压出样式表文件和缩略图。然后根据配置文件解析出自定义组件的属性配置,例如,组件的默认宽度、高度、标题等。根据脚本文件解析出自定义组件对外暴露的行为接口,例如,拖动了自定义组件的位置后执行的函数等。In this embodiment, the configuration file and the script file can be extracted from the compressed package. It is also possible to extract stylesheet files and thumbnails. Then, the property configuration of the custom component is parsed according to the configuration file, for example, the default width, height, title, etc. of the component. The behavior interface exposed by the custom component is parsed according to the script file, for example, the function executed after dragging the position of the custom component, etc.
步骤203,根据属性配置和行为接口生成可视化编辑界面。Step 203, generating a visual editing interface according to the attribute configuration and the behavior interface.
在本实施例中,根据属性配置生成可视化编辑界面的属性编辑面板,根据行为接口生成可视化编辑界面的行为选项。In this embodiment, the attribute editing panel of the visual editing interface is generated according to the attribute configuration, and the behavior options of the visual editing interface are generated according to the behavior interface.
以一个成功上传导入的计数器组件为例,其在编辑器中的展示效果如图3a、3b,其中Take a counter component successfully uploaded and imported as an example, its display effect in the editor is shown in Figure 3a and 3b, where
右侧“编辑”面板对应schema.json中properties和editor字段的描述,“事件”面板下拉列表中的可选行为对应schema.json中interfaces字段的描述。The "Edit" panel on the right corresponds to the description of the properties and editor fields in schema.json, and the optional behavior in the drop-down list of the "Event" panel corresponds to the description of the interfaces field in schema.json.
步骤204,将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。Step 204: Save the visual editing interface to the object storage server, so that the user can use the custom component through the visual editing interface.
在本实施例中,最后将生成的可视化编辑界面保存到对象存储服务器中进行发布。使用者可通过网页登录可视化编辑界面。用户可以在“我的组件”列表下看到开发者上传的自定义组件,点击组件图标即可将组件添加到编辑器画布中预览效果。In this embodiment, the generated visual editing interface is finally saved to the object storage server for publishing. Users can log in to the visual editing interface through the web page. Users can see the custom components uploaded by the developer under the "My Components" list, and click the component icon to add the component to the editor canvas to preview the effect.
本公开的上述实施例提供的方法,通过用户将编写好的自定义可复用组件的代码上传到SaaS平台,再由SaaS平台载入和发布,能够通过编辑界面可视化配置组件提供的行为。在保留了可视化编辑器易上手、易操作特性的同时,解决了传统可视化网页编辑平台仅能拖拽预置组件、灵活性差的问题,使得用户在享受可视化编辑便利的同时能够利用扩展功能来实现平台未能满足的个性化需求。In the method provided by the above embodiments of the present disclosure, the user uploads the compiled code of the custom reusable component to the SaaS platform, and then loads and publishes the SaaS platform, so that the behavior provided by the configuration component can be visualized through the editing interface. While retaining the easy-to-use and easy-to-operate features of the visual editor, it solves the problem that the traditional visual web page editing platform can only drag and drop preset components and has poor flexibility, enabling users to enjoy the convenience of visual editing while using extended functions to achieve Personalization needs that the platform fails to meet.
进一步参考图4,其示出了用于复用SaaS平台网页组件的方法的又一个实施例的流程400。该用于复用SaaS平台网页组件的方法的流程400,包括以下步骤:With further reference to FIG. 4, a flow 400 of yet another embodiment of a method for reusing SaaS platform web page components is shown. The process 400 of the method for reusing SaaS platform webpage components includes the following steps:
步骤401,接收客户端发送的用于生成自定义组件的压缩包。Step 401: Receive a compressed package for generating a custom component sent by the client.
步骤402,解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口。Step 402 , decompress the compressed package, parse out the attribute configuration of the custom component according to the configuration file, and parse out the behavior interface exposed by the custom component according to the script file.
步骤403,根据属性配置和行为接口生成可视化编辑界面。Step 403, generating a visual editing interface according to the attribute configuration and the behavior interface.
步骤404,将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。Step 404: Save the visual editing interface to the object storage server, so that the user can use the custom component through the visual editing interface.
步骤401-404与步骤201-204基本相同,因此不再赘述。Steps 401-404 are basically the same as steps 201-204, and thus are not repeated here.
步骤405,生成在线代码编辑器并保存到对象存储服务器中,以供客户端加载自定义组件的源代码后进行修改调试。In step 405, an online code editor is generated and saved in the object storage server, so that the client can modify and debug after loading the source code of the custom component.
在本实施例中,可根据自定义组件的压缩包的源代码生成在线代码编辑器。In this embodiment, an online code editor can be generated according to the source code of the compressed package of the custom component.
步骤406,响应于接收到客户端发送的修改后的代码,根据修改后的代码重新生成可视化编辑界面。Step 406, in response to receiving the modified code sent by the client, regenerate the visual editing interface according to the modified code.
在本实施例中,组件开发者可通过这个代码编辑器的网页窗口远程加载对象存储服务器上的组件源代码,修改代码后保存,代码会被同步到远端对象存储服务器,此时刷新可视化编辑界面,就可以加载最新的组件代码,并在可视化编辑界面中测试效果。In this embodiment, the component developer can remotely load the component source code on the object storage server through the webpage window of the code editor, modify the code and save it, the code will be synchronized to the remote object storage server, and the visual editing will be refreshed at this time. interface, you can load the latest component code and test the effect in the visual editing interface.
从图4中可以看出,与图2对应的实施例相比,本实施例中的用于复用SaaS平台网页组件的方法的流程400体现了对自定义组件进行调试的步骤。由此,本实施例描述的方案可以提高组件开发的便利性,便于代码维护和升级。As can be seen from FIG. 4 , compared with the embodiment corresponding to FIG. 2 , the process 400 of the method for reusing a SaaS platform webpage component in this embodiment embodies the step of debugging a custom component. Therefore, the solution described in this embodiment can improve the convenience of component development and facilitate code maintenance and upgrade.
进一步参考图5,作为对上述各图所示方法的实现,本公开提供了一种用于复用SaaS平台网页组件的装置的一个实施例,该装置实施例与图2所示的方法实施例相对应,该装置具体可以应用于各种电子设备中。With further reference to FIG. 5 , as an implementation of the methods shown in the above figures, the present disclosure provides an embodiment of an apparatus for multiplexing web page components of a SaaS platform, which is the same as the method embodiment shown in FIG. 2 . Correspondingly, the apparatus can be specifically applied to various electronic devices.
如图5所示,本实施例的用于复用SaaS平台网页组件的装置500包括:接收单元501、解析单元502、生成单元503和保存单元504。其中,接收单元501,被配置成接收客户端发送的用于生成自定义组件的压缩包,其中,压缩包包括:配置文件、脚本文件。解析单元502,被配置成解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口;生成单元503,被配置成根据属性配置和行为接口生成可视化编辑界面;保存单元504,被配置成将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。As shown in FIG. 5 , the apparatus 500 for multiplexing the webpage components of the SaaS platform in this embodiment includes: a receiving unit 501 , a parsing unit 502 , a generating unit 503 and a saving unit 504 . The receiving unit 501 is configured to receive a compressed package for generating a custom component sent by the client, wherein the compressed package includes: a configuration file and a script file. The parsing unit 502 is configured to decompress the compressed package, parses out the attribute configuration of the custom component according to the configuration file, and parses out the behavior interface exposed by the custom component according to the script file; the generating unit 503 is configured to generate according to the attribute configuration and the behavior interface Visual editing interface; the saving unit 504 is configured to save the visual editing interface to the object storage server, so that the user can use the custom component through the visual editing interface.
在本实施例中,用于复用SaaS平台网页组件的装置500的接收单元501、解析单元502、生成单元503和保存单元504的具体处理可以参考图2对应实施例中的步骤201、步骤202、步骤203、步骤204。In this embodiment, for the specific processing of the receiving unit 501 , the parsing unit 502 , the generating unit 503 and the saving unit 504 of the apparatus 500 for reusing the SaaS platform web page components, reference may be made to steps 201 and 202 in the corresponding embodiment of FIG. 2 , Step 203 , Step 204 .
在本实施例的一些可选的实现方式中,压缩包还包括样式表文件;以及生成单元进一步被配置成:将样式表文件附加在可视化编辑界面中。In some optional implementations of this embodiment, the compressed package further includes a style sheet file; and the generating unit is further configured to: attach the style sheet file to the visual editing interface.
在本实施例的一些可选的实现方式中,压缩包还包括缩略图;以及生成单元进一步被配置成:在可视化编辑界面的菜单中展示缩略图。In some optional implementations of this embodiment, the compressed package further includes thumbnails; and the generating unit is further configured to: display the thumbnails in the menu of the visual editing interface.
在本实施例的一些可选的实现方式中,装置500还包括调试单元(附图中未示出),被配置成:生成在线代码编辑器并保存到对象存储服务器中,以供客户端加载自定义组件的源代码后进行修改调试;响应于接收到客户端发送的修改后的代码,根据修改后的代码重新生成可视化编辑界面。In some optional implementations of this embodiment, the apparatus 500 further includes a debugging unit (not shown in the drawings), configured to: generate an online code editor and save it to the object storage server for loading by the client Modify and debug the source code of the custom component; in response to receiving the modified code sent by the client, regenerate the visual editing interface according to the modified code.
在本实施例的一些可选的实现方式中,生成单元503进一步被配置成:根据属性配置生成可视化编辑界面的属性编辑面板;根据行为接口生成以下拉列表形式展示在可视化编辑界面的事件触发配置面板中,以供用户通过在下拉列表中选择的方式来配置可视化编辑界面中组件行为的触发。In some optional implementations of this embodiment, the generating unit 503 is further configured to: generate an attribute editing panel of the visual editing interface according to the attribute configuration; generate an event triggering configuration displayed in the visual editing interface in the form of a drop-down list according to the behavior interface In the panel, users can configure the trigger of component behavior in the visual editing interface by selecting from the drop-down list.
下面参考图6,其示出了适于用来实现本公开的实施例的电子设备(例如图1中的SaaS平台)600的结构示意图。图6示出的SaaS平台仅仅是一个示例,不应对本公开的实施例的功能和使用范围带来任何限制。Referring next to FIG. 6 , it shows a schematic structural diagram of an electronic device (eg, the SaaS platform in FIG. 1 ) 600 suitable for implementing embodiments of the present disclosure. The SaaS platform shown in FIG. 6 is only an example, and should not impose any limitation on the functions and scope of use of the embodiments of the present disclosure.
如图6所示,电子设备600可以包括处理装置(例如中央处理器、图形处理器等)601,其可以根据存储在只读存储器(ROM)602中的程序或者从存储装置608加载到随机访问存储器(RAM)603中的程序而执行各种适当的动作和处理。在RAM 603中,还存储有电子设备600操作所需的各种程序和数据。处理装置601、ROM 602以及RAM 603通过总线604彼此相连。输入/输出(I/O)接口605也连接至总线604。As shown in FIG. 6, an electronic device 600 may include a processing device (eg, a central processing unit, a graphics processor, etc.) 601 that may be loaded into random access according to a program stored in a read only memory (ROM) 602 or from a storage device 608 Various appropriate actions and processes are executed by the programs in the memory (RAM) 603 . In the RAM 603, various programs and data necessary for the operation of the electronic device 600 are also stored. The processing device 601 , the ROM 602 , and the RAM 603 are connected to each other through a bus 604 . An input/output (I/O) interface 605 is also connected to bus 604 .
通常,以下装置可以连接至I/O接口605:包括例如触摸屏、触摸板、键盘、鼠标、摄像头、麦克风、加速度计、陀螺仪等的输入装置606;包括例如液晶显示器(LCD)、扬声器、振动器等的输出装置607;包括例如磁带、硬盘等的存储装置608;以及通信装置609。通信装置609可以允许电子设备600与其他设备进行无线或有线通信以交换数据。虽然图6示出了具有各种装置的电子设备600,但是应理解的是,并不要求实施或具备所有示出的装置。可以替代地实施或具备更多或更少的装置。图6中示出的每个方框可以代表一个装置,也可以根据需要代表多个装置。Typically, the following devices can be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a liquid crystal display (LCD), speakers, vibration An output device 607 of a computer, etc.; a storage device 608 including, for example, a magnetic tape, a hard disk, etc.; and a communication device 609. Communication means 609 may allow electronic device 600 to communicate wirelessly or by wire with other devices to exchange data. While FIG. 6 shows electronic device 600 having various means, it should be understood that not all of the illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided. Each block shown in FIG. 6 may represent one device, or may represent multiple devices as required.
特别地,根据本公开的实施例,上文参考流程图描述的过程可以被实现为计算机软件程序。例如,本公开的实施例包括一种计算机程序产品,其包括承载在计算机可读介质上的计算机程序,该计算机程序包含用于执行流程图所示的方法的程序代码。在这样的实施例中,该计算机程序可以通过通信装置609从网络上被下载和安装,或者从存储装置608被安装,或者从ROM 602被安装。在该计算机程序被处理装置601执行时,执行本公开的实施例的方法中限定的上述功能。需要说明的是,本公开的实施例所述的计算机可读介质可以是计算机可读信号介质或者计算机可读存储介质或者是上述两者的任意组合。计算机可读存储介质例如可以是——但不限于——电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。计算机可读存储介质的更具体的例子可以包括但不限于:具有一个或多个导线的电连接、便携式计算机磁盘、硬盘、随机访问存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑磁盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。在本公开的实施例中,计算机可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。而在本公开的实施例中,计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了计算机可读的程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。计算机可读信号介质还可以是计算机可读存储介质以外的任何计算机可读介质,该计算机可读信号介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。计算机可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于:电线、光缆、RF(射频)等等,或者上述的任意合适的组合。In particular, according to embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a computer-readable medium, the computer program containing program code for performing the method illustrated in the flowchart. In such an embodiment, the computer program may be downloaded and installed from the network via the communication device 609 , or from the storage device 608 , or from the ROM 602 . When the computer program is executed by the processing apparatus 601, the above-described functions defined in the methods of the embodiments of the present disclosure are executed. It should be noted that the computer-readable medium described in the embodiments of the present disclosure may be a computer-readable signal medium or a computer-readable storage medium, or any combination of the above two. The computer-readable storage medium can be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus or device, or a combination of any of the above. More specific examples of computer readable storage media may include, but are not limited to, electrical connections with one or more wires, portable computer disks, hard disks, random access memory (RAM), read only memory (ROM), erasable Programmable read only memory (EPROM or flash memory), fiber optics, portable compact disk read only memory (CD-ROM), optical storage devices, magnetic storage devices, or any suitable combination of the foregoing. In embodiments of the present disclosure, a computer-readable storage medium may be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device. Rather, in embodiments of the present disclosure, a computer-readable signal medium may include a data signal in baseband or propagated as part of a carrier wave, carrying computer-readable program code therein. Such propagated data signals may take a variety of forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing. A computer-readable signal medium can also be any computer-readable medium other than a computer-readable storage medium that can transmit, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device . Program code embodied on a computer readable medium may be transmitted using any suitable medium including, but not limited to, electrical wire, optical fiber cable, RF (radio frequency), etc., or any suitable combination of the foregoing.
上述计算机可读介质可以是上述电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被该电子设备执行时,使得该电子设备:接收客户端发送的用于生成自定义组件的压缩包,其中,压缩包包括:配置文件、脚本文件。解压压缩包,并根据配置文件解析出自定义组件的属性配置,根据脚本文件解析出自定义组件对外暴露的行为接口;根据属性配置和行为接口生成可视化编辑界面;将可视化编辑界面保存到对象存储服务器中,以供用户通过可视化编辑界面使用自定义组件。The above-mentioned computer-readable medium may be included in the above-mentioned electronic device; or may exist alone without being assembled into the electronic device. The above-mentioned computer-readable medium carries one or more programs, and when the above-mentioned one or more programs are executed by the electronic device, the electronic device is made to: receive a compressed package for generating a custom component sent by the client, wherein the compressed The package includes: configuration files, script files. Unzip the compressed package, and parse out the attribute configuration of the custom component according to the configuration file, and parse out the behavior interface exposed by the custom component according to the script file; generate a visual editing interface according to the attribute configuration and behavior interface; save the visual editing interface to the object storage server , for users to use custom components through the visual editing interface.
可以以一种或多种程序设计语言或其组合来编写用于执行本公开的实施例的操作的计算机程序代码,所述程序设计语言包括面向对象的程序设计语言—诸如Java、Smalltalk、C++,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算机上执行、部分地在用户计算机上执行、作为一个独立的软件包执行、部分在用户计算机上部分在远程计算机上执行、或者完全在远程计算机或服务器上执行。在涉及远程计算机的情形中,远程计算机可以通过任意种类的网络——包括局域网(LAN)或广域网(WAN)—连接到用户计算机,或者,可以连接到外部计算机(例如利用因特网服务提供商来通过因特网连接)。Computer program code for carrying out operations of embodiments of the present disclosure may be written in one or more programming languages, including object-oriented programming languages—such as Java, Smalltalk, C++, or a combination thereof, Also included are conventional procedural programming languages - such as the "C" language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer, or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (eg, using an Internet service provider through Internet connection).
附图中的流程图和框图,图示了按照本公开各种实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段、或代码的一部分,该模块、程序段、或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。也应当注意,在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个接连地表示的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这依所涉及的功能而定。也要注意的是,框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或操作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code that contains one or more logical functions for implementing the specified functions executable instructions. It should also be noted that, in some alternative implementations, the functions noted in the blocks may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It is also noted that each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations, can be implemented in dedicated hardware-based systems that perform the specified functions or operations , or can be implemented in a combination of dedicated hardware and computer instructions.
描述于本公开的实施例中所涉及到的单元可以通过软件的方式实现,也可以通过硬件的方式来实现。所描述的单元也可以设置在处理器中,例如,可以描述为:一种处理器包括接收单元、解析单元、生成单元和保存单元。其中,这些单元的名称在某种情况下并不构成对该单元本身的限定,例如,接收单元还可以被描述为“接收客户端发送的用于生成自定义组件的压缩包的单元”。The units involved in the embodiments of the present disclosure may be implemented in software or hardware. The described unit may also be provided in a processor, for example, it may be described as: a processor includes a receiving unit, a parsing unit, a generating unit and a saving unit. The names of these units do not constitute a limitation on the unit itself under certain circumstances. For example, the receiving unit may also be described as "a unit for receiving a compressed package sent by a client and used to generate a custom component".
以上描述仅为本公开的较佳实施例以及对所运用技术原理的说明。本领域技术人员应当理解,本公开中所涉及的发明范围,并不限于上述技术特征的特定组合而成的技术方案,同时也应涵盖在不脱离所述发明构思的情况下,由上述技术特征或其等同特征进行任意组合而形成的其它技术方案。例如上述特征与本公开中公开的(但不限于)具有类似功能的技术特征进行互相替换而形成的技术方案。The above description is merely a preferred embodiment of the present disclosure and an illustration of the technical principles employed. It should be understood by those skilled in the art that the scope of the invention involved in the present disclosure is not limited to the technical solutions formed by the specific combination of the above technical features, and should also cover the above technical features without departing from the inventive concept. Other technical solutions formed by any combination of its equivalent features. For example, a technical solution is formed by replacing the above features with the technical features disclosed in the present disclosure (but not limited to) with similar functions.
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910863479.4ACN110554874A (en) | 2019-09-12 | 2019-09-12 | Method and device for reusing webpage components of SaaS platform |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910863479.4ACN110554874A (en) | 2019-09-12 | 2019-09-12 | Method and device for reusing webpage components of SaaS platform |
| Publication Number | Publication Date |
|---|---|
| CN110554874Atrue CN110554874A (en) | 2019-12-10 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201910863479.4APendingCN110554874A (en) | 2019-09-12 | 2019-09-12 | Method and device for reusing webpage components of SaaS platform |
| Country | Link |
|---|---|
| CN (1) | CN110554874A (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111708535A (en)* | 2020-06-17 | 2020-09-25 | 网易(杭州)网络有限公司 | Image-text display control method and device and electronic equipment |
| CN111966344A (en)* | 2020-08-18 | 2020-11-20 | 北京中关村银行股份有限公司 | Component code generation method, device, equipment and storage medium |
| CN112084149A (en)* | 2020-09-02 | 2020-12-15 | 浪潮云信息技术股份公司 | File content online browsing and modifying method based on object storage |
| CN112130856A (en)* | 2020-09-29 | 2020-12-25 | 重庆紫光华山智安科技有限公司 | Method, system, medium and terminal for generating front-end visual interface with strong expansibility |
| CN112153156A (en)* | 2020-09-28 | 2020-12-29 | 上海骞云信息科技有限公司 | Data processing method and device for cloud service |
| CN113312116A (en)* | 2020-02-07 | 2021-08-27 | 秀铺菲公司 | System and method for offloading application extension script execution from an application hosting infrastructure |
| CN113420532A (en)* | 2021-07-02 | 2021-09-21 | 北京沃东天骏信息技术有限公司 | Page file conversion method and device, electronic equipment and storage medium |
| CN115269033A (en)* | 2022-06-18 | 2022-11-01 | 知学云(北京)科技股份有限公司 | Method and system for loading external service component package on aPaaS platform |
| CN115713813A (en)* | 2022-11-10 | 2023-02-24 | 深圳信路通智能技术有限公司 | Parking charging method based on SaaS platform |
| CN116414375A (en)* | 2023-06-07 | 2023-07-11 | 长威信息科技发展股份有限公司 | Method and system for exporting design edition source code |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110126171A1 (en)* | 2009-11-26 | 2011-05-26 | International Business Machines Corporation | Dynamic native editor code view facade |
| CN102654833A (en)* | 2012-02-01 | 2012-09-05 | 中兴通讯(香港)有限公司 | Mobile phone application development method and system |
| CN103761103A (en)* | 2014-01-26 | 2014-04-30 | 曙光云计算技术有限公司 | Method and system for defining and instantiating cloud computing platform service |
| CN105468573A (en)* | 2015-11-16 | 2016-04-06 | 中国电子科技集团公司第十研究所 | Configurable diagram application system |
| CN106909385A (en)* | 2017-02-27 | 2017-06-30 | 百度在线网络技术(北京)有限公司 | The operating method of visual page editing machine and visual page editing machine |
| CN109375916A (en)* | 2018-10-30 | 2019-02-22 | 成都四方伟业软件股份有限公司 | Interactive Web Page method of combination and device |
| CN110007917A (en)* | 2019-03-08 | 2019-07-12 | 国电南瑞科技股份有限公司 | A kind of visual page generation and browsing method based on browser |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110126171A1 (en)* | 2009-11-26 | 2011-05-26 | International Business Machines Corporation | Dynamic native editor code view facade |
| CN102654833A (en)* | 2012-02-01 | 2012-09-05 | 中兴通讯(香港)有限公司 | Mobile phone application development method and system |
| CN103761103A (en)* | 2014-01-26 | 2014-04-30 | 曙光云计算技术有限公司 | Method and system for defining and instantiating cloud computing platform service |
| CN105468573A (en)* | 2015-11-16 | 2016-04-06 | 中国电子科技集团公司第十研究所 | Configurable diagram application system |
| CN106909385A (en)* | 2017-02-27 | 2017-06-30 | 百度在线网络技术(北京)有限公司 | The operating method of visual page editing machine and visual page editing machine |
| CN109375916A (en)* | 2018-10-30 | 2019-02-22 | 成都四方伟业软件股份有限公司 | Interactive Web Page method of combination and device |
| CN110007917A (en)* | 2019-03-08 | 2019-07-12 | 国电南瑞科技股份有限公司 | A kind of visual page generation and browsing method based on browser |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113312116A (en)* | 2020-02-07 | 2021-08-27 | 秀铺菲公司 | System and method for offloading application extension script execution from an application hosting infrastructure |
| CN113312116B (en)* | 2020-02-07 | 2024-03-08 | 秀铺菲公司 | System and method for offloading application extension script execution from an application hosting infrastructure |
| CN111708535A (en)* | 2020-06-17 | 2020-09-25 | 网易(杭州)网络有限公司 | Image-text display control method and device and electronic equipment |
| CN111966344A (en)* | 2020-08-18 | 2020-11-20 | 北京中关村银行股份有限公司 | Component code generation method, device, equipment and storage medium |
| CN112084149A (en)* | 2020-09-02 | 2020-12-15 | 浪潮云信息技术股份公司 | File content online browsing and modifying method based on object storage |
| CN112153156B (en)* | 2020-09-28 | 2023-01-10 | 上海骞云信息科技有限公司 | Data processing method and device for cloud service |
| CN112153156A (en)* | 2020-09-28 | 2020-12-29 | 上海骞云信息科技有限公司 | Data processing method and device for cloud service |
| CN112130856A (en)* | 2020-09-29 | 2020-12-25 | 重庆紫光华山智安科技有限公司 | Method, system, medium and terminal for generating front-end visual interface with strong expansibility |
| CN113420532A (en)* | 2021-07-02 | 2021-09-21 | 北京沃东天骏信息技术有限公司 | Page file conversion method and device, electronic equipment and storage medium |
| CN113420532B (en)* | 2021-07-02 | 2025-05-16 | 北京沃东天骏信息技术有限公司 | A page file conversion method, device, electronic device and storage medium |
| CN115269033A (en)* | 2022-06-18 | 2022-11-01 | 知学云(北京)科技股份有限公司 | Method and system for loading external service component package on aPaaS platform |
| CN115713813A (en)* | 2022-11-10 | 2023-02-24 | 深圳信路通智能技术有限公司 | Parking charging method based on SaaS platform |
| CN116414375A (en)* | 2023-06-07 | 2023-07-11 | 长威信息科技发展股份有限公司 | Method and system for exporting design edition source code |
| CN116414375B (en)* | 2023-06-07 | 2023-09-01 | 长威信息科技发展股份有限公司 | Method and system for exporting design edition source code |
| Publication | Publication Date | Title |
|---|---|---|
| CN110554874A (en) | Method and device for reusing webpage components of SaaS platform | |
| CN109634598B (en) | Page display method, device, equipment and storage medium | |
| US10705942B1 (en) | Simulated testing of API | |
| CN109597617B (en) | Method and device for quickly generating service page based on template | |
| CN107451162B (en) | Network resource access device, hybrid device and method | |
| CN113504908A (en) | Business code generation method and device, electronic equipment and computer readable medium | |
| CN104995601B (en) | Switching to and from native web applications | |
| CN111966255B (en) | Information display method and device, electronic equipment and computer readable medium | |
| CN110020329B (en) | Method, device and system for generating webpage | |
| WO2023040443A1 (en) | Method and device for drawing canvas | |
| US9563449B2 (en) | Mobilizing a web application to take advantage of a native device capability | |
| CN112684968A (en) | Page display method and device, electronic equipment and computer readable medium | |
| CN110780874B (en) | Method and device for generating information | |
| WO2020119804A1 (en) | Page view display method, apparatus, device and storage medium | |
| WO2017107851A1 (en) | Method and device for releasing and updating desktop application component | |
| CN107766106B (en) | Method and apparatus for generating configuration file | |
| WO2020216310A1 (en) | Method used for generating application, terminal device, and computer readable medium | |
| WO2020220773A1 (en) | Method and apparatus for displaying picture preview information, electronic device and computer-readable storage medium | |
| CN109815455B (en) | Project file processing method and device | |
| US10157046B2 (en) | Method and apparatus for generating an explorer for user interface prototyping | |
| CN112256370B (en) | Information display method, device and electronic equipment | |
| CN118132056A (en) | Page development method, device, equipment and storage medium | |
| CN116931895A (en) | A processing method, device and equipment for composite components | |
| CN116126880A (en) | Table data processing method, apparatus, electronic device and storage medium | |
| CN110069186A (en) | The method and apparatus for showing the operation interface of application |
| 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 |