daterangepicker: a dual calendar plug-in based on bootstrap
I met the requirement that I should change a double date selection format of daterangepicker to two single date selection boxes (convenient for mobile phone display). The requirements are as follows:
1. The two single date formats are start date and end date respectively
2. Start date can be selected today and after today
3. The end date is aft ...
Posted by Styles2304 on Fri, 03 Apr 2020 14:36:39 -0700
Use the indoor three-dimensional map engine ESMap to manage camera equipment, fire equipment, and personnel track displays
At present, how to lightweight indoor three-dimensional maps, which can display maps quickly on mobile WeChat, computer browser and other platforms, shows a good map performance, and turns the map without card is a problem everyone has to face.
With the three-dimensional indoor map engine ESMap, you can not worry about this problem at present. ...
Posted by Baumusu on Fri, 03 Apr 2020 14:16:50 -0700
java implementation of maven project file upload SSM ajax asynchronous request upload
java ssm framework for file upload
Implementation: single file upload, multi file upload (single choice and multi choice), and use ajax to asynchronously refresh, display the uploaded file in the current interface
First, the configuration file of springmvc needs to configure the upload file parser:
1 <!-- Profile resolver -->
2 ...
Posted by kustomjs on Fri, 03 Apr 2020 11:21:06 -0700
javascript: warning (alert message dialog box), confirm (confirm message dialog box)
When we visit the website, we sometimes pop up a small window with a piece of prompt message written on it. If you don't click "OK", you can't do anything to the web page. This small window is implemented by using alert.
Note: the alert pop-up message dialog box contains a OK button.
Syntax:
Alert (string or ...
Posted by Woolf on Fri, 03 Apr 2020 08:22:16 -0700
Share button, h5 share to Android page
qq. the page shared by WeChat. How to call up an app and call it to a specific page
Original: 17:34:00, April 14, 2017
Label:
share /
Open to jump to the specified page
3808
The URL Scheme is supported by iOS and Android platform. Only the scheme needs to be registered when the native APP is developed. When ...
Posted by diesel on Fri, 03 Apr 2020 07:55:32 -0700
The 110th blog post of Xiao Liu
It's going to blow up. I've been trying to render the user's picture tonight, but I can't show it
I don't know where the problem is, but today I really understand a lesson, and I still need help from others. Today it's 9 o'clock, so I won't bother the teacher.
Tomorrow we must ask the teacher what's the matter, the code is the same, why can't m ...
Posted by koddos on Fri, 03 Apr 2020 03:36:50 -0700
How to upload pictures and post-processing in rich text editor of layui
The front page and JS are as follows:
<form class="layui-form" action="" >
<textarea name="tweets" id="tweets" style="display: none;"></textarea>
<script>
layui.use('layedit', function(){
var layedit = layui.layedit;
layedit.build('demo'); //Build editor
});
</sc ...
Posted by tacojohn on Fri, 03 Apr 2020 03:24:35 -0700
Introduction to visualization tool D3.js (Chapter 11) - pie chart
First of all, we need to sort out the new knowledge before drawing pie chart:
1,d3.arc(arguments..)
The generator is used to generate a circle, sector or ring in a pie chart or a doughnut chart;
arguments are arbitrary; they are simply objects passed to the accessor function of the arc generator. For example, according to the default setting ...
Posted by htcilt on Fri, 03 Apr 2020 03:00:54 -0700
Use and configuration of highcharts
Introduction:
Highcharts series software includes Highcharts JS, Highstock JS and Highmaps JS, which are HTML5 chart libraries written in pure JavaScript. All the source codes are open, and can be used and edited for personal and non-commercial purposes. Chinese network addresshttps://www.hcharts.cn/docs/start-introduc ...
Posted by rlelek on Fri, 03 Apr 2020 02:28:57 -0700
Common dimensions for JavaScript DOM
JavaScript often uses sizes when working with DOM. This paper describes scrollbar distances, window sizes, document sizes, compatibility of element document coordinates, and ways to scroll windows to specified locations in bizarre and standard modes.
Strange and Standard Patterns
Browsers have weird and standard modes when parsing CSS for co ...
Posted by rlelek on Fri, 03 Apr 2020 00:58:27 -0700