
Search In
Hi Team
i am struggling to implement two things on this class,
1) to define a property when creating a modifier for using std::map<K, V> that one K is an int and V string.
2).how to create a test function inside a class?
- this clas
Companies and business have to collect a large quantity of data to see how their products or services are doing in the market and how they can improve and create more impact in the market. They would also collect data on gaps in the market so they ca
In OpenERP first we create users and configure users access rights, then user will create a new filter, use filter group and also add a new ir.rule entry for model_id and domain on the target group_id. If restrict is True then instead of adding a rul
Creating Seamless Pattern
Step 1: Open up your document
Firstly We need to open a new document with size 300px * 300px.
We need to create a rectangle on art board with size as same as artboard size.
Step 2: Make and p
In Drupal 8, all the custom modules will go in the module folder in the root directory.
Here are the steps to create a simple custom module to print hello world in Drupal 8:
Step 1. Create 'mymodule' folder under modules folder in t
Hammer.js is a open-source library used for identifying touch gesture, mouse events and pointer Events. It is a standalone library .
link for downloading library
http://hammerjs.github.io/dist/hammer.min.js
Below is the code snippet to use the hamm
To check mod_rewrite enabled or not you need to follow the following steps:
Create a php file on to your server and call phpinfo() function to that file.
Now access the file using your Browser.
Inside apache2handler you will find a field Loaded Mod
Hello Reader's! if you need to detect whether the webpage is being refreshed by using Javascript you can do this like the example below:-
function CheckRefresh() {
if(document.cookie.indexOf('mycookie')==-1) {
// cookie doesn't exist, create i
Low level sql is the cursor for the current database transaction and allows executing SQL directly, either for queries which are difficult to express using the ORM
For example you can take idea from below code-
self.env.cr.execute("some_sql", param1
If you want to use model reference in OpenERP(Odoo) follow the below mentioned code and paste it in your (Python).py file: →
class openerp.models.Model(pool, cr)
class user(Model):
Note-Above code are created by inheriting from this clas