search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

三叔

三叔

Follow
student

Follow 0
fans 1
integral 0
javascript - Front-end packaging implementation

I would like to ask if the front-end has any technology related to the requirements of selecting the corresponding modules through the interface or other methods, packaging and exporting the corresponding front-end files, and removing irrelevant modules? For example: 1: Module one 2: Function one 3: Module two 4: Style one After selecting module one, function one and style one, export the corresponding front-end page...

2017-07-07 10:34:32Ask
JavaScript
javascript - split problem in js

I originally wanted to write something to calculate working hours. Suddenly an error occurred here. I really can't see why. . . Doubt life. . The gostr after console.log is of type string

2017-07-05 11:08:48Ask
JavaScript
javascript - A vuex problem

As follows, how to get children and then update them to father.children, the page can be displayed in a list {code...}

2017-07-05 11:08:08Ask
JavaScript
javascript - js to write a similar product management backend page, what design pattern is easier to expand and maintain?

I wrote a background management page using a simple singleton pattern. Similar to {code...} I would like to ask someone with experience in writing this type of project. How to organize the code structure to make it easier to expand and maintain.

2017-07-05 11:06:52Ask
JavaScript
javascript - Problem with parameters passed in settimeout

{Code...} Use settimeout to write the expansion and contraction of the secondary menu. Pass a function with parameters in settimeout. I don’t know how to pass it. In the video, it is written like this: setTimeout("addHeight('"+ul+"' )",10) But it's not normal. What's the reason?

2017-07-05 11:06:49Ask
JavaScript
javascript - Baidu Map sets the center point at the beginning, how to use the button to transfer to the corresponding center point? ? ? ?

To achieve this, click the Qingdao or Xiamen buttons to switch to the coordinate point position of Qingdao (or the corresponding). Currently, the center point of the initialized map is set to Xinjiang. This is the method to initialize the map $(".btn-Qing"). on('click', function () { {code...} }) This is what I simply wrote...

2017-07-05 11:06:47Ask
JavaScript
javascript - How to achieve the previous onEnter effect in react-router version 4.0

I checked the official documentation and it doesn’t seem to mention this.

2017-07-05 11:03:58Ask
JavaScript
javascript - There is a button in the vue subcomponent. Clicking it will change the state. This state is obtained by the parent component through the interface, which means that the state of the interface needs to be changed dynamically.

A component (parent component) obtains a batch of data through the interface. The props of the parent component are passed to the child component (B). After the child component renders this batch of data, there is a button. Click it to change the current state, such as from "Add to Shopping Cart" to "Add to Shopping Cart". I don't know how. Processing can be done at the same time as clicking...

2017-07-05 11:03:53Ask
JavaScript
javascript - The jquery plug-in cannot be found in webstorm now?

How to get jquery prompt?

2017-07-05 11:00:09Ask
JavaScript
javascript - What are the advantages of these two ways of writing functions?

I feel like the second one is more troublesome than the first one. Are there any advantages?

2017-07-05 10:58:44Ask
JavaScript