This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&libraries=places" type="application/javascript"></script> | |
<script> | |
var map = new google.maps.Map(document.getElementById("map-convas"),{ | |
center:{ | |
lat:27.72, | |
lng: 85.36 | |
}, | |
zoom:15 | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RESTORE FILELISTONLY from DISK = '/var/www/erp/harias.bak' | |
RESTORE DATABASE NEWDB | |
FROM DISK = '/var/www/erp/harias.bak' | |
WITH MOVE 'HARIAS OUTFITTERS LIMITED' TO '/var/opt/mssql/data/HARIAS OUTFITTERS LIMITED.mdf', | |
MOVE 'HARIAS OUTFITTERS LIMITED_log' TO '/var/opt/mssql/data/HARIAS OUTFITTERS LIMITED_log.ldf' | |
//WORKING | |
ALTER DATABASE POSDB | |
SET SINGLE_USER WITH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Created by PhpStorm. | |
* User: marvin | |
* Date: 3/22/18 | |
* Time: 11:17 AM | |
*/ | |
namespace Esl\Repository; |
NewerOlder