
Search In
To convert a byte array to hexadecimal string we use a following two methods:
Method 1:
In first method we use a BitConverter.ToString( Byte[] )
This method convert the define array of bytes to the hexadecimal string format.
Synta
find method: The find method is used to find the particular object that matches with the parameter supplied to it.
article = Article.find(11) #It is used to find the article whose primary key is 11.
# => #<Article id: 11, name: "Rahul"&
Date Time Api in Java 8: Java 8 introduce with new Date Time API. which is much simpler than the old date time api and reduce the overheads faces in the old api some of the changes are describe below in new date time api.
1. LocalDate/LocalTim
This article demonstrates about some PHP functions which can be used to divide an array into smaller arrays. The list and details of each function are given below :
1. array_chunk() :
array_chunk() splits an array into smaller chunks(arrays) of spe
Welcome to Findnerd. Today we are going to discuss one of the wordPress function of widget api, the_widget(). Basically wordPress widget is nothing but a PHP object. Whenever widget() function is called, data displays on the page. If you work i
In OpenERP first, we create a module and then inherits to the delegation and views both in your own module.
Follow these step shown below
Step1- First we create a module like as: test and then create a test.y file in an own module and pass this fil
Hello reader's, Today in my blog I will discuss about the merging an array using JavaScript.
Basically the term “Merge” means to combine or join two array into a single array.
In JavaScript , for merging arrays it us
Hi Readers,
This blog is to help you to understand how insertion sort works. Insertion sort is a simple sorting algorithm which is good to sort short list.
Real life example of insertion sort is sorting of playing cards, Like we pick a card and put
The serialize() method of jquery is useful when we have to send a query string to sever in ajax request.
It can encode all the form elements as a string by serializing the form values.
This method does not accept any arguments.
The .serialize() metho
Hello Readers
The slide Toggles (slideToggle()) method is use toggle between slideUp() and slideDown() for the selected elements like(div, paragraph, etc..).
This blog post will help you with displaying the navigation menu items in a dropdown
