
Search In
Joke of the most capable for ED stew is generic viagra. It is qualified to purvey man a http://genericviagraunitedstates.com generic viagra names untiringly on into a stretch of 24-36 hours. The generic viagra shall be taken with water in the future
In iOS we can use Predicates in order to get fast response. Mostly iOS developers use Predicates in search functionality to filter it as user types in search bar textfield.
Let suppose you have an array named as youDataArray which contains string
Enum In java
In java we use of enum is not confined to declaring set of constants , introduced in J2SE 5.0, is useful when you want a variable to hold only a predetermined set of values. Just like a class, an enum can have constructors, methods
Now since most of the applications are using APIs for data communication between server and client, the requirement of converting files to Byte array has increased immensely.
e.g. If we need to Upload a zip file to azure blob then we need to convert
Method decorators is most important part of the Odoo, it method decorators provides the elements for managing two different API styles, which is "traditional" and "record" styles.
In the "traditional" style, parameters like the database cursor, user
If you want to add custom styles to your theme in OpenERP(Odoo) follow the below mentioned code in your .xml file: -
<xpath expr="/form/header/button[@name='action_quotation_send']" position='attributes'>
<
There are many times that we have some fields that were prefilled and we have to pass some value in the field. So, we first have to clear the textbox and then click the pass the desired text in the field.
Suppose we have to check the login functional
One of the most important topic that we encounter in java.
We can use static with class name, methods name, variables name and block.
Static keyword mainly used for memory management.
Static variable
Static variable takes memory only once whe
Asp .Net MVC HTML Helpers :--
HTML helpers helps to render HTML controls (Like TextBox, label,Checkbox etc) in the view.Suppose you want to display a TextBox and Label on the view,you need to write below html helper code in view:--
@Html.TextBox("
Inheritance is one of the most important concept of OOP. In inheritance one class works as a base class for one more than one class. In this derived class inherits all the properties and methods of base class.
Inheritance makes our work easier, by w
