NapTechnn's
Thursday, May 2, 2019
How to solve network sharing problem (There is no folder)
Press windows + r
type services.msc
Select Standard
Goto Dns Client
Select Automatic
Goto Function Discovery Resource
Select Automatic
Goto SSDP Discovery
Select Automatic
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
PHP THREE
Add column in sql
Alter table "Table_Name" Add 'New_Column_Name' 'Datatype'; alter table product Add quantity bigint;
PHP 2nd class Add Code
<?php if (isset($_POST['Add'])){ $a = $_POST['num1']; $b = $_POST['num2']; $c = $a + $b ...
What is .Net Framework?
Ans: The .Net Framework is an infrastructure that enables building, deploying and running different types of applications and services using...
No comments:
Post a Comment