Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,674 members, 7,820,365 topics. Date: Tuesday, 07 May 2024 at 01:43 PM

QuickSuccess's Posts

Nairaland Forum / QuickSuccess's Profile / QuickSuccess's Posts

(1) (of 1 pages)

NYSC / Re: Your NYSC Questions Answered by QuickSuccess: 10:40pm On Mar 15, 2022
Please I clicked cancel my relocation and mistakenly pressed enter. It said “request for cancellation of relocation submitted”. Please how do I reverse this? Thank you.

Business / Re: Scam Website Operating as Paxtradings.com and Paxful.com.ng by QuickSuccess: 9:14am On Jan 14, 2018
LordTrillion, do you still buy iTunes gift cards on your website? I saw that there was a tool to upload the photo of the cards there and put in your bank details.
Nairaland / General / Re: Finally! MMM Nigeria Crashes! by QuickSuccess: 7:54am On Dec 13, 2016
There is sense in what OP is saying though. We can't argue that cry
Business / Re: Mmm Nigeria Reduces Poverty By 20%(bbc News) Pic by QuickSuccess: 11:03am On Dec 02, 2016
Its fake, not in any online source
Education / Re: UNIBEN STUDENTS ADMISSION THREAD, 2015/2016 by QuickSuccess: 3:35am On Aug 02, 2015
For more information about the CBT for uniben and more practice, it's advised that you check this thread out:
https://www.nairaland.com/2488077/u-learn-app-now-includes-post-ume
Education / Re: UNIBEN STUDENTS ADMISSION THREAD, 2015/2016 by QuickSuccess: 7:37am On Jul 31, 2015
Practice Uniben PUTME CBT for FREE on your android and BB OS 10 devices. Different modes to try out from and more. Download U-Learn on Google play store now. **also includes Uniben 100 level courses** download here:
https://play.google.com/store/apps/details?id=com.operator.u_learn
Click here for more info:
https://www.nairaland.com/2488077/u-learn-app-now-includes-post-ume

Programming / Re: Guys, I Leant Java But I Don't Know How To & Where To Use It by QuickSuccess: 12:51am On Jul 30, 2015
Why would we still be using notepad and command prompt in this modern age. Just download Netbeans or Eclipse IDE (i recommend Netbeans) and use it to write your app code. You can even export the .jar files using the netbeans so as to run ur written programs from your desktop. You need not worry about .exe files yet though
Programming / Re: How To Insert Data Into An Online Mysql Database In Java by QuickSuccess: 12:35am On Jul 30, 2015
Well to be honest, I'm not too sure of what kind of error you're encountering here. The first issue that came to my mind was the fact that you hard coded the link to the database, which in some cases, may prove problematic by not properly connecting to the mysql db.
Secondly, your Title states "How to insert data......" and your code seems quite alright except for the part where it's meant to connect to the db, which could explain why the error says access denied.
In all, there's some sort of disconnection between the code and the db. You may wanna post more of the code here if you need more help.
Education / Re: UNIBEN STUDENTS ADMISSION THREAD, 2015/2016 by QuickSuccess: 9:16pm On Jul 29, 2015
QuickSuccess:

This app is really nice though. Helps for those who don't have access to uniben past questions directly. Plus also other good features. Great job guys smiley

PS. For more info, enter here https://www.nairaland.com/2488077/u-learn-app-now-includes-post-ume

Education / U-learn App. Now Includes Post-ume Questions!!! by QuickSuccess: 9:11pm On Jul 29, 2015
U-learn has now been fortified with uniben post ume questions and answers. Well, for those of you who don't know about u-learn, its a study app on android which has a wide range of courses/subjects. One can quiz himself/herself just like a normal CBT using the app. Really enjoyable and various modes to use. Try it out by downloading it from the Google play store in this link: https://play.google.com/store/apps/details?id=com.operator.u_learn

Education / Re: UNIBEN STUDENTS ADMISSION THREAD, 2015/2016 by QuickSuccess: 8:40pm On Jul 29, 2015
Karo168:
Ulearn v 1.0.2 is out!!!!! Complete with Post Utme Study material....so get it if you are participating in any PUTME Exercise or have a friend doing so. https://play.google.com/store/apps/details?id=com.operator.u_learn
This app is really nice though. Helps for those who don't have access to uniben past questions directly. Plus also other good features. Great job guys smiley
Programming / Re: Nigeria Software Developers by QuickSuccess: 11:06pm On Jan 19, 2015
What criteria is gonna be used in giving these awards?

