
Search In
JavaScript String concat() method : To join one or more strings we use the concat method in JavaScript String.
Syntax of concat method :
string.concat(string1, string2, ..., stringX)
In the above syntax you can pass any number of parameters one
In rails it is possible to to view Routes for a particular resource or Controller .
It can be done in the following ways :
1>
rake routes CONTROLLER=name_of_controller
ex:-
rake routes CONTROLLER=users
<2>
rake routes
A program on C language without using subtraction operator is done by taking the numbers 2's complement and then add it to another number.
#include<stdio.h>
int main(){
int a,b;
int sum;
int complement=0;
printf("Enter any
To create Unit Of Measure(UOM) in openerp first install sale module and go to sale module menus in openerp and following these step given below
Step-1 go to Sales → Configuration menu and click it.
Step-2 then go to Configuration ‣ Settings-> Pr
To achieve the oldest cache time first you have to install point of sale module and inherit the pos_config class in your own module and fetch cache ids in pos_config class and then use this function in your own module.
@api.depends('cache_ids')
Activities in risk management are as follows:-
1.) Risk identification,
2.) Risk prioritization and
3.) Risk treatment
1.) Risk identification:- Risk identification is majorly dependent on the project scope.
It is often carried forward with differ
Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js
HTML
<input type='text' id='
In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes . see below python code and use it in .py file :
def fields_get(self, cr, uid, fields=None, context=None):
res = super(accoun
Hello friend's
If you want to create a Call State function in Android see the below code example. Here I have used TelephonyManger method to get the information of call state And I have used PhoneStateListener. In AndroidManifest.xml I have added P
The HTTP response consists of the status line, which is the first line of the response to the request and it contains a code along with a human readable phrase. The code is intended to be used by the user agent or the software agent for handling t
