Tags: affichage

Sort by: Date / Title /

  1. 2 weeks ago by cyo
    1. On peut afficher les dernières lignes d’un fichier ou afficher en continu les ajouts à un fichier, ce qui peut être très utile pour surveiller un fichier de log (anglais: logfile), respectivement:
    2.  
    3. tail nom_fichier
    4. tail -f nom_fichier
    5.  
    6. Dans ce dernier cas, on interrompt la commande avec CTRL-C.
  2. 7 months ago by cyo
    1. echo Propel::getConnection()->getLastExecutedQuery();
  3. 7 months ago by cyo and saved by 1 other
    En utilisant la commande "eval()" ou "getEval()" et "this.browserbot.getCurrentWindow().", on peut interagir avec le code Javascript de la page en cours.
    1. Exemple pour afficher la valeur d’une variable qui se nomme "maVariable" :
    2. <tr>
    3.         <td>eval</td>
    4.         <td>javascript{alert(this.browserbot.getCurrentWindow().maVariable)}</td>
    5.         <td></td>
    6. </tr>
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)