Dynamic Tree + Data Table Paging for SPA Project Development

Article directory Dynamic Tree and tab Page Data Display and Paging Query Dynamic Tree and tab Page Let's go on with our last blog and continue with the transformation. First, we need to realize the dynamic display of the left-sidebar menu. Design of Database Menu Table Don't say much, just go t ...

Posted by tomdude48 on Sat, 05 Oct 2019 12:20:36 -0700

The front end uploads resources to Qiniuyun according to Qiniutoken

Demand: The project involves uploading pictures or videos to Qiniuyun. If you submit binary data to the backstage for uploading, the experiment experience is not very good, the file is small or good, and the whole process of a large file will be very slow. So you need to upload the front-end directly to Qiniu, and then submit the resource key ...

Posted by PoohStix on Thu, 03 Oct 2019 15:50:24 -0700

Use jquery-intro plug-in for page boot

I. Introduction Official download: https://introjs.com/example/hello-world/index.html Basic configuration Setting parameters: Setting multiple formats json format: key:value can set parameters nextLabel: "Next →", prevLabel: "← Back", skipLabel: "Skip", doneLabel: "Done", tooltipPosition: "bottom", tooltipClass: "", hi ...

Posted by melody on Thu, 03 Oct 2019 15:10:03 -0700

CSS loading Effect for Pac Eaters

2333 of the name of emmm Preface This is a css demo for practice. If there is something wrong with it, please correct it and accept it modestly. Hee hee HTML layout <div class="container"> <div class="loading"> <div class="eat"></div> <div class="load"></div> <div class="load">&l ...

Posted by Siggles on Thu, 03 Oct 2019 11:35:35 -0700

Binding of v-model in Vue custom components

Binding of v-model in Vue custom components In the previous project, I found that there was a small problem with the component that I was cooperating with. The problem is that when the child component passes the value to the parent component, he has to define the event to receive it on the component label. This is not unworkable, but if we cust ...

Posted by munchy on Thu, 03 Oct 2019 08:20:29 -0700

Label-based Image Classification of Web Documents

Dynamic Web TWAIN The latest version of the branch provides the Tag management interface. It is easy to label and classify the scanned images. This article shares how to use it. Picture Classification of Web Documents Create an HTML file and refer to the JS file of Dynamic Web TWAIN: <script type="text/javascript" src="https://unpkg.com/dwt/ ...

Posted by Paws on Wed, 02 Oct 2019 12:20:51 -0700

Realization of Rongyun Live Chat Room (vue)

Recently, the company asked to do live video broadcasting function with chat room to record today First introduce the required Js Cloud Melting Technical Documentation https://www.rongcloud.cn/docs... <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script> <script src="https://sdk-release.qnsdk.com/qiniu-web- ...

Posted by bearqst on Wed, 02 Oct 2019 08:05:49 -0700

Modularization of Routing Engineering in Angular JS

In the previous article, we used app.config to define routing matching rules <script> var app = angular.module("app", ["ngRoute"]); app.config(["$routeProvider", function ($routeProvider) { $routeProvider .when("/index", { template: "<p>Home pag ...

Posted by saranya on Tue, 01 Oct 2019 20:21:14 -0700

canvas Knowledge Record

Recently, I have encountered some problems in doing canvas related functions. Write this article to record some knowledge points that I am not familiar with canvas. 1. canvas rotation canvas rotation brush, you can use the rotate method, the rotate method revolves around the center point, the default point is the upper left corner (0,0) positio ...

Posted by Tomcat13 on Tue, 01 Oct 2019 07:42:57 -0700

Java How to Dock Express Bird Logistics Single Query api Interface Specific Steps

Main functions: According to the order number entered by the user, automatically recognizes the API interface of Express Bird Query to achieve the function of automatic query. First look at the picture: Here is a complete docking process Step 1: http://www.kdniao.com/reg  Enter this website to register for your own account Once you have ...

Posted by grungefreak on Sun, 29 Sep 2019 22:50:49 -0700