185
Points
Questions
35
Answers
43
-
String amount = mEditTextAmount.getText().toString(); mEasyUpiPayment = new EasyUpiPayment.Builder() .with(this) .setPayeeVpa("akash123455190@okhdfcbank") .setPayeeName("AKASH R") .setTransactionId(mTransactionID) .setTransactionRefId(mTransactionID) .setDescription(mName + " : " + …
- 356 views
- 0 answers
- 0 votes
-
- 346 views
- 3 answers
- 0 votes
-
I am trying to write a down migration SQL code and I wrote the following code. It does not work …
- 365 views
- 1 answers
- 0 votes
-
So I have a table where I collect each person’s data. +——–+——-+——–+———+—————-+ | player | kills | deaths | assists …
- 383 views
- 1 answers
- 0 votes
-
I have to fetch the data from table using multiple where conditions in one table.I have tired so far but …
- 363 views
- 0 answers
- 0 votes
-
I’m running into a headwind performing a simple update statement against a db in MySQL. It returns error code: 1305. …
- 282 views
- 0 answers
- 0 votes
-
I am running express. When I try to send response to having count from mysql it runs fine on command …
- 0 views
- 0 answers
- 0 votes
-
I have a typescript file a.component.ts import { Injectable } from ‘@angular/core’; import { HttpClientModule } from ‘@angular/common/http’; import { …
- 408 views
- 1 answers
- 0 votes
-
I try to show and hide elements from an array. The entire filter works well except with the numbers. When …
- 354 views
- 1 answers
- 0 votes
-
I am encountering an error when using pandas. in <module> 1 import matplotlib.pyplot as plt 2 from matplotlib.dates import drange, …
- 342 views
- 1 answers
- 0 votes