20:37, 6 February 2012 Rpm (hist) [265 bytes] Aero(Talk | contribs)(Created page with "==Management de paquets== ====Installation d'un rpm==== $ rpm -ivh package.rpm ====Désinstallation==== Trouver le nom exact du package installé, le fichier ne suffit pas. $...")
15:14, 22 January 2012 Rbenv (hist) [1,133 bytes] Aero(Talk | contribs)(Created page with "Installation de '''rbenv''' source : http://rubysource.com/up-and-running-with-rbenv/ ==Setup== cd git clone git://github.com/sstephenson/rbenv.git .rbenv echo 'export PATH=...")
11:05, 15 December 2011 Ant (hist) [101 bytes] Aero(Talk | contribs)(Created page with "==Ecraser des propriétés à l'exécution== $ ant -D{maCle}={maValeur} {target} Category:Memos")
11:07, 21 October 2011 Bash (hist) [236 bytes] Aero(Talk | contribs)(Created page with "==Réutiliser la paramètre de la dernière commande== Utiliser : '''!$'''<br /> Exemple: ~$ ls /tmp ~$ cd !$ /tmp$ Category:Memos")
10:56, 21 October 2011 ExportEclipseProject (hist) [805 bytes] Aero(Talk | contribs)(Created page with "==Description== Automatiser l'export d'un projet sous eclipse en tenant compte des fichiers à exclure. ==build.xml== <?xml version="1.0" encoding="UTF-8" standalone="no"?> ...")
22:27, 19 October 2011 ZF helper (hist) [178 bytes] Aero(Talk | contribs)(Created page with "* Accès à la View à partir d'un View_Helper et donc aux autres View_Helper Simplement en utilisant : $this->view->{helper_name}() Category:ZendFrameworkCategory:Php")
09:44, 9 October 2011 Eclipse memos (hist) [163 bytes] Aero(Talk | contribs)(Created page with "==Formattage Xml, un attribut par ligne== [Window] -> [Preferences] -> [XML] -> [XML Files] -> [Editor] -> check "Split multiple attributes..." Category:Memos")
23:30, 8 October 2011 Android snippets (hist) [946 bytes] Aero(Talk | contribs)(Created page with "==Lecture des balises "meta-data" du manifest== ''AndroidManifest.xml'' <meta-data android:name="myName" android:value="myValue" /> ===Meta-data de la balise "Application"=== ''...")
17:04, 8 October 2011 Centos6 (hist) [113 bytes] Aero(Talk | contribs)(Created page with "Utilisation du cron classique yum remove cronie-anacron yum install cronie cronie-noanacron Category:Memos")
12:43, 7 October 2011 Android troubleshooting (hist) [397 bytes] Aero(Talk | contribs)(Created page with "===Impossible de lancer une Activity, à partir d'un BroadcastReceiver=== ... ERROR/AndroidRuntime(718): Caused by: android.util.AndroidRuntimeException: Calling startActivity()...")