i working apple map , want show more 1 route between given start , end directions don't want use nsurl class send request through url. want use apple provided classes.
i'm using cameratag.com record video on website. service can send json response server can save data database. don't know how proceed here: the documentation states please note json repsonse passed in body of post , not form parameters. here example of how parse response in ruby: data = json.parse(request.raw_post) video_uuid = data["uuid"] but don't know how data on javascript. i'm not experienced in js please bare me :) post sample: { "uuid": "00012710-4b65-0131-ffe6-22000a499ea4", "camera_uuid": "98373a20-79ee-0130-3e42-1231390fcc11", "created_at": "2013-12-20t05:25:02.000z", "percent_complete": 100, "short_code": "kktb4q", "metadata": { }, "state": "published", "recorded_from": "http://singwho.com", "publish_type": null, "formats": [ { "name...
i'm working yii2 , trying init migration files. working few months ago, i'm getting following error 'yii' not recognized internal or external command command i'm trying run 'yii migrate/create init_my_table i've been looking around not sure problem is. seems should pretty generic , easy fix error... before delve proposing solution, check if installed yii's basic template or advanced template. $ php yii serve will work "basic" template. make sure @ terminal, have changed "basic" directory, enter command: $ php yii serve output server started on http://localhost:8080 document root "path/public_html/yiiproject/basic/web" quit server ctrl-c or command-c. if using advanced template, read thread , see if thread here helps. read till end: http://www.yiiframework.com/forum/index.php/topic/68728-php-yii-serve/ had same issue using advanced template. php yii serve not open input file: yi...
Comments
Post a Comment