search
  • Sign In
  • Sign Up
Password reset successful

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

ringa_lee

ringa_lee

Follow
Gold Medal Teacher

ringa_lee

Follow 11
fans 58
integral 332
Is there any front-end test page containing php?

jsfiddle can debug a mixture of js, html, css files. Is there any such tool that can debug php at the same time?

2017-07-07 10:34:45Ask
PHP
javascript - datatables array display problem

1My backend code 2. Frontend js What is the reason? It only displays the first beginning of each data

2017-07-07 10:34:41Ask
Java
javascript - Why do I always get an error when installing Node-Sass using npm?

错误代码:gyp ERR! configure errorgyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.gyp ERR! stack at PythonFinder.failNoPython (C:Users***AppDataRo

2017-07-06 10:35:57Ask
Node.js
javascript - How to modify Baidu echarts chart

Use the line chart in echarts charts for statistical analysis. Found the same data, the lines do not intersect, what is the problem? Ask a god for advice? As shown in the figure, the data on Saturday are all 330. But the five lines do not intersect. <script src="/Public/Admin/echarts/dist/echarts.js">&lt...

2017-07-05 11:08:59Ask
JavaScript
javascript - js processing data problem

Now there is a problem like this: when verifying that the email is legitimate, you need to click on the link to "go to your email to retrieve your password". My understanding is this: when you click on it, you need to send a request to the back-end system. , after processing by the back-end system, send it to the corresponding email server address? This is my understanding, but...

2017-07-05 11:08:17Ask
JavaScript
javascript - How to configure autocomplete ajax, please give me advice

How to configure autocomplete ajax, please give me some advice

2017-07-05 11:07:03Ask
JavaScript
What does vuex store.watch() mean

This code appears in a vuex project: {code...} What does the code mean? Does Vuex also have watches?

2017-07-05 11:05:21Ask
JavaScript
javascript - Help: Problems encountered when using element ui in vue2.0

It's like this. In the vue-cli project, using element ui, when using the el-tabs component, once the label content on the left is changed (as shown in the picture, I want the left side to be consistent with the right side), the browser will get stuck. , even refreshing doesn’t work, what’s the reason? Please give me some advice on how to introduce element into X-X project...

2017-07-05 11:03:08Ask
JavaScript
javascript - If there is only one line of code but it is reused in many places, how to deal with this situation? Is it encapsulated into a global method, or is it written directly? ~

{Code...} If it is a code that jumps to a page, it will be executed after the login or certain logic is successful. Does it need to be encapsulated into a global method? Is just one sentence really necessary? In other words, making full use of the editor's global replacement and other functions can also improve performance, although it is minimal~

2017-07-05 11:00:17Ask
JavaScript
javascript - js object attribute access and creation

An interesting question: {code...} {code...} What is actually involved here is the [] operator and .operator related knowledge. Attached are the relevant rules and URL, you can study it yourself: MemberExpression: MemberExpression [Expression] Let baseReference be...

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