Resultats de text complet:
- syntax @wiki
- supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use ... is page by pressing "Edit this page". If you want to try something, just use the [[playground:playgrou... raphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can
- android_camera
- era-deprecated/photobasics?hl=en#java|Article "photo basics"]] oficial d'Android. Cal llegir-lo en ang... cridar a l'altra app, la qual ens retornarà la foto com a dades (thumbnail) en el retorn del Intent, ... ersió //full-size//**: per poder disposar de la foto a tamany complert cal donar permís a la App Camer... era-deprecated/photobasics?hl=en#java|tutorial Photo Basics oficial d'Android]]. A l'inici diu que est
- cluster_hardware_amb_pacemaker_i_corosync
- ork interfaces available on your system # and how to activate them. For more information, see interfac... nterfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network ... ork interfaces available on your system # and how to activate them. For more information, see interfac... nterfaces.d/* # The loopback network interface auto lo iface lo inet loopback # The primary network
- welcome @wiki
- ====== Welcome to your new DokuWiki ====== Congratulations, your wiki is now up and running. Here are a few more tips to get you started. Enjoy your work with DokuWiki,\... == Create your first pages ===== Your wiki needs to have a start page. As long as it doesn't exist, t... d help with using the syntax you can always refer to the [[wiki:syntax|syntax page]]. You might also
- hibernate
- WORD hibernate.show_sql=false hibernate.hbm2ddl.auto=update </code> == La configuració de "hibernate.... e.db hibernate.show_sql=false hibernate.hbm2ddl.auto=update </code> ==== Configuració de Hibernate, a... id") @GeneratedValue(strategy=GenerationType.AUTO) // L’id es genera automàticament private long... ble ex) { System.err.println("Failed to create sessionFactory object." + ex);
- webscraping_apache
- if download: image_file_name_to_save = nom_directori + "/" + image.split("/")[-1] print(image_file_name_to_save) image_file = open(image_file_name_to_save, "wb") image_file.write(download... capaç d’obtenir les dades EXIF que hi ha en una foto, així, podem saber la data en que es va fer la fo
- dockeritzacio_aplicacions_symfony
- in/console make:entity Class name of the entity to create or update (e.g. TinyGnome): > Paraula c... this command. New property name (press <return> to stop adding fields): > paraula Field type (enter ? to see all types) [string]: > string Field length... perty? Enter the property name (or press <return> to stop adding fields): > Success!
- android_speech
- a speech parla TTS STT}} \\ ===== Síntesi: Text to speech ===== Una funció interessant per a les nos... etitzador de veu d'Android, amb la llibreria Text-to-Speech. Així podem fer-li parlar qualsevol cosa, ... tps://www.tutorialspoint.com/android/android_text_to_speech.htm|Tutorial per utilitzar Text-to-Speech en Android]]. - [[https://developer.android.com/re
- websockets_java
- } if (text.compareTo("exit") == 0) { client.running = ... issatge: " + message); if (message.compareTo("exit") == 0) { System.out.println("E... e la llista de ids"); System.out.println("to(id)missatge per enviar missatges privats"); }... tln("Default server url not specified: defaulting to \'" + location + "\'"); new WsGuiClient(
- mysql_aes
- 'aes-256-ecb'; create table usuaris ( id int auto_increment primary key, nom varchar(100), email ... losalt" haurien de ser strings aleatoris insert into usuaris values(1, "pepa", "[email protected]", SH... 2), AES_ENCRYPT("pepasalt","pepapass")); insert into usuaris values(2, "manolo", "[email protected]", ... lues(id_invitacio,id_usuari,id_enquesta) insert into invitacions values(10,1,11); insert into invitaci
- git
- itut, visualitzarem la web i afegirem la nostra foto i el nostre profile (arxiu HTML que es mostrarà quan cliquem sobre la foto). Si ets alumne de l'Esteve Terradas pots seguir... comprova que funciona. Veuràs que al clicar la foto d'un alumne apareix el seu "profile". - Afegeix la teva foto a la carpeta ''img/'' i el teu HTML a la carpeta
- jenkins_django
- entified by "admin123"; mysql> grant all on *.* to admin@localhost; mysql> flush privileges; ===... on.exceptions.WebDriverException: Message: Failed to decode response from marionette selenium.common... eptions.InvalidSessionIdException: Message: Tried to run command without establishing a connection s... on.exceptions.WebDriverException: Message: Failed to convert data to an object En [[https://stackover
- java_lectura_escriptura_xml
- ppendChild(elmRoot); Element elmTo = doc.createElement("to"); elmTo.appendChild(doc.createTextNode("John")); elmRoot.appendChild(elmTo); Attr attrId = doc.createAttri
- nodejs_express
- carpeta anomenada ''public'' i posa-hi dins una foto anomenada ''foto.jpg'' Aleshores afegeix aquesta línia de configuració al codi: app.use(express... ió com si fós una URL: [[http://localhost:3000/foto.jpg|http://localhost:3000/foto.jpg]] Fixa't que la carpeta ''public'' té preferència perquè està con
- integracio_de_django_amb_react
- # create a serializer class and # assign it to the CustomerSerializerclass serializer_class ... ts seguir aquest [[https://www.cyberithub.com/how-to-install-the-latest-version-of-node-js-on-ubuntu-d... } refreshList = () => { axios //Axios to send and receive HTTP requests .get("http:/... y(item)); if (item.id) { // if old post to edit and submit axios .put(`http://