
Search In
While performing the CRUDE operations like insert delete update in the database we make use of the functions provided by the SQL classes.
Mostly we use ExecuteNonQuery function for the CRUDE operations but we need to unders
Step-1 Install partner_res module.
Step-2 After that, install partner_res module.
In below example, I have customised partner_report module. You can directly use the below partner_res module in your addons and run in Odoo server.
import time
fro
Welcome to FindNerd. Today we are going to discuss the process for building the command-line tools for your application. If you are reading our blogs on daily basis then you must have a good command on nodejs. We have explained different modules avai
In JSTL, the functionality if-else is provided by choose-when-otherwise statement .
<c:choose> tag is an enclosing tag for <c:when> and <c:otherwise>. And it is also known as mutual exclusion as only a block of code within the
Instance Initializer Block:
There are two types of data members: static and instance data members.
Instance data members are those that belongs to instance of a class. i.e objects. Here comes the role of instance initializer block. It is used
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to send email in PHP.
In web applications sending email is a very important feature.
PHP provides a built-in mail() function for creating and sending emails to one or mo
Servlet Filter is a unique concept of java technology, which intercept to Http repuest in web application. It's can intercept Http request for servlets, JSP's or other static contents.
Filter's, In which servlet filter's doesn't dependent on each ot
Hi All,
Though leverage browser caching reduces the load times of pages by storing commonly used files from your website on your visitors browser but sometimes, we need to force application to clear Cache (or System.Web.HttpRuntime.Cache), many ways
This is where I'm getting the error. I just want to ask what should I do, to make this code running. I'm building a chatbot using tensorflow. And mostly the error is encountered in the if-else statements. So please have a look at it. And let
UNITY
Unity is a cross-platform game engine developed by Unity Technologies. It is used to develop games
for web plugins, desktop platforms, consoles and mobile devices.
It is use to develop games for all the mobile devices such as Android, IOS, Wi
