View css for web- and maillinks //work in IE7 IE8b2 FF2 FF3 SF3.1 OP a { padding-right: 15px; background: url(extern.gif) right no-repeat; } a, a {...Read More
View VBScript : How to check if a folder is empty Option Explicit Dim oFS : Set oFS = CreateObject("Scripting.FileSystemObject") Function FolderEmpty(strFolderPathName) Dim oFiles, oFile, oFolder, oSubFolders, oSubFolder Dim blnFileFound : blnFileFound = False Set...Read More
View ver la version mysql #terminal C:\>mysql -uroot -p mysql> SELECT version(); # cliente mysql SELECT version();Read More
View Somme d’une colonne avec AWK Par exemple, pour connaitre la place utilisee en memoire par le processus apache2 : ps -ely | grep ‘\<apache2\>‘ | awk ‘{SUM += $8}...Read More