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 2
fans 341
integral 75
php - How does the database determine whether a piece of data has been modified?

A and B access a set of data on the same page at the same time. A has modified one of the data. B's page has not been refreshed, so the information B sees is before A modified it. At this time, B also needs to modify this piece of data. How can I remind B that this data has been modified? I saw a way, before modifying the data...

2017-07-07 10:35:07Ask
PHP
php - laravel uses cache to encrypt and verify the mac address before decrypting?

The version of laravel 5.1 I use uses Cache to cache data, and memcached and the database are used at the same time. But now there is a question. When laravel puts the data into the cache, it will encrypt the data at the same time. Among the encryption parameters, is the mac address of the machine? For company business use...

2017-07-07 10:34:27Ask
PHP
javascript - How to get the mobile phone device ID (or other unique identifier) ​​through the web page?

Can the mobile web page obtain the unique identifier of the mobile phone?

2017-07-06 10:37:07Ask
HTML
javascript - weex picker multiple choice questions

The official native module only has date selection, time selection and a radio selection data. How to realize the multi-choice reform of city linkage?

2017-07-06 10:36:40Ask
HTML
javascript - How to parse the video address starting with blob in the video tag

I want to grab a video from a video website, but the video address is encrypted. For example: blob: http://www.imooc.com/fdf730ad-6378-499c-8d32-b8b4d01b4afc The src of the video is this address. Does anyone know how? Cracked?

2017-07-06 10:36:38Ask
HTML
html5 - How to adapt Vuejs server-side rendering and routing to mobile and PC

My current approach is, but if I do this, the front-end js will directly report an error: {code...} {code...} I would like to know what the industry's common approach will be like? For example, I have written two pages a.vue and a-mobile.vue. How can I control the same route http://a.com to point to different page files?

2017-07-06 10:34:58Ask
HTML
c++ - Are there any good ideas for multi-threaded socket sending and receiving?

A is the client's socketB is the server's socketA connect B TCP connection is equal to A B establishes a tunnel Locally initiates various requests to A, relays to B for post-processing, and returns a bunch of data Then the problem arises, distinguish this bunch of data, and reply to him Initiator, is there any good solution?

2017-07-06 10:34:26Ask
C++
javascript - antdmobile- Incorrect path resolution when introducing rc-form

1 Mobile project webpack packaging 2 First in my project npm install rc-form --save {code...} 3 How to solve it?

2017-07-05 11:09:03Ask
JavaScript
javascript - requirejs loading error?

1. I wrote a demo.html using requirejs. It can be displayed normally when the page is loaded for the first time. Then an error starts to appear when the page is refreshed. Although the page is still displayed normally, I don't understand why this is happening. 2. My other 999.html file (in the same directory as demo.html, but within the page...

2017-07-05 11:08:30Ask
JavaScript
javascript - A problem with call and apply in js?

{Code...} Both call and apply change the point of this, but the result here is different, which is weird.

2017-07-05 11:06:00Ask
JavaScript