Trending questions in Edureka Community

0 votes
2 answers

How to pass variable to next page using php?

Simply use Sessions my friend Page1: session_start(); $ ...READ MORE

Oct 6, 2020 in Laravel by anonymous
• 140 points
15,596 views
0 votes
1 answer

Gradle - Error Could not find method implementation() for arguments

Hello @kartik, Make sure your gradle version 3.. or ...READ MORE

May 26, 2020 in Java by Niroj
• 82,840 points
21,217 views
0 votes
2 answers

CreateBucket operation: InvalidBucketName

Baranaghasemi READ MORE

Nov 8, 2022 in AWS by Baranaghasemi

edited Mar 5 13,654 views
0 votes
2 answers

How to select the nth row in a SQL database table?

SELECT * FROM ( SELECT ID, NAME, ROW_NUMBER() ...READ MORE

Apr 23, 2020 in Database by anand
• 140 points
27,099 views
0 votes
0 answers

React native pressure sensitivity pen-tablets

I want to create a cross-platform app(mobile ...READ MORE

Sep 28, 2021 in Software Testing by anonymous

edited Mar 4 64 views
0 votes
2 answers

What does cherry-picking a commit with Git mean?

To answer your question, Cherry Picking in ...READ MORE

Feb 8, 2022 in Git & GitHub by Rahul
• 9,680 points
3,136 views
0 votes
0 answers

How to Get job after long Gap

I am 2014 passout .Have qualification in ...READ MORE

Sep 28, 2021 in Others by anonymous

edited Mar 4 50 views
0 votes
2 answers

How to know Hive and Hadoop versions from command prompt?

Hi, Hadoop and hive have their individual commands. ...READ MORE

Dec 18, 2020 in Big Data Hadoop by akhtar
• 38,260 points
12,822 views
0 votes
0 answers
0 votes
1 answer

Dart_LoadScriptFromKernel: The binary program does not contain 'main'.

save the code and it will be ...READ MORE

Jun 8, 2022 in Others by anonymous

edited Mar 5 3,861 views
0 votes
0 answers

IndentationError: expected an indented block

I am getting IndentationError: expected an indented ...READ MORE

Sep 27, 2021 in Python by Saanidhya

edited Mar 4 50 views
0 votes
2 answers

Difference between primary key a composite key

candidate  key: It is the collection of ...READ MORE

Oct 14, 2020 in Database by anonymous
31,615 views
0 votes
1 answer

How to send data in request body with a GET when using jQuery $.ajax()?

Hello @kartik, Sending the data in your scenario,I ...READ MORE

Jun 18, 2020 in Java-Script by Niroj
• 82,840 points
20,121 views
0 votes
0 answers

Do anyone know how to setup jenkins multimaster on gcloud?

I was try to setup jenkins multimaster ...READ MORE

Sep 26, 2021 in Jenkins by Sanjay

edited Mar 4 59 views
0 votes
1 answer

How to convert BeautifulSoup object to string?

You can do this by directly type ...READ MORE

Apr 4, 2019 in Python by Ashu
39,142 views
0 votes
0 answers

Can i ask how to do this?

Create a program that accepts an input ...READ MORE

Sep 26, 2021 in Java by anonymous

edited Mar 4 46 views
0 votes
1 answer

How can I handle multiple keyboard keys using Selenium Webdriver?

Hey Jasmine, there are a few ways ...READ MORE

Jun 25, 2019 in Selenium by Raj
35,608 views
0 votes
1 answer

Uncaught ReferenceError: rbi is not defined at HTMLInputElement.onclick

Hello, Just exclude the line rbi() and try ...READ MORE

Nov 2, 2020 in HTML by Niroj
• 82,840 points
14,157 views
0 votes
3 answers

MySQL "Could not create connection to database serve" error

Pls check that you have MySQL server ...READ MORE

Jul 3, 2020 in Database by anonymous
30,393 views
0 votes
3 answers

Switch career from support engineer to developer role.

Hey @Prabath your idea of switching to ...READ MORE

Sep 9, 2019 in Career Counselling by Sirajul
• 59,230 points
32,273 views
0 votes
1 answer

How can I insert a line break into a <Text> component in React Native?

Hello @kartik, This should do it: <Text> Hi~{"\n"} this is a ...READ MORE

Sep 21, 2020 in Java-Script by Niroj
• 82,840 points
15,962 views
0 votes
0 answers

HTML code for a simple form

Hello, I need help to create a simple ...READ MORE

Sep 25, 2021 in Web Development by tcaf

edited Mar 4 39 views
0 votes
1 answer

TypeError: 'AxesSubplot' object does not support indexing

Hello , If you plot multiple subplots, the plt.subplots() returns ...READ MORE

May 7, 2020 in Python by Niroj
• 82,840 points
21,823 views
0 votes
0 answers

Failed to start The Apache HTTP Server

Job for httpd.service failed because the control ...READ MORE

Sep 24, 2021 in Linux Administration by Anuradha

edited Mar 4 49 views
0 votes
1 answer

How to install all required PHP extensions for Laravel?

Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE

Apr 6, 2020 in Laravel by Niroj
• 82,840 points
23,106 views
0 votes
1 answer

Error:NoReverseMatch at /my_url/ Reverse for 'my_url_name' with arguments '()' and keyword arguments '{}' not found. n pattern(s) tried: []

Hello @kartik, The NoReverseMatch error is saying that Django cannot ...READ MORE

Jul 30, 2020 in Python by Niroj
• 82,840 points
18,138 views
0 votes
1 answer

How to set session timeout in Laravel?

Hello, In app/config/session.php you have: lifetime option that allow you to set session ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
12,775 views
0 votes
0 answers

how to fetch job name and instance from prometheus.yml file to Java class

Prometheus monitoring tool and metrics information displayed ...READ MORE

Sep 24, 2021 in Others by Srao

edited Mar 4 22 views
0 votes
0 answers

Do we have Playbook to confirm preferred leader doesn't mismatch in Kafka after server is rebooted?

I'm working on creating playbook for kafka ...READ MORE

Sep 20, 2021 in Apache Kafka by Sachin

edited Mar 4 157 views
0 votes
0 answers

I’m new to programming. Should I start from html language

I have no knowledge about programming but ...READ MORE

Sep 23, 2021 in Java-Script by Kaveesha

edited Mar 4 24 views
0 votes
1 answer

How to increase no of executors in Jenkins?

Hi@akhtar, By default Jenkins has 2 executors. But ...READ MORE

May 13, 2020 in Jenkins by MD
• 95,460 points
21,496 views
0 votes
2 answers

ModuleNotFoundError: No module named 'tensorflow'

If you are using Anaconda, go to ...READ MORE

Nov 17, 2020 in Machine Learning by Vignesh

edited Aug 11, 2021 by Soumya 17,828 views
0 votes
1 answer

How to manually run a laravel job using command line?

Hello, If you are using a QUEUE_DRIVER diferent to sync and you ...READ MORE

Nov 2, 2020 in Laravel by Niroj
• 82,840 points
13,997 views
0 votes
1 answer

How to connect to the localhost of the machine from the Docker container?

Hi@akhtar, You can use --network="host" in your docker run command. It will ...READ MORE

Dec 23, 2020 in Docker by MD
• 95,460 points
11,759 views
0 votes
0 answers

Informatica Power center - detailed index to the course.

The category does not display the Informatica ...READ MORE

Sep 22, 2021 in Power BI by Bhanumurthy

edited Mar 4 23 views
0 votes
1 answer

How to get distinct values for non-key column fields in Laravel?

Hello @kartik In eloquent you can use this $users ...READ MORE

Mar 30, 2020 in Laravel by Niroj
• 82,840 points
23,293 views
0 votes
0 answers

Having error for flutter " Due to an error, the doctor check didn't complete"

FileSystemException : Exists failed. How to solve this?? ...READ MORE

Sep 19, 2021 in Others by anonymous

edited Mar 4 43 views
+1 vote
2 answers

Error changing Mac address: SIOCSIFHWADDR: Cannot assign requested address

I can see that you are trying ...READ MORE

Feb 7, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,220 points
21,796 views
0 votes
1 answer

Overriding private or static method in Java

public class Main {     public static ...READ MORE

Sep 2, 2022 in Java by Tyro

edited Mar 5 17,174 views
0 votes
1 answer

How to Pass route control with optional parameter after root in express?

Hello @kartik, That would work depending on what ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,840 points
14,736 views
+1 vote
1 answer

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

Hi@akhtar, I also faced the same issue and I ...READ MORE

May 12, 2020 in Jenkins by MD
• 95,460 points
21,264 views
+4 votes
2 answers

sum of 1/2+2/3+3/4+...+n/n+1

num = int(input("Enter a number: ")) newnum = ...READ MORE

Dec 27, 2019 in Python by Nisha
• 200 points
13,710 views
0 votes
1 answer
+1 vote
4 answers

What is a simple way to repeat a string in java?

There is already answer wriiten using StringBuilder ...READ MORE

Dec 16, 2020 in Java by Rajiv
• 8,870 points
29,882 views
0 votes
1 answer

How to connect to Azure windows VM?

You'll use the Connect button in the Azure portal ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
26,130 views
0 votes
0 answers

I want to download the specific file based on pattern from s3

I want to download a file from ...READ MORE

Sep 16, 2021 in AWS by Revathi

edited Mar 4 47 views
0 votes
1 answer

Convert data in List<JsonNode> to Map <String,String> in Java

Hi, @Jyra, Basically, you can use the object mapper to ...READ MORE

Apr 7, 2020 in Java by Gitika
• 65,770 points
22,777 views
0 votes
1 answer

How to list all Kafka topics?

Hi@akhtar, Kafka uses ZooKeeper, so you need to ...READ MORE

Dec 7, 2020 in Apache Kafka by MD
• 95,460 points
12,172 views