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 287
integral 4
thinkphp - When writing api, when to use $_POST to receive post messages, and when to use php://input?

Now I need to write an api interface, using the post method. Other companies send json data to this api post, but a problem arises. When I tested it myself, I used $_POST to receive the data at the beginning. When I simulated sending, I used Post in curl mode of php, everything is normal and then the other party calls the api...

2017-07-07 10:34:43Ask
PHP
css - How to write a responsive layout with background images

Similar to this, I now want to make a component with a background image, but the background image cannot be 100% size, and then there must be content in the middle, an image on the left and text on the right. How to make it responsive?

2017-07-06 10:37:20Ask
HTML
javascript - react native reports an error when using third-party open source plug-ins and cannot parse the module

When using the react-native-swiper plug-in, follow its usage instructions: https://github.com/leecade/re... Run: react-native run-android, error: "message":"Unable Also tried to resolve module react-native-swiper...

2017-07-05 11:08:54Ask
JavaScript
javascript - Modify data in array

{Code...} How can I make the icon automatically display when the option is selected in the mini program?

2017-07-05 11:07:47Ask
JavaScript
javascript - Minimum Function Principle A function can only do one related thing. Why? Does it really make sense? ~

{Code...} or {Code...} Which of these two pieces of code is better... Although both are pretty scumbag, let's deal with it. A function can only do one thing. Why is it so readable? Scalability? Reusability? In my opinion, declaring functions is not cost-free. A function takes up some memory...

2017-07-05 11:05:16Ask
JavaScript
javascript - What does @/xxxx in vuerouter import from mean?

For example: {code...} Is this es6 syntax?

2017-07-05 11:01:41Ask
JavaScript
javascript - JS function receives parameters and pops up

{Code...} can alert the contents of the box at once?

2017-07-05 10:52:48Ask
JavaScript
javascript - What is front-end automated testing for?

I often use Vue cli to build projects but I never understand {code...} What is unit testing and what is e2e testing? ? What should I do when writing code? ?

2017-07-05 10:51:12Ask
JavaScript
javascript - js anonymous function related issues

{Code...} A small problem I encountered myself, I don’t know if you have it. I like to write anonymous functions recently. When I first saw this, I habitually looked at it backwards, thinking that it just exposed obj. , why can sayHi be executed when sayHello is executed? Thinking of seeing the operation of js before...

2017-07-05 10:50:25Ask
JavaScript