// path: serverSide\vendor\laravel\framework\src\Illuminate\Database\Query\Grammars\SqlServerGrammar.php
public function getDateFormat()
{
return 'Y-d-m H:i:s.v'; // use y-d-m or y-m-d
}
This file contains 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
<!DOCTYPE html> | |
<html lang="fr"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<title>SmartPhone Store</title> | |
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" type="text/css"> | |
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | |
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css"> |
This file contains 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
#!/bin/bash | |
export GOFILE="go1.16.3.linux-amd64.tar.gz" | |
cd ~ | |
wget "https://golang.org/dl/$GOFILE" | |
sudo tar -C /usr/local -xzf "$GOFILE" | |
rm "$GOFILE" | |
echo '#go configuration' >> ~/.bashrc | |
echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc | |
echo 'export GOPATH=$HOME/go' >> ~/.bashrc |
To fix VirtualBox Error: Kernel driver not installed (rc=-1908), run:
sudo apt install --reinstall linux-headers-$(uname -r) virtualbox-dkms dkms
jmeter -n -t /home/pc/path_to_jmx/file.jmx -l /home/pc/where_to_save_csv_log/file.csv -e -o /home/pc/where_to_save_html_report/
Download : https://mega.nz/file/QJhhwQpB#iA7Mxroca9NtUuI_HuwOp5l0l3Rpppvq4Ss8fqVBgu0
After decompression:
$ chmod +x acunetix_13.0.200217097_x64_.sh
$ ./acunetix_13.0.200217097_x64_.sh
$ cp Crack/wvsc /home/acunetix/.acunetix/v_200217097/scanner/
$ cp Crack/license_info.json /home/acunetix/.acunetix/data/license/
This file contains 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
{ | |
"بيت لاهيا ": "109", | |
"جباليا": "111", | |
"رفح": "117", | |
"خانيونس ": "281", | |
"دير البلح ": "283", | |
"بيت حانون ": "294", | |
"غزة": "296", | |
"المغازي": "343", | |
"الناصرة": "354", |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Document</title> | |
</head> | |
<body> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Calculatrice JS</title> | |
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300" rel="stylesheet" type="text/css"> | |
<style> | |
body { |
This file contains 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
/* Custom tlk.io Chatroom CSS */ | |
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro'); | |
#header { | |
display: none; | |
} | |
#channel { | |
text-transform: uppercase; |