In VSCode z.B. nach PHP-Dateien im Unterverzeichnis webroot rekursiv suchen.
./webroot/**/*.php
Meine Gedankenstütze ;-)
In VSCode z.B. nach PHP-Dateien im Unterverzeichnis webroot rekursiv suchen.
./webroot/**/*.php
Download: https://www.amft-it.de/dist/macos/ShrewSoftVPNClient-2.1.1_macOS_Oct2017.pkg
Wichtig! Den Shrew Soft Access Manager nutzen, nicht den Shrew Soft VPN Client Connect!
Source: kb.amft-it.de/doku.php?id=kb-macos:shrewvpnclient-download
Quelle: http://code2care.org/2015/how-to-kill-service-running-on-port-using-terminal-command/
![]()
Heredoc-Syntax
echo <<<CONTENT
<p>The content to be output comes
here and must be closed by following </p>
CONTENT;
Quelle: https://www.php.net/
MongoDB is a NoSQL database that offers a high performance, high availability, and automatic scaling enterprise database. Data is stored in a documen…
Source: www.howtoforge.com/tutorial/install-mongodb-on-ubuntu-14.04/
Mongo-DB Server über externe IP verfügbar machen
bindIp: 0.0.0.0
Quelle: https://stackoverflow.com/questions/24899849/connection-refused-to-mongodb-errno-111#24941698
Wenn nach eine NodeJS-Update Node-Module nicht mehr laufen (inkompatibel), dann hilft meist:
node_modules und package--lock.jsonnpm clean cache --force als Administratornpm installQuelle: https://github.com/gulpjs/gulp/issues/2280#issuecomment-493701211
$properties = array_keys((array) $record);
Wenn das Problem auftritt, muss in den Project Setting das Build System von „New Build System“ auf „Legacy Build System“ umgestellt werden:
![]()
Since yesterday I’ve been getting the following error when trying run an app on my device: „A valid provisioning profile for this executable was not found.“. This is after updating to Xcode 10. Bui…