₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,065 members, 8,420,125 topics. Date: Thursday, 04 June 2026 at 11:47 AM

Toggle theme

Javadoctor's Posts

Nairaland ForumJavadoctor's ProfileJavadoctor's Posts

1 2 3 4 5 6 7 8 (of 8 pages)

ProgrammingRe: How Can I Enable Remote Connection To My Mysql Db by javadoctor(m): 9:05pm On Mar 21, 2015
nnamdiosu:
wow. thanks so much. so the 'IPaddress' is my server address right? where the database resides?
Your public address or intranet address in the same subnet where request are coming frm
ProgrammingRe: How Can I Enable Remote Connection To My Mysql Db by javadoctor(m): 6:52pm On Mar 21, 2015
GRANT ALL PRIVILEGES ON *.* TO 'user'@'ipadress'

You only need to allow one machine, which is the server side to connect to remote mysql, and manage your threads on server side.
ProgrammingRe: Call XML File With HTTP GET How? by javadoctor(m): 6:49pm On Mar 21, 2015
The thread question is totally different from wat I see here, what exactly are u trying to achieve? U need to explain vividly
ProgrammingRe: How Can I Enable Remote Connection To My Mysql Db by javadoctor(m): 3:37pm On Mar 21, 2015
U need to add/grant the permission of the host connecting on mysql, also on machine level, u need to allow the ip and port 3306 rules on iptables
ProgrammingRe: Call XML File With HTTP GET How? by javadoctor(m): 3:15pm On Mar 21, 2015
Make a http call with method type GET to the url, it should return a 200 if the uri exists, ur call depends on if u are using ajax, java.net, or any other means
Tech JobsRe: Personal Java EE Tutor Needed by javadoctor(m): 9:41pm On Feb 07, 2015
Lol @ chimanet, how far
ProgrammingRe: What Kind Of DBA (Database Administrator) Are You? by javadoctor(m): 9:05am On Feb 06, 2015
I have had to work with Oracle SQL developer on a remote server using X windows or -x gnome, hasn't been really a nice experience especially when she'll memory is cached from the UI launching so I prefer the cli way or SQL plus, has always proved to be faster, I would suggest running cli over a remote database
ProgrammingRe: How Much Would You Charge For An Integration Job? by javadoctor(m): 8:56am On Feb 06, 2015
Give him a service of work document enumerating the process, have a rate per hour charge ,calculate the total, developers charge on basis of expertise level, I can't give u a rate, u know ur worth so be the judge.xheers
Tech JobsRe: Cbt/e-exam Web App.......online DEMO AVAILABLE + Offline Copy With Server by javadoctor(m): 8:13am On Jan 09, 2015
Your app is not responsive, have u heard of twitter bootstrap? You have a lot of work to do on your presentation. Cheers
ProgrammingRe: Difference Between Arguments And Parameters In PHP by javadoctor(m): 8:07am On Jan 08, 2015
I hate php undecided
RomanceRe: 10 Reasons Why Guys Engage In Pre-marital Sex by javadoctor(m): 5:47pm On Jan 01, 2015
What a wrong use of the word *bleep*, u Cld have used other words like shag, laid, not bleep. Bleep doesn't sound player approved. I noticed a lot of virgins on nairaland used the word a lot. I Googled for the umpteenth time doesn't ring a bell to anything close to sex. Please nlanders note
ProgrammingRe: Facebook Access by javadoctor(m): 6:40am On Dec 24, 2014
U r the one actually been scammed by using referrals,
ProgrammingRe: Please What Should I Do? I'm Getting Error Message When Trying To Compile Java! by javadoctor(m): 6:37am On Dec 24, 2014
Wow, 4 hours is a lot of time, r u using windows? If u are u can copy java.exe, javac.jar to ur c:/windows/system32 for, this should work or explicitly set ur environment variables or still call java.exe from the bin where it is installed, on Linux depending on ur distribution, u can use an rpm to install fr ur centos, deb for ubuntu or explicitly setup environment in ur ~/.bashrc as a root user.
Tech JobsRe: Oracle D/B Developers And SQL Programmers Wanted by javadoctor(m): 7:17pm On Dec 05, 2014
Johnsoneyo@gmail.com
ProgrammingRe: Web Vs Software Development by javadoctor(m): 7:11pm On Dec 05, 2014
@op, a Web application has a "is a" software relationship with softwares in general, so don't confuse terminologies. If you are referring to ui's that run using the os window system then u might be referring to a desktop app or even an applet which are window ui's that run on a browser
ProgrammingRe: Help With A Database Design Problem by javadoctor(m): 6:57pm On Dec 05, 2014
Create table group(

Group_id int,
Group_name varchar(32),
Primary key(Group_id)
);

