Привет всем, я работаю в компании с стеком технологий Yii2, React, Postgres. Но проблема в том, что у них там не чисто Yii2, да, ядро Yii2 т.е. там есть папка yiisoft в вендор...
hi guys, mysql is not recognizing this query, i am binding SQL: [39] select * from tasks order by :order asc Sent SQL: [40] select * from tasks order by 'email' asc here is c...
hi guys, in laravel .env if db password is empty i must leave it as DB_PASSWORD= or DB_PASSWORD=''?
Привет всем, может ли контроллер работать с GET POST массивами, то есть передать их в модель или что-то делать с ними, имею ввиду что это архитектурно нормально?
Вот например, при запросе URL /admin/edit/?id=2 вызывается public function actionEdit() { $this->view->task = Task::findById($_GET['id']); $this->view->dis...
Hi guys, is there some container that can be accessed instantly like vector and with no copy whole remaining elements one-by-one to middle deleted element position?
is pointer to struct type always 4 bytes?
привет всем, использование просто .php файла в качестве трейта. это нормально для архитектурных решений?
does anyone understand why this is happening?
A new shared memory segment, with size equal to the value of size rounded up to a multiple of PAGE_SIZE could not get the idea, it means, if size = 6, then actual size...
it must be 10 bytes, so that char is 1 byte. 4 byte + 4 byte + 2 bytes = 10 bytes, but the person's size is 12, why?
//test.php <?php session_start(); ?> <a href="/index.php">index</a> <?php if (isset($_SESSION['count'])) { $_SESSION['count']++; } else { $_SESSION['count'] = 0; } e...
lseek(fd, (off_t)8, SEEK_END) is going backward, is it normal behaviour?
Hi guys, ifstream is only reading upto 10k lines from file, is there a way to bypass it?
printf("%u", sizeof(arr)); sizeof returns long unsigned int, compiler shows warning, but everything works, whats is alternative to %d %u that handle long unsigned int ?
😅to be honest, i am new to ubuntu, where these repos are located?
You mean this Inode usage quota? Are there any solutions?
is size in shmget(key, size, flag) in bytes?
hi everyone, do I need to install ubuntu on virtualbox with third-party software, i need only basch scriptiing and so on?
привет всем, я изменил $body-bg: red в файле _variables.scss, но после npm run dev ничего не изменилься?