Development of mobile App based on html5 plus + Mui (1)
Use Html5 plus + Mui for mobile App development. It's been a while. I'm free these days to make an information App to share with you.
Today's main sharing homepage is realized. First, let's see the following effects:
This interface is mainly divided into: title, content classification list, search and setting buttons.
Title
<header c ...
Posted by cottonbuds2005 on Tue, 31 Dec 2019 22:29:30 -0800
web file upload and renewal of BeetleX
It is a common function to upload files in web applications, but it is more troublesome to upload large files in the traditional way. After all, once the network is abnormal, it is easy to cause file upload failure and need to start again. This article introduces the web file upload function of BeetleX. Its feature is that it supports disconnec ...
Posted by webgod on Sun, 22 Dec 2019 04:51:07 -0800
Table drag Sortable
Sortable is a JavaScript library for reordering drag and drop lists on modern browsers and touch devices. No jQuery is required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, such as Bootstrap
Function Description: Javascript library for reordering drag and drop lists. (__JavaScript library for reorderable drag ...
Posted by morphius on Sat, 07 Dec 2019 21:01:55 -0800
Several implementation methods of VUE global variables
1. Global variable special module
It means that a module (js or vue) is used to manage this set of global variables. The variables in the module are exposed by export (the best export format is object, which is convenient to call in other places). When other places need to use it, import the module with import
Global variable specific module G ...
Posted by [-_-] on Thu, 05 Dec 2019 09:09:35 -0800
Learning front-end routing and Vue router notes
The essence of front-end routing principle is to monitor the change of URL, then match the routing rules and display the corresponding page without refreshing. At present, there are only two ways to implement single page routing
hash
history
www.test.com / 3535; / is the Hash URL. When the hash value after ා, the data will not be requested fr ...
Posted by Texan on Sat, 30 Nov 2019 07:37:31 -0800
h5 chat room case | imitation wechat chat interface | multi crowd chat
html5 imitation wechat chat room wechat room case | multi crowd chat interaction | imitation wechat chat interface
The project is developed by using html5+css3+zepto+swiper+wcPop and other technologies Imitation wechat chat room , has been debugged for a long time, and has been adapted to various devices on the mobile phone, ...
Posted by samba_bal on Sat, 30 Nov 2019 03:20:14 -0800
Make your own page stack in angular
The project needs to develop a forward and backward button component similar to the bottom when wechat opens a web page. It can determine whether the button is forward and backward according to the location of the route stack, and change the corresponding color of the button, which requires making a page stack.
The idea is to know the number of ...
Posted by Liz_SA on Thu, 28 Nov 2019 06:12:15 -0800
After the Spring boot project is started, specific initialization operations are performed automatically (such as directly opening a page)
This article takes spring boot and automatically opens a browser to access the HTML 5 page of the project to demonstrate
Introduce two methods and recommend the second one
The first is to manually add monitoring tasks to spring, which is troublesome
Step 1: write a thread class first. After the springboot is started and load ...
Posted by bonzie on Sun, 24 Nov 2019 12:05:47 -0800
jQuery Source Parsing DOM Operation Module Replication Element Details
This section describes the replication element sub-module in the DOM operation module, which replicates a DOM node and optionally sets whether to replicate its data cache objects (including event information) and whether to replicate in depth (descendant nodes, etc.), with the following API s:
$.clone(elem, dataAndEvents, deepDataAndEvents); j ...
Posted by Vince on Sun, 10 Nov 2019 17:42:17 -0800
E-book reading plug-in based on HTML5 conversion PDF
E-book reading plug-in based on HTML5 conversion PDF
Part html5
Generally, the project uses the pdf.js plug-in to read the PDF file, but the reading experience is not ideal, so refer to the e-book reader on the mobile phone, and use the foreign e-book reader Link descriptionhttp://fliphtml5.comCreate an ebook example.
The complete code has be ...
Posted by Gustav on Wed, 06 Nov 2019 08:28:53 -0800