
Search In
Without database any application is almost redundant. So this post might help you to setup access to MySQL database on Ubuntu.
Firstly you need to open up the MySQL server config file present at
/etc/mysql/my.conf
and search for the line
bind-a
Sometimes we need to hide or show TabBarController from the bottom of the screen then we can just use following functions to do so...
In AppDelegate or Singleton class
for .h class :-
- (void) showTabBar:(UITabBarController *) tabbarcontroller;
- (
UIScrollView has a property called scrollsToTop which sets y of content offset of scrollview to zero on tapping the statusbar. But there might be situation when this functionality does not work.
According to apple documentation "The scroll-to-top ge
Objective:
In this article we will explain what are the REST Attributes of WCF service and there usage.
Here WCF Stands for Windows Communication Foundation
WebServiceHost: This is a class which is inherited from ServiceHost Class. ServiceHost cl
Welcome back to "Part 5 - Types on Mask in Photoshop".
Hello Guys !! In this Blog iam gonna tell you about Adjustment Layer Mask.
OK Let's get started.
Question 1: How to apply Adjustment Layer Mask?
Adjustment Layer Mask is an another type of mas
Hello readers!
Here is demo of HTML5 page structure. In this structure we are using semantic elements, so its also called Semantic HTML5 Page Layout.
Semantic Elements :- In many website we see html write like shown below-
<div class="header"&
BeanPostProcessor :- It is an interface that defines callback methods by which you can provide your own instantiation logic and your own custom logic before and after the bean creation. along with this you can perform some additional logic or your
Destruction Methods:- the destroy method of spring bean container
it can specified a method that is called just before a bean is removed from the spring container.
Address.java
package com.chandan;
public class Address {
private String
Destruction Methods:-The destruction method of a spring bean container is called when bean is removed from the spring container.
Example:
Address.java
package com.chandan;
public class Address {
private String city;
public Address
Openerp contain different types of fields and these Fields are divided into three different categories, they are simple fields, relation fields and functional fields.
So lets discuss this one by one-
1. Simple Fields- The simple types are integers, f