
Search In
Virtual LAN
The environment in which we work is changing everyday we met with changes. For changing locations and their offices will be a common and new thing for making projects.
We need lot of network administration for ma
Quality of Service in Network
Quality of Service is a control in the terms of bandwidth,delay,variance and the packet loss in the network service that is crucial for applications like Voice Over IP VOIP .
It provides
The ring topology is actually a logical ring, meaning that the data travels in circular fashion from one computer to another on the network. It is not a physical ring topology.
In a ring topology, packets are sent around the circle from comp
Xml to Json conversion:
Lets see with the help of example.
Following jars are required for conversion:
apache-commmons
json-lib
ezmorph
Suppose we have the xml file with name demo.xml with the following data:
<!--?xml ver
PHP has a large number of variable the are defined already.
PHP provide an additional set of predefined arrays containing variables from the web server.
PHP superglobal
1. $GLOBALS- It got the reference to every variable in the global scope.
<
The IRC stands for the Internet Relay Chat that is associated with the application layer in the TCP/IP model.
The chat process includes the client/server model of the network.
IRC are the programs that we can install into our systems
The List Server is mainly used to provide electronic mailing list in the software applications it is being used with the legacy systems software also which will allow the user to send the email to the list of persons, those users which are subs
Var vs Dynamic Keywords in C#
1) Introduction of these keywords
var was introduced in C# 3.0.
dynamic was introduced in C# 4.0.
2) Variable initialization
When a variable is declared as var type then the variable is to be initiali
If you want to put the invoice link and partner_id on the account_move follow the following code :
invoice_id = fields.Many2one('account.invoice', oldname="invoice")
partner_id = fields.Many2one('res.partner', string='Partner', index=True, ond
Hi All,
In many of our scenario's we intent to make ajax calls to get or post data. What if the session logged off before you made the ajax call, what will and should happen in this scenario. What will happen is the call will never be completed
