ChildOfCode


Code, Maker, Robotic, Open Source. Knowledge Bases


Tag: JSON


  1. PHP - cURL - POST Or GET Data on server

    PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP…

    PHP, PHP7, cURL, POST, VideoFile, Bearer, CURLFile, JSON, ImageFile, GET

  2. Titanium Studio Save the Apps data in the Filesystem

    In IOS is only Internal Storage ,but in Android is diffrent since some android device can use sd-card theClass.prototype.WriteLog = function(theJSON){ Ti.API.info('WriteLog = ' + new Date() ); var thisClass = this; var jsonDir = ''; var dateObj = new Date(); var month = dateObj.getUTCMonth() + 1; //months from 1-12 var day…

    Android, JavaScript, Titanium, IOS, JSON, Filesystem, applicationDataDirectory, externalStorageDirectory

  3. IOS Get the Apps data Files from Devices

    IOS Get the Apps data Files from Devices 1)Open the Xcode Go to Windows > Devices > Choose the Target Device > click the gear icon and select Download Container. 2)Drop and Drag the xcappdata file in to the SublimeText IDE 3)Open the Side Bar for Explore the Files Root…

    IOS, Apps Data Files, SublimeText, JSON, MacOS, Xcode