db.collection.find().explain()
db.collection.find().explain({ verbose: 'executionStats' })
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
# Create `gh-pages` branch from scratch | |
cd <dir> | |
git init | |
git remote add origin <url> | |
git checkout --orphan gh-pages | |
git add . | |
git commit -m "build 1.0.0" | |
git push origin gh-pages |
Верстка производится в соответствии со стандартами языка разметки HTML5 и CSS3. Для написания разметки и стилей используется методология БЭМ.
Поддерживаемые браузеры:
- Internet Explorer – версия 9 и выше;
- Microsoft Edge – все версии;
- Google Chrome – последние три версии;
- Yandex browser – последние три версии;