array:20 [ // resources/views/layout/admin&dev.blade.php
0 => array:3 [
"query " => "select exists (select 1 from information_schema.tables where table_schema = 'dnvc_fmbdptc' and table_name = 'config' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED')) as `exists` "
"bindings " => []
"time " => 1.11
]
1 => array:3 [
"query " => "select exists(select * from `blocked_ip` where `ip` = ? and `blocked_for` = ?) as `exists` "
"bindings " => array:2 [
0 => "216.73.217.139 "
1 => "requests "
]
"time " => 0.42
]
2 => array:3 [
"query " => "select count(*) as aggregate from `statistic_visitors` where `ip` = ? and (`url` = ? or `http_status` = ? or `http_status` like ?) and `created_at` between ? and ? "
"bindings " => array:6 [
0 => "216.73.217.139 "
1 => "/dump=true&queries=true "
2 => 404
3 => "30% "
4 => Illuminate\Support \ Carbon @1780691452 {#1328
#endOfTime : false
#startOfTime : false
#constructedObjectId : "00000000000005300000000000000000 "
-clock : null
#localMonthsOverflow : null
#localYearsOverflow : null
#localStrictModeEnabled : null
#localHumanDiffOptions : null
#localToStringFormat : null
#localSerializer : null
#localMacros : null
#localGenericMacros : null
#localFormatFunction : null
#localTranslator : null
#dumpProperties : array:3 [
0 => "date "
1 => "timezone_type "
2 => "timezone "
]
#dumpLocale : null
#dumpDateProperties : null
date : 2026-06-05 23:30:52.630088 Europe/Kiev (+03:00)
}
5 => Illuminate\Support \ Carbon @1780691512 {#1326
#endOfTime : false
#startOfTime : false
#constructedObjectId : "000000000000052e0000000000000000 "
-clock : null
#localMonthsOverflow : null
#localYearsOverflow : null
#localStrictModeEnabled : null
#localHumanDiffOptions : null
#localToStringFormat : null
#localSerializer : null
#localMacros : null
#localGenericMacros : null
#localFormatFunction : null
#localTranslator : null
#dumpProperties : array:3 [
0 => "date "
1 => "timezone_type "
2 => "timezone "
]
#dumpLocale : null
#dumpDateProperties : null
date : 2026-06-05 23:31:52.630338 Europe/Kiev (+03:00)
}
]
"time " => 0.58
]
3 => array:3 [
"query " => "select count(*) as aggregate from `posts` where exists (select * from `post_types` where `posts`.`post_type_id` = `post_types`.`id` and `key` in (?)) and `published` = ? and (date(`published_at`) < ? or (date(`published_at`) = ? and time(`published_at`) <= ?)) and (json_extract(`title`, '$."uk"') is not null AND json_type(json_extract(`title`, '$."uk"')) != 'NULL') and (json_extract(`content`, '$."uk"') is not null AND json_type(json_extract(`content`, '$."uk"')) != 'NULL') "
"bindings " => array:5 [
0 => "specialty "
1 => true
2 => "2026-06-05 "
3 => "2026-06-05 "
4 => "23:31:52 "
]
"time " => 0.77
]
4 => array:3 [
"query " => "select `posts`.*, (select count(*) from `post_like` where `posts`.`id` = `post_like`.`post_id`) as `likes_count`, (select count(*) from `images` inner join `post_image` on `images`.`id` = `post_image`.`image_id` where `posts`.`id` = `post_image`.`post_id`) as `images_count`, (select count(*) from `files` inner join `post_file` on `files`.`id` = `post_file`.`file_id` where `posts`.`id` = `post_file`.`post_id` and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL')) as `files_count`, (select count(*) from `comments` where `posts`.`id` = `comments`.`post_id`) as `comments_count` from `posts` where exists (select * from `post_types` where `posts`.`post_type_id` = `post_types`.`id` and `key` in (?)) and `published` = ? and (date(`published_at`) < ? or (date(`published_at`) = ? and time(`published_at`) <= ?)) and (json_extract(`title`, '$."uk"') is not null AND json_type(json_extract(`title`, '$."uk"')) != 'NULL') and (json_extract(`content`, '$."uk"') is not null AND json_type(json_extract(`content`, '$."uk"')) != 'NULL') order by `published_at` desc limit 9999 offset 0 "
"bindings " => array:5 [
0 => "specialty "
1 => true
2 => "2026-06-05 "
3 => "2026-06-05 "
4 => "23:31:52 "
]
"time " => 1.44
]
5 => array:3 [
"query " => "select * from `post_types` where `post_types`.`id` in (?) "
"bindings " => array:1 [
0 => 3
]
"time " => 0.14
]
6 => array:3 [
"query " => "select `arbitrary_data`.*, `post_arbitrary_data`.`post_id` as `pivot_post_id`, `post_arbitrary_data`.`arbitrary_data_id` as `pivot_arbitrary_data_id` from `arbitrary_data` inner join `post_arbitrary_data` on `arbitrary_data`.`id` = `post_arbitrary_data`.`arbitrary_data_id` where `post_arbitrary_data`.`post_id` in (9, 10) "
"bindings " => []
"time " => 0.52
]
7 => array:3 [
"query " => "select * from `post_like` where `post_like`.`post_id` in (9, 10) and `ip` = ? "
"bindings " => array:1 [
0 => "216.73.217.139 "
]
"time " => 0.15
]
8 => array:3 [
"query " => "select `images`.*, `post_image`.`post_id` as `pivot_post_id`, `post_image`.`image_id` as `pivot_image_id`, `post_image`.`order` as `pivot_order`, `post_image`.`is_main` as `pivot_is_main` from `images` inner join `post_image` on `images`.`id` = `post_image`.`image_id` where `post_image`.`post_id` in (9, 10) order by `post_image`.`order` asc "
"bindings " => []
"time " => 0.22
]
9 => array:3 [
"query " => "select `people`.*, `post_person`.`post_id` as `pivot_post_id`, `post_person`.`person_id` as `pivot_person_id` from `people` inner join `post_person` on `people`.`id` = `post_person`.`person_id` where `post_person`.`post_id` in (9, 10) "
"bindings " => []
"time " => 0.86
]
10 => array:3 [
"query " => "select `tags`.*, `post_tag`.`post_id` as `pivot_post_id`, `post_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `post_tag`.`post_id` in (9, 10) and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL') "
"bindings " => []
"time " => 0.35
]
11 => array:3 [
"query " => "select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` in (9, 10) and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL') order by JSON_EXTRACT(name, '$.uk') "
"bindings " => []
"time " => 0.46
]
12 => array:3 [
"query " => "select `posts`.*, (select count(*) from `post_like` where `posts`.`id` = `post_like`.`post_id`) as `likes_count`, (select count(*) from `images` inner join `post_image` on `images`.`id` = `post_image`.`image_id` where `posts`.`id` = `post_image`.`post_id`) as `images_count`, (select count(*) from `files` inner join `post_file` on `files`.`id` = `post_file`.`file_id` where `posts`.`id` = `post_file`.`post_id` and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL')) as `files_count`, (select count(*) from `comments` where `posts`.`id` = `comments`.`post_id`) as `comments_count` from `posts` where exists (select * from `post_types` where `posts`.`post_type_id` = `post_types`.`id` and `key` in (?)) and `published` = ? and (date(`published_at`) < ? or (date(`published_at`) = ? and time(`published_at`) <= ?)) and (json_extract(`title`, '$."uk"') is not null AND json_type(json_extract(`title`, '$."uk"')) != 'NULL') and (json_extract(`content`, '$."uk"') is not null AND json_type(json_extract(`content`, '$."uk"')) != 'NULL') and (`end_at` is null or (date(`end_at`) > ? or (date(`end_at`) = ? and time(`end_at`) > ?))) order by `published_at` desc limit 8 "
"bindings " => array:8 [
0 => "news "
1 => true
2 => "2026-06-05 "
3 => "2026-06-05 "
4 => "23:31:52 "
5 => "2026-06-05 "
6 => "2026-06-05 "
7 => "23:31:52 "
]
"time " => 0.65
]
13 => array:3 [
"query " => "select * from `post_types` where `post_types`.`id` in (?) "
"bindings " => array:1 [
0 => 1
]
"time " => 0.14
]
14 => array:3 [
"query " => "select `arbitrary_data`.*, `post_arbitrary_data`.`post_id` as `pivot_post_id`, `post_arbitrary_data`.`arbitrary_data_id` as `pivot_arbitrary_data_id` from `arbitrary_data` inner join `post_arbitrary_data` on `arbitrary_data`.`id` = `post_arbitrary_data`.`arbitrary_data_id` where `post_arbitrary_data`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) "
"bindings " => []
"time " => 0.16
]
15 => array:3 [
"query " => "select * from `post_like` where `post_like`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) and `ip` = ? "
"bindings " => array:1 [
0 => "216.73.217.139 "
]
"time " => 0.13
]
16 => array:3 [
"query " => "select `images`.*, `post_image`.`post_id` as `pivot_post_id`, `post_image`.`image_id` as `pivot_image_id`, `post_image`.`order` as `pivot_order`, `post_image`.`is_main` as `pivot_is_main` from `images` inner join `post_image` on `images`.`id` = `post_image`.`image_id` where `post_image`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) order by `post_image`.`order` asc "
"bindings " => []
"time " => 0.24
]
17 => array:3 [
"query " => "select `people`.*, `post_person`.`post_id` as `pivot_post_id`, `post_person`.`person_id` as `pivot_person_id` from `people` inner join `post_person` on `people`.`id` = `post_person`.`person_id` where `post_person`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) "
"bindings " => []
"time " => 0.21
]
18 => array:3 [
"query " => "select `tags`.*, `post_tag`.`post_id` as `pivot_post_id`, `post_tag`.`tag_id` as `pivot_tag_id` from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `post_tag`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL') "
"bindings " => []
"time " => 0.19
]
19 => array:3 [
"query " => "select `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` in (1, 2, 3, 4, 5, 6, 7, 8) and (json_extract(`name`, '$."uk"') is not null AND json_type(json_extract(`name`, '$."uk"')) != 'NULL') order by JSON_EXTRACT(name, '$.uk') "
"bindings " => []
"time " => 0.34
]
]
6 червня 2019 року Верховною Радою України прийнято Закон України «Про фахову передвищу освіту», яким
визначено порядок, умови, форми та особливості здобуття фахової передвищої освіти та врегульовано суспільні
відносини, що виникають у процесі реалізації конституційного права людини на освіту, прав та обов’язків
фізичних і юридичних осіб, які беруть участь у реалізації цього права, а також визначено компетенцію державних
органів та органів місцевого самоврядування у сфері фахової передвищої освіти.
ДЕРЖАВНИЙ ПРОФЕСІЙНО-ТЕХНІЧНИЙ НАВЧАЛЬНИЙ ЗАКЛАД «ДНІПРОВСЬКИЙ ЦЕНТР ПРОФЕСІЙНО-ТЕХНІЧНОЇ ОСВІТИ» (далі –
Центр) є підпорядкованим Міністерству освіти і науки України державним закладом третього (вищого) рівня
професійної (професійно-технічної) освіти, що забезпечує реалізацію права громадян на здобуття високого рівня
робітничих кваліфікацій з одночасним здобуттям профільної середньої освіти та створює умови для здобуття
освітньо-професійного ступеня «фаховий молодший бакалавр».
Центр здійснює первинну професійну підготовку робітників високого рівня кваліфікації з технологічно складних,
наукоємних професій за освітньо-кваліфікаційним рівнем «кваліфікований робітник» та/або за
«освітньо-професійним ступенем «фаховий молодший бакалавр» з числа випускників закладів базової та профільної
середньої освіти, а також загальноосвітню підготовку, професійне (професійно-технічне) навчання, перепідготовку
та підвищення кваліфікації працюючих робітників і незайнятого населення.
З інформацією щодо діяльності ДПТНЗ «Дніпровський професійний коледж» у повному обсязі ви можете ознайомитися на сайті за посиланням:
Дніпровський центр професійно-технічної освіти .
Спеціальність:
Освітньо-професійна програма:
Спеціальність:
Освітньо-професійна програма:
Спеціальність:
Освітньо-професійна програма:
Спеціальність:
Освітньо-професійна програма:
Молодіжна рада Дніпровського центру професійно-технічної освіти гідно представила заклад на обласному фестивалі соціальної реклами «Вибір», об’єднавши креатив, зміст і небайдужість до...
24 травня, 09:20
Досвід, що працює на майбутнє України
Минулого тижня у Турині (Італія) 35 представників системи професійної освіти України працювали разом із European Training Foundation...
24 травня, 08:50
Дніпровський
професійний технологічний
коледж
офіційний веб-сайт
49052, Україна, Дніпро
вул. Чечелівська(Алтайська) 6-а
Приймальна комісія
Щоб працювати з чатом у телеграмі, відскануйте QR-код або
перейдіть за посиланням .
Чатбот у телеграмі
Щоб працювати з чатботом у телеграмі, відскануйте QR-код або
перейдіть за посиланням .
Дніпровський
професійний технологічний
коледж
|
Політика конфеденційності
|
Copyright ©2025
|
All rights reserved