.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } . . . selengkapnya>>
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } . . . selengkapnya>>
https://www.pyimagesearch.com/2019/10/21/keras-vs-tf-keras-whats-the-difference-in-tensorflow-2-0/ . . . selengkapnya>>
Secara default postgresql hanya menerima koneksi dari localhost, namun untuk beberapa case kadang diperlukan remote koneksi ke postgresql. Untuk itu perlu perubahan konfigurasi supaya postgresql data menerima koneksi dari luar. Pertama kita coba check dengan netstat. Pada terminal masukan perintah netstat -nlt. Perintah tersebut akan mengeluarkan list port yang. . . selengkapnya>>
If you want to just cancel commit, you can use this script bellow : git reset HEAD~1 But if you want to cancel and discard all changes, you can add flag --hard, this flag will also make git discard all changes you made. git reset --hard HEAD~1 Source : https://stackoverflow.com/questions/4850717/how-to-cancel-a-local-git-commit . . . selengkapnya>>
zuka.one
©2011