Teach you how to access public number blog barrage

I wonder if you have ever thought about this. When Wechat's personal public number is becoming more and more popular and the media is becoming more and more popular, have you ever thought about applying for a Wechat public number of your own? In the circle of friends, more and more small partners are forwarding articles in their Wechat Public N ...

Posted by jzimmerlin on Tue, 25 Jun 2019 10:59:26 -0700

easyui Datagrid Editing Experience

 Editable Form Use Experience Sharing (Continuous Update) For Easyui editable form, the individual is relatively unfamiliar, although the operation may be more convenient than the use of form modification, but editable form code quality requirements are often higher, if not skilled, prone to such or other problems, this article summarizes ...

Posted by coder9 on Mon, 24 Jun 2019 11:26:22 -0700

vue source code interpretation-component mechanism

As the original jquery, angular user. Reaction and Vue are touched at the back. Gradually fell in love with vue. Keep an attitude of learning. Look at the source code. Sure enough, vegetables have to pay a price. Step by step debugging. My head aches. See where and remember where. A little bit of experience. Please point out the mistakes for me ...

Posted by snorky on Sun, 23 Jun 2019 17:22:25 -0700

Differences between JSON & JSONP

When it comes to JSON and JSONP, many people will think that they are related at first. However, although JSON and JSONP have only one letter difference, they are not the same thing at all. This reminds me of a sentence, "The difference between JSON and JSONP is the difference between Lei Feng and Lei Feng Tower". So what is the diff ...

Posted by xxtobirichter on Sun, 23 Jun 2019 10:57:00 -0700

jQuery Background Calendar Price, Inventory Settings Web Component 2

calendar-price-jquery Commodity calendar, price, inventory and other settings of jQuery plug-in Set up plug-ins based on Jquery's calendar price, inventory, etc. The parameters (fields) that need to be set need to be customized. See demo for details. Source address: https://github.com/capricorncd/calendar-price-jquery Create by capricorncd ...

Posted by unknown101 on Thu, 20 Jun 2019 15:06:19 -0700

Implementation of Watermarking Items and Selection of Two Implementation Schemes

We propose two solutions for watermarking project 1. Implementation with shadow dom 1. Basic Ideas By attach Shadow, a shadow root node is generated, and then a watermarking is added under the root node through a circular statement. The position is used to layout the absolute and make it full of containers.  show me the code: (function (ro ...

Posted by wheakory on Thu, 20 Jun 2019 13:41:03 -0700

Styles and image paths in config.js configuration page

Where is this article used? Let me start by saying that last week, I received a task. Because the company's business is to connect different banks, such as ICBC's red color and other banks'blue color by default, so in the case of page consistency, ensure that the buttons and ICON on the page are configurable, so that order changes a value [ ...

Posted by nonaguy on Wed, 19 Jun 2019 13:50:12 -0700

BBS (Imitate Blog Park System) Project 01 (Project Analysis, Table Structure Design, Registration Function Implementation)

Summary: requirement analysis Table structure design Registration function implementation 1. Demand analysis: Project Requirements (Product Manager, Architect, Development Team Leader talk to customer about project related requirements) Project Design (Architect needs to think about: framework selection, database selection, main functi ...

Posted by mpharo on Wed, 19 Jun 2019 09:59:31 -0700

jQuery Plugin Writing

The purpose of writing plug-ins is to encapsulate a series of methods or functions that already exist so that they can be reused elsewhere for later maintenance and development efficiency. jQuery Plugin Type jQuery There are three main types of plug-ins:1. Plug-ins encapsulating object methods (object-level component development) Thi ...

Posted by mikelmao on Wed, 19 Jun 2019 09:40:36 -0700

Reaction Advanced Series: Detailed Description of Advanced Components (II)

High-order components can encapsulate common logic, pass method attributes to current components, add lifecycle hooks, etc. Case: Some pages in a project need to judge their environment. If they are on the mobile side, they will display the page normally and prompt the user about the mobile side environment of the current page. If they are not ...

Posted by kashmirekat on Tue, 18 Jun 2019 16:25:50 -0700