vue for Web picture waterfall streaming + drop-down refresh + pull-up load more

1. Idea analysis and effect diagram Use vue to achieve a waterfall streaming effect, load network pictures, with drop-down refresh and pull-up load more features.Then, for the realization of these effects, put forward ideas: Labels are appended to show the effect in turn according to the order in which the data is loaded. Choose which way t ...

Added by tsiedsma on Mon, 13 Jan 2020 18:43:11 +0200

New features of ES6

Catalog Chapter I. construction of development environment Part two and three ways of declaration 2.1 var (Global declaration) 2.2 let (local declaration) 2.3 const (constant declaration) Chapter 3: Deconstruction and assignment 3.1 deconstruction and assignment of arrays 3.2 deconstruction a ...

Added by soccerstar_23 on Sat, 11 Jan 2020 06:31:25 +0200

Java Filter does not block certain requests. Java Filter supports Ajax requests

================================ Copyright 2020-01-10 https://www.cnblogs.com/fanshuyao/   1, Java permission filter, such as login filter Configuration files are added to configure requests that are not intercepted. You can customize the rules that are not intercepted. There are three types: 1. Do not block requests containing / service ...

Added by kellerkind on Fri, 10 Jan 2020 19:33:30 +0200

JQuery file upload use, jQuery file upload plug-in

================================ Copyright 2020-01-10 https://www.cnblogs.com/fanshuyao/   1, Official website address: https://github.com/blueimp/jQuery-File-Upload   2, Use document (parameter description) https://github.com/blueimp/jQuery-File-Upload/wiki/Options   3, Browser support (official website description) Google Chrome ...

Added by eatadi on Fri, 10 Jan 2020 16:40:20 +0200

C ා MVC global error processing in application ා error (including Ajax request)

Deal with global errors in global.asax application? Error of MVC. If an error is reported before the request object is created, Context.Handler == null. When judged to be an Ajax request, we return the Json object string. When not an Ajax request, go to the error display page. /// <summary> /// Global error /// </summary> /// <p ...

Added by introvert on Thu, 09 Jan 2020 17:20:04 +0200

Exploration of vue v-for Loop Nesting (2)

The purpose of using v-for loops is to process a large number of types of duplicate data. Ultimately, it is a regular data, but some rules are not so easy. Many times, we use loops, or even multiple loops nesting. Different loops nesting corresponds to different json data structures. This article mainly describes the use of v-f ...

Added by platinum on Tue, 07 Jan 2020 19:43:40 +0200

Introduction to the stellar block chain JavaScript development package

The Stellar JS SDK encapsulates the submission of Stellar transactions and the interaction with the Stellar Horizon API server and can be run in the Node.js environment or in a Web browser.js-stellar-sdk has two main roles: 1, querying Stellar block chain data through the Horizon API server 2, building Stellar transactions, signing and submitti ...

Added by Evilace on Tue, 07 Jan 2020 10:52:27 +0200

Convert Object to String

How do I convert JavaScript objects to strings? Example: var o = {a:1, b:2} console.log(o) console.log('Item: ' + o) Output: Object {a = 1, b = 2} //Very good readable output:) Item: [object Object object] //Don't know what's inside: ( #1st floor To glance at jQuery-JSON Plug-in unit Essentially, it uses JSON.stringif ...

Added by gynophobia on Tue, 07 Jan 2020 02:34:32 +0200

Monitoring java programs using jstat autodiscovery

The project has been running for several days and summarizes the reasons: Autodiscover registration monitoring does not understand the principles, and many legacy scripts are not supported before. I don't know the script completely yet, so I'll have to look at it when I have time Or ideas, solutions to the problem tens of millions of ways, d ...

Added by mbaroz on Tue, 07 Jan 2020 01:11:29 +0200

Developing Stellar Block Chain Application with JavaScript

The Stellar JS SDK encapsulates the submission of Stellar transactions and the interaction with the Stellar Horizon API server and can be run in the Node.js environment or in a Web browser.js-stellar-sdk has two main roles: 1, querying Stellar block chain data through the Horizon API server 2, building Stellar transactions, signing and submitti ...

Added by davidosullivan on Tue, 07 Jan 2020 00:48:27 +0200