Finally I figured out how to use the Android SDK and AVD manager with a proxy… I configured it correctly in Eclipse and it worked without problems but the manager does NOT honour these settings! The solution is to start the SDK and AVD manager stand-alone, just change to your Android SDK directory, subdirectory tools …
Mai 2011 Archiv
Permanentlink zu diesem Beitrag: https://techblog.steffmeister.at/android-sdk-and-avd-manager-and-proxies/
Mai 10
Copy SQL records
Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/.sites/69/site4132644/web/services/techblog/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
Just found myself needing a way to copy and modify SQL records in one process. I came up with the following PHP code which is rather ugly but works: // open mysql connection and stuff … // select rows you want to copy, adapt as needed $result = mysql_query("SELECT * FROM downloads WHERE pid=2"); // …
Permanentlink zu diesem Beitrag: https://techblog.steffmeister.at/copy-sql-records/
Neueste Kommentare