
Search In
Below are some linux basic questions which are generally asked by the interviewer.
Question1: what we must check first if we get, “can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’” on typing at shell prompt “mysql”?
Answ
If we want to print data in the form of table in html we use TABLE tag. Table contain rows and columns.
For creating rows in table we use
tr tag with in table tag.
For creating columns in table we use
td tag with in tr tag.
Syntax
<table>
Model View Controller is abbreviated as MVC. MVC is the popular web design architecture because it separates the business logic from its view or presentation.
It has three components:-
Model- an object carrying data.
View- visualization of data t
We can use php and html to upload the file to the server.
Initially the file are added to the temporary folder and then are transfer to the server by using the script.
phpinfo.php define the temporary file that is used for the upload.
The fi
To create marquee effect first set scroll view either via storyboard or via code
Here in this example I am setting up scroll view via code.
declare these variables
UIScrollView *scrollView;
NSTimer *timer;
In the below example code I have Created a RecyclerView. In RecyclerView I have added CardView Item Alternatively like Chat app .
First Item is on left, second is on Right. In Adapter class I have used boolean type, variables(changeLayou
Json.Net is a popular high-performance JSON framework for .NET
Features of Json.NET :
1. It provide JSON serializer for converting between .NET objects and JSON
2. It supports Binary JSON,XML to JSON, JSON to XML, LINQ to JSON c
In this post, you will get to know of integrating in app purchases in your cordova application.
cordova-plugin-inapppurchase is used to add in app purchases into your application for both android and iOS platform.
Installing the plugin:
$
Discussion on CakePHP 3.0
Welcome to FindNerd. Today our discussion is based on cakePHP. We all knows CakePHP has been launched its version with bulk of changes. If you check CakePHP3 then you can see lots of changes, changes in concept, fil