search
  • Sign In
  • Sign Up
Password reset successful

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

PHP中文网

PHP中文网

Follow
student

认证高级PHP讲师

Follow 3
fans 325
integral 134
javascript - js scroll slides items near the top to show at the top

A function I want to implement now is to slide the sliding list. When the sliding is still, the items near the top are displayed at the top. Like this: (The force can be light or heavy, and it can stop anywhere when the slide is still). Has anyone done this effect? ​​Please give me some advice. Thank you...

2017-07-07 10:34:23Ask
JavaScript
javascript - npm installed gulp successfully, but it prompted that gulp is not an internal command. Global installation will report an error and the installation is unsuccessful.

(www.sf.gg) is China's leading developer technology community. We hope to provide a pure, high-quality technical exchange platform for programming enthusiasts, learn, communicate and grow with developers, and create an era for developers!

2017-07-06 10:35:53Ask
Node.js
node.js - Configuring the environment under command prompt (administrator) and nodejs. Why is the latter restricted by administrator privileges and unable to be configured? How to solve it?

(www.sf.gg) is China's leading developer technology community. We hope to provide a pure, high-quality technical exchange platform for programming enthusiasts, learn, communicate and grow with developers, and create an era for developers!

2017-07-06 10:35:36Ask
Node.js
c++ - Segmentation violation occurs when doing USACO's sprime

{Code...} I think it is a very simple idea of ​​making a table first and then judging. It works fine on Win 10, but {Code...} I really don’t understand the reason. Attached is the Chinese translation of this question. :http://www.nocow.cn/index.php... All experts are welcome to help me, a weakling, with answers.

2017-07-06 10:35:02Ask
C++
ios - How to replace both numbers and English in a string with *

I have a string that contains Chinese characters, English and numbers. I want to replace numbers and English with *. How should I do this? Usually it is a simple replacement. This requires regular expressions.

2017-07-06 10:34:30Ask
iOS
javascript - Why can't the scroll event prevent bubbling?

The requirement is that when the mouse is inside an element with a scroll bar on the page, the scroll event is triggered to prevent the scroll of the body from being triggered at the same time. To put it bluntly: when the mouse rolls inside the div, even if the div scrolls to the end, the body will not scroll. I gave the div a scroll event to prevent bubbling. I want to use this idea...

2017-07-05 11:07:59Ask
JavaScript
javascript - js (Vue) practice: How to input @, and then a list of related candidates will automatically appear?

The effect is as follows: Effect description: 1. The user enters the @ symbol, an option list appears, and the option list is automatically positioned behind the @ symbol. (The current idea is: dynamically monitor the input character if it is @, and the list box appears at the cursor hovering position.) 2. When the user enters @, the user ignores the choice and continues to input. When using...

2017-07-05 11:03:32Ask
JavaScript
javascript - How to upload images to vue on the mobile phone

It is an input. After clicking it, you can open the gallery and select the picture I want. After that, I can get the picture address he selected and pass the data to the interface. I can write it myself, but I don’t know how to accept the picture address he selected. I hope a master can do it. tell me how to write {code...}

2017-07-05 11:01:18Ask
JavaScript
javascript - How to get the value of the parent in VUE v-for multi-level nested loop?

VUE I want to click Delete to delete the current value. How to achieve this? thank you all. template code {code...} JS code {code...}

2017-07-05 10:58:34Ask
JavaScript
Regular expression - javascript replace emoticon characters

The code is as follows. The purpose is to replace the emoticon string with the picture EmojiParser.parse('hahahahaha (normal) hahaha (surprise)'); This way can only replace the first one (normal), but the second one cannot be replaced. What should I do? Revise? {code...}

2017-07-05 10:56:56Ask
JavaScript