http://stackoverflow.com/questions/32892117/osx-el-captain-apache-403-forbidden
- cd /etc/apache2/
- sudo mv httpd.conf httpd.conf.OLD
- sudo mv httpd.conf~previous httpd.conf
- sudo apachectl restart
| /* | |
| Animate.css by Daniel Eden (https://daneden.github.io/animate.css) | |
| is a collection of amazing css animations. On the other hand, Bootstrap | |
| transition(.js/.css) offers only few choices. So here is a work around | |
| found from SO/Google and little trial and error. The Solution is based | |
| on setTimeout function, that kickstarts a function after a specific period of time. | |
| */ | |
| (function($) { | |
| $(window).load(function(){ |
http://stackoverflow.com/questions/32892117/osx-el-captain-apache-403-forbidden
Remove all java.exe, javaw.exe and javaws.exe from
| rem // credit - https://blogs.oracle.com/pranav/entry/switch_between_different_jdk_v | |
| @echo off | |
| echo Setting JAVA_HOME | |
| set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79 | |
| echo setting PATH | |
| set PATH=C:\Program Files\Java\jdk1.7.0_79\bin;%PATH% | |
| echo Display java version | |
| java -version |
Credit : http://stackoverflow.com/questions/22227445/cannot-change-java-version-on-windows-8
C:\ProgramData\Oracle\Java\javapathjava -version $ sudo chmod -R 777 /usr/local/var/mysql/ $ sudo /usr/local/mysql/support-files/mysql.server start| Gradle Home: /usr/local/Cellar/gradle/4.4.1/libexec |
build\distributions\project-1.0-SNAPSHOT.zip\libs\ dir, you'll find the .jar file you need, extract
all you need to a dir (e.g 'mylibs')+ button > New Project Library > Java > Open mylibs/ and select all > Apply$ cd /Users/johndoe/Library/Android/sdk/emulator
$ ./emulator -list-avds
$ ./emulator -avd Pixel_2_XL_API_27