for our purpose, all we have to worry about is the box labeled Extension (11) down at the bottom right. Change it from Same to Fixed and then type in the new extension you want.
$url = 'https://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strpos($url,'emali/?PAGEN_') !== false) {
$APPLICATION->SetPageProperty("robots", "noindex, nofollow");
}
if ($_GET['PAGEN_1']) {
$APPLICATION->SetPageProperty("robots", "noindex, nofollow");
}
CMD+R при запуске, в меню выбираем Утилиты->Terminal
В терминале набираем 2 команды:
cd /Volumes/Macintosh\ HD/var/db/caches/opendirectory
rm mbr_cache
Перезагружаемся,
Грузится подольше первый раз, но грузится!
Потом грузится как обычно
="select A, B WHERE B >= date '"&text(A1,"yyyy-mm-dd")&" AND B <= "&D1
<ul>
<li><Link to={`${match.url}/shoes`}>Shoes</Link></li>
<li><Link to={`${match.url}/boots`}>Boots</Link></li>
<li><Link to={`${match.url}/footwear`}>Footwear</Link></li>
<li><Link to={`${match.url}/hats`}>Hats</Link></li>
<li>
<Link to={`${match.path}/one`}>One</Link>
</li>
</ul>
<Switch>
<Route path={`${match.path}/:name`} render={
({ match }) => (<div><h3> {match.params.name} </h3></div>)
} />
<Route path={`${match.path}/one`} render={
({ match }) => ({ One })
} />
</Switch>
group.students.forEach(function(student) {
alert(group.title + ': ' + student);
})