Archive pour septembre 2014
Notepad++ : remplacer avec des sauts de ligne
Posté par D.E.S. dans Informatique le 25 septembre 2014
Tomcat 5 JAX WS LOG4J issue
Posté par D.E.S. dans Informatique le 16 septembre 2014
Keep a track of this issue : http://www.coderanch.com/t/603334/Web-Services/java/JAX-WS-Service-Deploy-Correctly
Fix summary:
- old log4j version (inside tomcat shared libs) removed
- persistence.xml changed <property name= »hibernate.dialect » value= »org.hibernate.dialect.MySQL5Dialect »/>
Java – bit operations… on integers….
Posté par D.E.S. dans Informatique le 16 septembre 2014
StackoverFlow:
- | OR : http://stackoverflow.com/questions/3312611/pipe-operator-in-java
- & AND : http://stackoverflow.com/questions/6409110/what-does-an-ampersand-mean-when-assigning-a-variable-java
« manual conversions decimal/base 2 »:
- http://www.wikihow.com/Convert-from-Binary-to-Decimal
=> preferred : (sumOf(prevDegitResult*2+digit))
eg. 1011 => 2*0+1 =1 / 2*1 + 0 = 2 / 2*2 + 1 = 5 / 2*5 + 1 =11 - http://www.wikihow.com/Convert-from-Decimal-to-Binary
=> preffered : reverse the remainders of (quotient/2) until quotient is 0 (ie. 1%2=1)
eg. 19 => 19%2= 1 / 9%2=1 /4%2=0 / 2%2=0 /1%2 = 1 => 10011
Windows : restore and copy
Posté par D.E.S. dans Informatique le 14 septembre 2014
In case I need it one day…
Here is the link : http://www.roadkil.net/program.php/P29/Unstoppable%20Copier
Le chemin vers le pouvoir des entreprises, la perte de souveraineté des Etats et de leurs lois…
Posté par D.E.S. dans Pertinent, Unexpected le 10 septembre 2014
Circulait au travail… A propos du traité de libre échange transatlantique (= les règles sont définies par les entreprise plus les Etats)
A vous de voir (littéralement, c’est une BD) : http://economixcomix.com/home/tpp-french/
Voir page 26 si vous n’avez pas le temps (avant dernière page)…
Hierarchical Enum in Java
Posté par D.E.S. dans design, Informatique le 9 septembre 2014
Note that post was written in 2010 : http://alexradzin.blogspot.fr/2010/10/hierarchical-structures-with-java-enums_05.html
Might be worth to re-explore the idea with new Java versions…
JSON LD : linking data through the web…
Posté par D.E.S. dans design, Informatique, sites web le 9 septembre 2014
Places to start with…
DOCKER – or app in a box / box handling environment
Posté par D.E.S. dans design, Informatique le 9 septembre 2014
Start here : https://www.docker.com/whatisdocker/
IE11 – compatibility mode… for legacy applications
Posté par D.E.S. dans Informatique, sites web le 9 septembre 2014
Here is a place to start with :
In a few words : can be set through
- « http header » – or –
- within the application HTML code with meta tags
cryptographie et quantique…
Posté par D.E.S. dans DIY, Informatique, Sciences le 6 septembre 2014
kesako ? vous vous dites à l’intitulé de cet article.
Source : http://blog.derouineau.fr/2011/07/informatique-quantique-et-cryptographie/
trouvé via : http://wiki.korben.info/chiffrement_et_steganographie#Introduction