| |
|
 |
| |
Faites que votre tableau soit toujours une ouverture au monde
[Leonardo da Vinci]
|
| |
| SQL Server |
Génération d'un script SQL à partir d'une sélection:
select 'insert Gazet values(0,'''+Placename+''','+convert(varchar,Longitude)+','+convert(varchar,Latitude)+',200,NULL,46,0,60,0)' from Gazet
Document d'introduction à SQL-OSQL
|
| UNIX |
Commandes et informations principales ---> http://cyberzoide.developpez.com/unix/sys.php3
Basic VI Commands ---> LINK
FTP autologin & batch using .netrc ---> LINK
Search and Replace a string in all files within a directory recursively -->
grep -rl 'string1' mydirectory/ | xargs sed -i 's|string1|string2|g'
This will consider all the files present in the 'mydirectory' folder (recursively) containing the string 'string1', and change it into 'string2'.
|
| WINDOWS |
ipconfig /all, /release , /renew --> http://www.microsoft.com/resources/documentation/
|
| HTML |
|
To activate the "impression" pop up directly when loading a page --> add onload=print() within the body tag.
|
| Divers |
Partage de bureau à distance --> http://www.teamviewer.com
|
| © [Ka:nt] |
 |
|
|