web mobile learning: Gaud map demo
In the previous article, we used JS method to load plug-ins. Now we can use the official recommended method to load the plug-ins required by adding & plugin = amap.autocomplete after the KEY value in the script tag in the header tag
<script type="text/javascript" src="https://Webapi. Amap. COM / maps? V = 1.4.15 & key = applied ...
Posted by shadypalm88 on Wed, 22 Jan 2020 07:10:48 -0800
Express bird appointment pick up api interface demo
After the interface of reservation and pick-up is connected, the online express delivery function can be realized in the website system, Courier bird The reservation pick-up interface also supports the domestic mainstream express delivery, so there is no need to connect one by one. The implementation style is as shown in the figure:
Interfac ...
Posted by cleromancer on Sun, 12 Jan 2020 06:59:08 -0800
Getting Started Installation and Basic Use of Sass
Preface
Sass is a CSS preprocessor that helps us reduce CSS duplicate code and save development time.CSS3 has been extended to include rules, variables, blending, selectors, inheritance, built-in functions, and more.Generate well-formatted CSS code for easy organization and maintenance with a Sass file suffix of.Scss.
1. Sass Installation
NPM I ...
Posted by ppgpilot on Mon, 06 Jan 2020 11:48:03 -0800
Componentized Development of Vue Family Buckets
Author| Jeskson
Excavation| https://juejin.im/user/5a16e1f3f265da43128096cb
To learn component development, first master the idea of component development, the way components are registered, the data interaction between components, the use of component slots, the use of vue mode tools, and the way components implement business logic functions ...
Posted by cristalmolix on Mon, 06 Jan 2020 11:24:55 -0800
Problems encountered in the use of El input
1. When type=number or v-model.number
maxlength is invalid because the attribute is valid for text, textarea, and password types.
When type=number, the binding input is of type Number and cannot get length.
2. Global matching of phone numbers, verification codes (numbers only), and prices (numbers and decimal points only)
Note: type must be ...
Posted by gvanaco on Mon, 06 Jan 2020 08:40:46 -0800
Source Explanation for Ajax Actual Projects (Quick Start Example) Github Source
Author| Jeskson
Source|Dada Front End Bistro
Source address:
https://github.com/huangguangda/Ajaxitm
What is Ajax technology?Use Ajax technology in the real world, understand the way the front and back end interact, understand the mode of the mobile end, understand the new technology of H5, understand the use of CSS3, and the use of JQuery.
Aj ...
Posted by ody on Sat, 28 Dec 2019 11:45:40 -0800
3D model intersection and supplement of WebGL
Constructive Solid Geometry has many practical applications. It is used in the case of simple geometric objects, or where mathematical accuracy is very important. Almost all engineering CAD software packages use CSG (which can be used to represent cutting tools and the features that parts must fit together). CSG is the abbreviation of Construct ...
Posted by GoncaloF on Wed, 25 Dec 2019 10:26:49 -0800
Applet development -- override HalfScreenDialog and getPhoneNumber buttons
Using HalfScreenDialog, you can make the pop-up window below. Here I give you a hint of the authorized mobile phone number.
HalfScreenDialog documentation
https://developers.weixin.qq.com/miniprogram/dev/extended/weui/half-screen-dialog.html
Introducing HalfScreenDialog
Download components
Rewrite HalfScreenDialog
Because of the setting of ...
Posted by daveoliveruk on Tue, 24 Dec 2019 06:04:42 -0800
axios Network Interaction Application-Vue
Author| Jeskson
Source|Dada Front End Bistro
<template>
<div id="app">
<input type="text" placeholder="name" v-model="user.name">
<input type="text" placeholder="age" v-model="user.age">
<button type="button" class="btn" @click="btn.clickcallback">
{{btn.text}}
</button>
<table class="table">
...
Posted by kumarsatishn on Mon, 23 Dec 2019 18:53:38 -0800
A week of Vue proficiency
new Vue (el, data, methods, computed, filters, components, life cycle functions)
el:
Mount page elements
data:
data
methods:
Define Functions
computed:
Calculate Attributes This defines a method but is typically called as a variable
This method loop, which is more efficient than the methods of methods, is called each time and there wil ...
Posted by lindm on Sun, 22 Dec 2019 18:34:53 -0800