Resultats de text complet:
- nodejs_express
- litzar la teva app apuntant el navegador a: <code>http://localhost:3000</code> \\ ===== Fer anar l'apl... t ${port}`) }) </code> Ja pots navegar a: [[http://localhost:3000|http://localhost:3000]] i comprovar que el servidor funciona Les claus d'aquest codi ... Ara ja es pot navegar a les diferents web: * [[http://localhost:3000|http://localhost:3000]] * [[h
- syntax @wiki
- === External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Em... s. External links are recognized automagically: http://www.google.com or simply www.google.com - You can set link text as well: [[http://www.google.com|This Link points to google]]. Em
- webscraping_apache
- ====== Webscraping amb python i capçaleres http d’Apache ====== **Webscraping** fa referència a les tèc... ixMp17 #AsixMp17Uf2 webscraping python capçaleres_http apache }} \\ ===== Descarregar les imatges d’un... nom_domini = url.replace("https://", "").replace("http://", "").split("/")[0] nom_domini = nom_domin... download = False if image.startswith("http") and image!=url: downloaded_image =
- django_api
- ftware REST]]. Aquesta estableix estàndards per a HTTP que faciliten la interoperativitat, en particular... den definir-se més). * [[https://restfulapi.net/http-status-codes/|HTTP Status code]]: per definir l'estat de la connexió Referències teoria i documentació... objectes JSON: <file python api.py> from django.http import JsonResponse from polls.models import * #
- xpath
- Uf02 #DawMp04Uf02 #AsixMp04Uf02 Xpath}} XPath, [[http://www.w3.org/TR/xpath|recomanació del W3C]], és u... xt/xsl" href="dm-example.xsl"?> <catalog xmlns="http://www.example.com/catalog" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http:/
- django_frontend
- eferències ===== Referències: * Site oficial: [[http://djangoproject.com]] * [[Django]] en aquesta w... ollviews.index ), ... ] </sxh> Visita la URL http://localhost:8000/ on hauries de veure el contingu... ex'' , crea-la ara: <sxh python> from django.http import HttpResponse def index(request): ... ible la //view// index des de 2 URLs diferents: http://localhost:8000/ http://localhost:8000/polls/
- php
- r des de fa molts anys. La web de referència és [[http://php.net]] i on haurem de consultar de forma ofi... #php }} ===== Referències ===== * Web oficial: http://www.php.net * Curs de PHP bàsic a cacauet.org: http://cacauet.org/wiki/index.php/Curs_de_PHP * Refe... p 9 16:45:10 2021] PHP 7.4.9 Development Server (http://0:8081) started ... Ara podem apuntar el //
- cordova
- s: - Descarregar els arxius de la web oficial http://jquery.com - Utilitzar els repositoris onli... rap> <code bash>curl -H 'Accept:application/json' http://musicbrainz.org/ws/2/artist/5b11f4ce-a62d-471e-... es, el que solem conèixer per AJAX. Utilitzarem [[http://api.jquery.com/jquery.ajax/|AJAX amb jQuery]] q... ots veure una demo i explicació de com funciona a http://ieti.cat/cors/ [[https://ahorasomos.izertis.co
- apache2_en_debian_ubuntu
- 00}} {{tag> apache webserver servidorweb www web http https serveis #FpInfor #Daw #DawMp08 #DawMp08Uf01... ment podem veure si funciona accedint a la web: http://<ip_del_server> ...i t'hauria d'aparèixer un m... /zeus/public_html''''' apuntant el navegador a: http://<ip_del_server>/~zeus La "tilde" de la lletra ... mercuri.local des del client (browser) amb: <code>http://www.mercuri.local</code> - Configurar els ser
- libgdx_comunicacions
- rking|libGDX Networking doc]] per a comunicacions HTTP. * [[https://github.com/MrStahlfelge/gdx-websoc... 08Uf3 #DamMp08Uf03 jocs games}} \\ ===== Crides HTTP estàndard ===== Les realitzem mitjançant la [[ht... e/ws|llibreria WS per a NodeJS]]. --> Servidor HTTP + WebSockets amb NodeJS# Ens caldrà crear un pro... mkdir ws1 $ cd ws1 $ npm init $ npm install http ws Afegeix ''index.js'' i posa'l en marxa: $ n
- apache_dnie
- berseguretat apache webserver servidorweb www web http https serveis #FpInfor #Daw #DawMp08 #DawMp08Uf01... o podrem veure les dades del client. A aquesta [[http://web.archive.org/web/20160324032639/http://doku.locolandia.net/howto/apache-dnie-auth|web hi ha alguns... at utilitzat, ja que podria estar revocat: - [[http://web.archive.org/web/20160324032639/http://doku.
- android_threads
- a resposta remota. Posem aquest codi d'una crida HTTP en una funció ''getDataFromUrl'' que podem afegir... més [[https://www.twilio.com/blog/5-ways-to-make-http-requests-in-java|info sobre llibreries per a crides HTTP en Java]]. Si l'executem dins el ''MainThread'' ... (); if (resCode == HttpURLConnection.HTTP_OK) { in = httpsConn.getInputStre
- accedint_mongodb
- //request//. Això ens proveirà el que anomenem [[http://mongodb.github.io/node-mongodb-native/driver-ar... ) { console.log('Example app listening on http://localhost:3000 !'); }); }); // view: ll... s crear les plantilles ejs descrites més avall) http://localhost:3000 Prova la API amb la comanda: ... ) { console.log('Example app listening on http://localhost:'+PORT+' !'); }); }); </sxh> ===
- dockeritzacio_aplicacions_symfony
- funciona es pot carregar en un navegador la URL [[http://localhost:8000|http://localhost:8000]] El resultat hauria de ser: {{ :docker-symfony-1.png?nolink&6... r la pàgina al navegador amb la següent adreça: [[http://localhost:8000/inici|http://localhost:8000/inici]] <WRAP center round todo 60%> **Tasca 2:** Crea un
- python_web
- //Hello World// apuntant el vostre navegador a ''http://localhost:5000'' \\ ===== Avançant amb Flask ... diversos **punts d'entrada**. Ara podem entrar a http://localhost:5000/ i per http://localhost:5000/hello Com podeu veure a l'exemple, per crear un nou punt... ca. Per seguir, convé fer-li un cop d'ull a la [[http://jinja.pocoo.org/|documentació de les plantilles