Articles

Affichage des articles du septembre, 2018

Comment changer le password d'un compte windows

Comment changer le password d'un compte windows  Etape 1: Ouvrez CMD en mode Administrateur Etape 2: Tapez NET USER, Une liste d' utilisateur va s'afficher, Etape 3: Tapez NET USER suivit du nom d'utilisateur puis * Exemple: NET USER BLOGGER* Etape 4: entrez le nouveau mot de passe Etape 5 : enter, pour valider.

How to change account password in Windows PC using CMD

How to change account password in Windows PC using CMD Step 1: open cmd as Administrator Step2: Type: net user , All user are shown in the panel Step 3: Now type net user [Username] follow by * Example: net user blogger* Step 4: Enter your password Step 5: Hit enter to validate.

Comment prendre les données d’un formulaire EXCEL pour les ajoutées dans une base de donnée MYSQL ? EXCEL a MYSQL

Image
       Comment prendre les données d’un formulaire EXCEL pour les ajoutées dans une base de donnée MYSQL ? EXCEL a MYSQL Etape1: Installer Wamp server sur le PC Etape 2: C r ée   un fichier excel appel é  le try.csv ce fichier contient le champs name et email , peupl é  ce champs de valeur,  puis sauvegarder le dans le meme dossier ou se trouve le script et le library PHPEXCEL:  https://www.dropbox.com/s/ncnvkhbsrs79w98/PHPExcel.rar?dl=0 Etape 3: Note : il faut que le library PHPEXCEL soit dans le même dossier que le script Voici le script (code) PHP permettant de prendre les données dans un fichier Excel( try.csv ) pour les mettrent dans une base de donnée : <?php $connect = mysqli_connect("localhost", "root", "", "test");   //$file = $_FILES["excel"]["$absolute_path"]; // getting temp orary source of excel file   include("PHPExcel/IOFactory.php"); // Add PHPExcel Library in th

Life hack computer, Technology hack, Geek Hack

Image
Brought to you by:  www.ddroid509ht.com

Commen changer le thème IntelliJ en Dracula (noir et blanc)

Image
Comment changer le thème IntelliJ en Dracula (noir et blanc) Étape 1: Dans le type INTELLLIJ: CTRL + ALT + S Étape 2: Maintenant, allez aux apparences Étape  3:Maintenant, allez dans thème, Étape  4: sélectionnez maintenant DRACULA Étape  5: Maintenant  , clic ok !!!  You have difficulties to complete this tutorial? Feel free to download this mobile app and chat with me in  Message button . I am always available: https://play.google.com/store/apps/details?id=jbej90.automation.test.haitiangeek

How to change IntelliJ Theme to Dracula(Black and White)

Image
How to change IntelliJ Theme to Dracula(Black and White) Step 1: In INTELLLIJ  type: CTRL + ALT +S Step 2: Now go to appearances  Sep 3: Now go to theme,  Step 4: Now select DRACULA Step 5: now , clic ok !!!  You have difficulties to complete this tutorial? Feel free to download this mobile app and chat with me in  Message button . I am always available: https://play.google.com/store/apps/details?id=jbej90.automation.test.haitiangeek

How to connect to an ONLINE FTP SERVER using Command Prompt(CMD)

Image
How to connect to an ONLINE FTP SERVER using Command Prompt(CMD) Today we gonna learn how to connect to an online FTP SERVER using command prompt no browser needed .  Step 1: Open Command Prompt  * Windows Flag + R, type CMD  Step 2: Now type this command follow by the name or IP of your FTP SERVER :  FTP  XXX .XXX.XX.XX Step 3: Enter your username   Step 4: Enter your password Step 5: now type: dir   to list all the file in your FTP SERVER Step 6: Type:  CLOSE   to disconnect  You have difficulties to complete this tutorial? Feel free to download this mobile app and chat with me in  Message button . I am always available: https://play.google.com/store/apps/details?id=jbej90.automation.test.haitiangeek

How to automatically move files from one folder to another folder on windows using TASK SCHEDULER

Image
How to automatically move files from one folder to another folder on windows using TASK SCHEDULER In this tutorial we going to learn how to automatically move multiples files from a directory to a another directory.  Let's say we wanna move thoses 3 folders : download.xls , download(1).xls , download(2).xls in download(C:\ drive) folder with path:   C:\Users\jbej90-pc\Downloads\ IN folder which is in E:\ drive .  Step 1: Create a .BAT file using notepad, name it: moveExcel.bat   * WINDOWS FLAG + R, type notepad, hit ENTER  * Once notepad is open. *Type this command: start move C:\Users\jbej90-pc\Downloads\*.xls e:\excel NOTE: replace jbej90-pc by the name of your pc To verify the name of your pc: 1) Open cmd 2) type: HOSTNAME * Now save this files on your computer  Step 2: Open TASK SCHEDULER   * WINDOWS FLAG + R (RUN) * Type:  taskschd.msc Step 3: Now create a basic task *Clic on TASK SCHEDULER LIBRARY * Clic create basic ta

Auto Open a HTML Webpage in Task Scheduler in WINDOWS(7,8,10)

Image
In this tutoriel you going to learn how to open automatically  a HTML Webpage in TASK Scheduler in WINDOWS (7,8,10). Video tutorial can be found below  Step 1: Open run  and type:  taskschd.msc Step 2:  Now clic on TASK SCHEDULER LIBRARY Step 3: Clic on Create Basic Task  Step 4:  Give the TASK a name and a Description and Clic on NEXT Step 5: In the next page that appear , choose DAILY and clic on NEXT  Set the time , add 5 minutes from you current  computer time. Step 6: In the next page that appear select Start programm an clic on  next Step 7: Now select the .BAT [PATH]  file from where it stores in your computer, in our case it's: E:\openWeb.bat Step 8: Now clic on next , in the next page select RUN WITH HIGHEST PRIVILEGES Step  9: Clic OK, and in the dialog that appear type your windows password to Valide. ET VOILA, Now what for the time you set until the WEBPAGE show up. Didn't get it? Watch this tutoriel video to have an idea .

Date cannot insert into mysql php Database EXCEL

Image
Date cannot insert into mysql php Database EXCEL  This is what to do: Right Clic on the date column Select Format cell then clic on Date In TYPE box , select Afrikaans LOCATION                                                                              Select YYY-MM-DD type Clic ok to validate.