Create table contact (

Group_id int,
Contact_id int,
Contact_name varchar (32),
Phone varchar(32),
Primary key(Contact_id),
Foreign key(Group_id) references group(Group_id)

);
ProgrammingRe: Why Is Nobody Talking About Javafx .. by javadoctor(m): 1:14pm On Nov 21, 2014
the world is going enterprise, even web applications r behaving better than desktop applications. with the use of ajax, nothing is far fetched.
ProgrammingRe: The 3 Types Of Developers You Will Find In Africa. Which 1 Are You? by javadoctor(m): 12:36pm On Nov 12, 2014
crappy post , this is so poo, undecided
WebmastersRe: Bloggers: Before You Try To Be Like Linda Ikeji... by javadoctor(m): 5:43am On Nov 11, 2014
niqqa:
Abeg who read am finish?
Funny enough I did. Because Nigerian bloggers r a pain, just like Nigerians artists or nollywood movie producers, they all lack creativity rather they prefer to copy a trending success model that might work for them.
BusinessRe: Gtbank Internet Banking Issues by javadoctor(m): 9:06am On Oct 25, 2014
Gtb page is usually cached on chrome, u should not access it with the complete url if you are logged out, go through Gtb online.
PoliticsRe: Court Orders T.B. Joshua To Testify On Nov. 5 Over Synagogue Building Collapse by javadoctor(m): 9:02am On Oct 25, 2014
kenbee:
Is this a human or an animal being? just a question!
I am yet to see a post dumber than this today, frankly this is one of the best dumb quotes.
ProgrammingRe: Pls Help Me With Ebooks On Java,d Price For The Book Is High And Am Still A Teen by javadoctor(m): 9:09am On Oct 23, 2014
But u can buy cold stone ice cream for ur Babe undecided , how much is 3k for a book that will launch u out to a world of experience and knowledge.
ProgrammingRe: Trying To Remove Item Fro A Shopping Cart. by javadoctor(m): 3:41am On Oct 12, 2014
I don't understand php, but in java you could simply remove the object from a Map
With a key value.

Map <CartItem,Integer>item = new HashMap();
ProgrammingRe: I Need Best Ebook For Java by javadoctor(m): 3:17am On Oct 12, 2014
Pail deitel java how to program
RomanceRe: Top Ten Funniest Nigerian Chat-up Lines by javadoctor(m): 9:02am On Sep 01, 2014
This is the dumbest thing I might probably. Hear today. Can I have 2 minutes of my life back? @ op
ProgrammingRe: Need Help, Please Help! Java by javadoctor(m): 7:05pm On Aug 26, 2014
Make it code simple
It's best the condition terminates in the while block so I wld hv done this;


While(!in.hasNextLine()){
// get scanner
// add numbers
// initialize total


}else {
//code terminate
// print average
}




But ofcourse this doesn't validate against Q, to do that .

String num = in.nextLine();


While(num!="Q"wink{

// sum Integer.parseInt(num);
// initialize total


}else {

//print average
//terminate program
}
TravelRe: Uncharged Cellphones Banned On US Flights From Africa And Asia by javadoctor(m): 11:48am On Jul 07, 2014
This is a very silly title for the actual message
ProgrammingRe: Nigerian Stock Exchange Api, Rss Feeds & Widgets, Graphs, Charts Etc by javadoctor(m): 10:44am On Jul 02, 2014
i feel the site could look better...
FamilyRe: Banker Who "Sliced" Husband’s joystick & Husband Reconcile[photos] by javadoctor(m): 10:43am On Jan 06, 2014
shocked wtf , i know this dude, he is in his church choir, RCCG garden of peace parish, falolu, off akerele , lol, i knw this is too much information.buh im realli fvckn surprisd bou dis ish.
ProgrammingRe: Your Favorite Java IDE? by javadoctor(m): 3:07am On Dec 28, 2013
huh Wtf kambo, english please

1 2 3 4 5 6 7 8 (of 8 pages)