#include <iostream>
#include <windows.h>
int main()
{
SetConsoleOutputCP(CP_UTF8);
auto message = u8"Тест тест";
wprintf(L"%S", message);
return 0;
}
A resource "class" object with methods for the default set of resource
actions optionally extended with custom actions.
The default set contains these actions:
{ 'get': {method:'GET'},
'save': {method:'POST'},
'query': {method:'GET', isArray:true},
'remove': {method:'DELETE'},
'delete': {method:'DELETE'} };
@font-face {
font-family: 'helveticaneuecyr_roman';
src: url('../font/helveticaneuecyr_roman.eot');
src: url('../font/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
url('../font/helveticaneuecyr_roman.woff2') format('woff2'),
url('../font/helveticaneuecyr_roman.woff') format('woff'),
url('../font/helveticaneuecyr_roman.ttf') format('truetype'),
url('../font/helveticaneuecyr_roman.svg#helveticaneuecyr_roman') format('svg');
font-weight: normal;
font-style: normal;
}
3) Проверьте наличие самих файлов, на всякий случай еще раз перезалейте папку со шрифтами
LIMIT 22, 10
To retrieve all rows from a certain offset up to the end of the result set, you can use some large number for the second parameter. This statement retrieves all rows from the 96th row to the last:SELECT * FROM tbl LIMIT 95,18446744073709551615;
Я хочу хорошую библиотеку на PHP для MySQL
Нет ни ActiveRecord
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}