INSERT INTO Country
SELECT *
FROM OPENROWSET
( BULK 'E:\MS-SQL\Exam\Data\Countries.txt',
FORMATFILE = 'E:\MS-SQL\Exam\fmt\Countries.fmt'
) AS CountryName;
FORMATFILE = 'E:\MS-SQL\Exam\fmt\Countries.fmt' ) -- вот здесь
#wrapper {
height: 100vh;
width: 100vw;
}
function setPlatformStartingPosition() {
platform = $('#platform');
platform.css('top', Math.round($("#wrapper").height() - settings.bottomMargin - 15) + "px"); // 15 - height of platform
platform.css('left', Math.round(($("#wrapper").width() - 125) / 2) + "px"); // 125 - width of platform
};
// ...
if (x < 0 || x + settings.ballDiameter > $("#wrapper").width())
settings.alpha = Math.PI - settings.alpha;
// ...
if(y + settings.ballDiameter > $("#wrapper").height()) {
alert("Game over!");
clearInterval(ballMovingInterval);
}
display: block;
overflow: hidden;
height: 100%;