In excel, when you you copy the cells, it will save as image in clipboard
Online Home of Yash Kapoor
Online Home
Wednesday, October 29, 2025
Tuesday, October 28, 2025
How to block or unblock css in website in chrome - How to change agent of chrome
> Go to chrome developer tools
> Go to Network Tab
> Click on CSS, JS, ALL
> Press CTRL + F5 Key and you will see files. You can block that files.
> And you can change slow 4g or fast 4g or you can change agent in Chrome.
How to record website in chrome
>Open developer tools
> Click on Recorder
> Click on Create recording
> Click on Start recording.
> Click on website and when you click on buttons and anywhere it will save.
>You can import, export and delete the recordings.
>It will save as JSON file.
>Click on play recording to play.
Friday, October 3, 2025
if statement in MySql - if condition in MYSql - if in MySql
select IF(0 > 0, 'True', 'False') as message;
if exist drop and create database in MySql
create DATABASE IF not EXISTS test2;
drop DATABASE IF not EXISTS test2;
Subscribe to:
Comments (Atom)