5 Practical Examples For Learning The React Framework
http://tutorialzine.com/2014/07/5-practical-examples-for-learning-facebooks-react-framework/
http://tutorialzine.com/2014/07/5-practical-examples-for-learning-facebooks-react-framework/
现在 react 是否比 polymer 流行,为什么? http://www.zhihu.com/question/27757141 不仅用于UI构建:Facebook React完全解析 http://www.html-js.com/article/Front-end-Perspective%203105 http://www.reactnative.com/uiexplorer/ http://www.ruanyifeng.com/blog/2015/03/react.html
https://www.owasp.org/index.php/ZAP
http://ionicframework.com/ http://onsen.io/ http://www.idangero.us/framework7
1、use http://xxx.xxx.xxx.xxx/files/applications/test/index.html real login success. remeber email/password (or userName/password) Better way is see Request how to send POST 2、Use postman 2-1: POST 2-2:http://xxxoooxxxoooxxx/rest/user/session 2-3:X-DreamFactory-Application-Name value: your app name 2-4:Content-Type value:application/json 2-5:Body raw ** choese ** JSON(application/json) {“email”:“xxxxx00000xxxxxx000xx”,“password”:“xxxxx00000xxxx000xx”} Better way is copy from Request 2-6: Send then success is get information.