Implementation Code of Date Linkage Selector Function Based on Vue Componentization
Our community front-end project uses element ary component library, backstage management system uses iview, component library is very good, but the date and time selector does not have the kind of "year-month-day" linkage selection component. Although the related components given by the two component libraries are excellent, sometimes ...
Posted by kippy on Wed, 20 Mar 2019 10:36:27 -0700
Netty+SpringBoot+FastDFS+Html5 to Realize Chat App Details
Netty+SpringBoot+FastDFS+Html5 implements chat App. Project introduction. Netty+SpringBoot+FastDFS+Html5 implements chat App. Project github link. Complete code for this chapterThis section focuses on user information processing in Chat App PigChat and related operations of file server FastDFS.It contains the following contents:
(1) Registratio ...
Posted by freephoneid on Fri, 15 Feb 2019 02:15:19 -0800
window.open() POST submission of json data and background json serialization as objects
When exporting, ajax implementation is not handled well. you can choose window.open(), poi or jxl as the background framework, or jxls template is the most convenient way to choose if it is not too complicated.
But when dealing with complex export reports, I chose to use poi framework to write and call poiAPI. window.open() passes a fixed para ...
Posted by adamjones on Thu, 14 Feb 2019 17:15:19 -0800
vue+node full stack mobile mall [4] - create get, send interface, receive data update view
In the previous section, we implemented the first interface and received the return {a:123} when requesting the interface. Next, we implemented a simple get and set interface and updated the page view with the returned data.
This is the page view we want to implement. The code is as follows.
<template>
<div>
<h1>{{ msg ...
Posted by dsnhouse on Wed, 13 Feb 2019 03:27:18 -0800
Front-end: Apply js to select option within layer content
layer.open({
type: 1,
skin: 'layui-layer-rim', //Add borders
area: ['350px','400px'], //Width height
// btn: ['Submit','Cancel'],
content: "<div id='addwin'><table align='center'style='margin-top: 5px;'>"
+"<tr>"
+"<td>Place classification:</td>"
+"<td> ...
Posted by xtops on Tue, 12 Feb 2019 06:42:18 -0800
IPVS: Cannot initialize ipvs: Protocol not available solution
After investigation, it was found that the disk space of the local test environment was full, which made the database unable to write data.The ultimate culprit is log files.Because we are using lvs load balancing, the front-end Keepalived can not initialize the ipvs protocol after starting, so the content of the log is constantly brushing, the ...
Posted by celeb-x2 on Tue, 12 Feb 2019 06:12:18 -0800
gopherjs/gopherjs lets your golang code execute in browsers (Golang to JavaScript)
Life goes on, go on!!!
Share gopherjs with you today.
A compiler from Go to JavaScript for running Go code in a browser
Introduction and configuration of gopherjs
github address: https://github.com/gopherjs/gopherjs/
Introduction:
GopherJS compiles Go code (golang.org) to pure JavaScript code. Its main purpose is to give you the opportu ...
Posted by TaintedBloop on Thu, 07 Feb 2019 22:48:17 -0800
springboot~mockMvc and asciidoctor generate API documents based on TDD
API document is a necessary condition for rapid development of front-end and back-end to reduce communication costs. It is necessary to have a perfect document. The advantage of generating document by testing is that there are test data, test return results, and these fields can be explained clearly. In spring boot framework, when using mockMvc ...
Posted by ProblemHelpPlease on Tue, 05 Feb 2019 01:24:16 -0800
HTTP Client Editor Test API in IDEA
The front and back end separates the project, and the front and back end communicates through the api. If you use the free version of postman for API testing, because you can not save the test script to the file, it is not convenient for the front-end to view.
You can choose the paid version. You can also use the HTTP Client Editor that comes ...
Posted by Ryan0r on Mon, 04 Feb 2019 13:45:15 -0800
The Beauty of jQuery-Page Language Switching
Last Review: The Beauty of jQuery - Custom Dropdown List Box
The picture above shows:
The source code is as follows:
<!--
author:helang
Email:helang.love@qq.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width= ...
Posted by php4om on Sun, 03 Feb 2019 12:06:15 -0800