Dopo mesi che avevo il termostato della mia caldaia rotto mi son deciso a prendere un Arduino, almeno la programmo come voglio, la accendo e spengo via Internet e posso avere più sensori di temperatura nelle diverse camere (mi posso pure accorgere se ho lasciato un finestra aperta). I componenti di questo nuovo termostato sono…
Leggi tutto
Configure ubuntu 9.10 with Terratec Cinergy T2 to view DVB on your pc is soo simple, and the recording is in incredible quality. To view and record TV i have choose Kaffeine that is simple, rapid and stable. First connect your Terratec T2 DVB to your usb port on your computer, after that verify with…
Leggi tutto
[lang_it] Linguaggio : Borland Delphi 7 Sistema Operativo : Win Xp Pro Come premessa a volte è necessario rendere l’applicazione che si stà sviluppando il più flessibile possibile. Per evitare di avere migliaia di personalizzazioni per migliaia di clienti. Una cosa che può aiutare in questo è la modifica banale di alcune proprietà dei componenti…
Leggi tutto
PLSQL is a world …. and Oracle an incredible RDBMS, so if you want to produce XML from query or manage XML inside your PLSQL Trigger or Procedure you can in different ways …. One of the most simple way is using the Oracle function to do that, like :
1 2 3 4 5 |
SELECT sys_xmlgen(pk_id) from sellers; SELECT XMLELEMENT("MAH", XMLELEMENT("pk_id", e.pk_id ||' '|| e.cod_fiscale), XMLELEMENT ( "miamail", e.email)) AS "result" FROM sellers e; |
only with this piece…
Leggi tutto
Hello folks, Today i will show you a complete working REST example with Glassfish V3. I am very happy of the new java EE 6 specification that brings me to use EJB technology. Before now i never used EJB cause there was too much complexity in configuration. Now you have to use only few annotation and…
Leggi tutto
We have two internet connection, the servers must use by default router A, clients machine use router B. All the computer have to be reachable in the local network. We cannot modify configuration of router B that expose DHCP. Our “not so elegant” solution is to map router A in the same network of router…
Leggi tutto