Maybe you were looking for...

There are two elements in <template> when I creat a new Vue3 project, and my VScode warning

Guys i'm in the transition from vue2 to vue3. As i know in vue2 you can't put more than One element in <template></template> But when i create a n

How to make query api for email that I can find data email wise for different users from mongoDB with expressJs , nodeJs

I am new in backend development with MongoDB, NodeJS and frontend development with React-JS. I wanted to make an API endpoint that find the data from MongoDB an

How to respect encapsulation principles in c++ without making the code unefficient?

i am a noobie in c++ programming and i'm developing a project in c++. I am new to the all the OOP principles like encapsulation and inheritance, and due to this

PDOException: SQLSTATE[IMSSP]: error occurred translating string to UCS-2, using drupal 7 at azure and sql azure backend

I recently started setting up a drupal 7 website on Azure cloud using a web role and SQL azure backend. I was very much pleased until I hit a character set bric

Update Strategy with DD_INSERT

Why we use Update Strategy transformation with DD_INSERT however Informatica automatically inserts the data without Update strategy transformation? expecting th

C++ initalize class values after constructor

I have a class like this: class test{ private: anotherClass _someVar; public: test(){}; void load() { anotherClass _someVar = anotherClas

lag shift Funtion in Pyspark

I want to shift the number of orders by in range from 1 to 7. Here is my python code : def make_features(data, max_lag): for lag in range(1, max_lag + 1

Get rank for every column using dplyr

I'm trying to get a rank for every column in a dataframe. Ideal output (using mtcars as an example) would be as below but with the rank filled in for each colum

branching strategy for migrating microservices to Spring BOOT

We have following core services, all services are basically Rest end points providing business logic each service has its own repo and database. ServiceA Servi

Bootstrap - Uncaught TypeError: Cannot read property 'fn' of undefined

I'm using jquery, backbonejs, underscorejs and bootstrap for my company project. Sometimes I got this error in chrome. Uncaught TypeError: Cannot read prop