1 Like

Programming / Re: Learn More by QuickSuccess: 11:03pm On Jan 19, 2015
Read books, and view a lot of code, you'll eventually get better. Also challenge yourself once in a while with some higher app development, and code every day
Programming / Re: My Fellow Students Of Programming Help Me Out by QuickSuccess: 11:00pm On Jan 19, 2015
Lemme make this basic, aide is really not an ideal ide especially when you use the free version. Best get a PC and start working with eclipse. Secondly, as concerning your issue, it almost seems as if your SDK ain't loading, I suggest that you uninstall and reinstall the Aide. Good luck.
Programming / Re: Jokeflick (my First Android App) - Testers Needed by QuickSuccess: 8:26am On Jan 09, 2015
The app looks cool, your main focus now should be on publicity. I can't login with Facebook or Google plus. Fix that too. And lastly, I advice you to lock the rotation, Cuz if you don't, errors would keep showing in the app, especially in that login page. Try logging in with Facebook or Google plus, and rotate the screen, maybe you can see the error for yourself
Programming / Re: Programming by QuickSuccess: 1:34pm On Sep 25, 2014
no
Programming / Re: Need Help, Please Help! Java by QuickSuccess: 9:01pm On Sep 16, 2014
why do you have the ; sign after ur if statements? that causes your if statement to be seen as empty. remove them. plus, ur code seems wrong, the whole conversion stuff is confusing, not my issue though, i wrote ur code again for u:


import java.util.Scanner;
import javax.swing.*;




public class ForDollar
{


public static void main(String[] args)
{

Scanner in = new Scanner(System.in);




double amount;
String input2 = null;
String input1 = JOptionPane.showInputDialog(null, "What Country Money Do you have"wink;


if(input1.equals("Dollars"wink)
{
input1 = input2;
input2 = JOptionPane.showInputDialog(null, "input the currency you are converting to."wink;
}

if(input2.equals("Pounds"wink)
{
amount = Double.parseDouble(JOptionPane.showInputDialog(null, "How much pounds do you have"wink);
double d = 2;
double newAmount = amount/d;
JOptionPane.showMessageDialog(null, "You now have ##" + newAmount);
System.exit(0);
}

else
if (input2.equals("Naira"wink)
{
amount = Double.parseDouble(JOptionPane.showInputDialog(null, "How much Naira do you have"wink);
double d = 2;
double newAmount = amount * d;
JOptionPane.showMessageDialog(null, "You now have ##" + newAmount);
System.exit(0);
}

else if (input2.equals("Japan"wink)
{
double d = 3;
amount = Double.parseDouble(JOptionPane.showInputDialog(null, "How much Naira do you have"wink);
double newAmount = amount/d;
JOptionPane.showMessageDialog(null, "You now have yen" + newAmount);
}

}
}
Phones / Re: Airtel BIS To Stop Working On Non BB Devices by QuickSuccess: 12:35am On Dec 04, 2013
how come i'm still online?
Phones / Re: Airtel BIS To Stop Working On Non BB Devices by QuickSuccess: 11:47pm On Dec 02, 2013
lol, who are those funny guys arguing, i bought an infinix buzz to use as a hotspot for my wifi only note 10.1, so whoever did that, na im i go support for the beef grin grin grin grin grin
Phones / Re: Airtel BIS To Stop Working On Non BB Devices by QuickSuccess: 4:29pm On Dec 02, 2013
airtel facts:
-stupid network for old people only
-slow browsing, with best performance late at night
-no get better promos
-only 2face dey sponsor them
-expensive non BB plans

And the only good thing about them was their cheap universal BB plans, even glo has cheaper BB plans, but it can't be used on other devices. Airtel go fall because of this decision.

1 Like

Phones / Re: Tecno Q1 Discussion Thread by QuickSuccess: 9:16am On Oct 01, 2013
Mazeed23:
Hotspots? yes it has. You can connect up to five devices.

Thanks alot
Phones / Re: Tecno Q1 Discussion Thread by QuickSuccess: 12:08am On Oct 01, 2013
Plss guys, I wanna buy this fone, but am really unsure if it has a hotspot or not, the specs on the tecno site doesn't mention the hotspot, but some people are saying it has, so can anyone help me with this info. Especially those who have used the phone. By the way, happy independence day to y'all.

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.