5,727 Posted Topics
Re: [QUOTE=MikeAR]Yep. It's a great game. I played it for 200 hours before even starting the first mission.[/QUOTE] Rather the reverse. Morrowind is Elder Scrolls 3 ;) Great RPG indeed, but like everything it gets repetitive after a while. Total Annihillation was great, and I still install it once in a … | |
Re: No need for option c), all the necessary classes you need from that are included in a) :) Noone here told you what to do in 2) ... what's the URI for that login screen? Most likely you have something wrong in your setup, remember that URIs are case sensitive … | |
Re: no. Author should be a class of its own, containing name, password, userid, etc. etc. Debate should not contain an Answer, but a Collection of Answers. A Blog with just a single Post is useless. A Blog with a Collection of Debates could get interesting. That should give you a … | |
Re: UnformattedCodeError, redo from start CodeOverflowException, system halted | |
Re: do you know any Java at all? Those lines are utter nonsense in the light of the language specification. | |
Re: you can't. One should never rely on thread priorities to do anything. Just make sure you have enough bandwidth and CPU power to keep the site responsive during expected peak loads. And that's a hardware and server configuration issue. | |
Re: you shouldn't do this in a JSP, therefore no help is needed. And why the HELL are you not using a PreparedStatement for your database operation? Your current style is slow, error prone, highly database dependent, and highly vulnerable to SQL injection attacks. | |
Re: how much of that 6GB did you aqcuire legally? And how many CDs does that make? I've over 600 audio CDs, several dozen DVDs, and several dozen vinyl albums (left from about 300, most of them replaced with CDs long ago to spare the needle on my precious record player, … | |
Re: conscription teaches kids discipline and respect, as well as skills that could come in handy when they go hunting for jobs (many get training as vehicle mechanics, cooks, nurses, etc. etc. as well as obedience to their superiors and not questioning everything your boss tells you to do). When they … | |
Re: staggering number of violation of not only the rules of this specific site but general good manners for ALL internet forums, and all that in OPs first post. | |
Re: [code]connection.commit();[/code] That's what commands the database engine to do the actual insert. How to get to that point and how to go on from there I leave up to you, the JDBC tutorial is a great source of information for that. | |
Re: gosh, it's been over a decade since I've heard those terms... People still use that in this era where everything is UML? | |
Re: No hashing algorithm will guarantee you that there won't be colissions. All you can do to reduce the occurrance of colissions is to either increase the length of the hash key (and the length of the hash itself) and/or increase the amount of data used to calculate the hash. Of … | |
Re: Software design is a complex field of its own, requiring training and experience to master just as does programming. And no, just using Struts won't help. In fact Struts is now recognised as a very poor choice due to its tight coupling between framework and application code. Get some good … | |
Re: Learn CSS positioning. It's not that hard to write, I did it several years ago for a commercial product in under 2 days (including the styling and the code to dynamically generate the menu entries from configuration files). | |
Re: and your problem (aside from posting about J# in a Java forum rather than a J# forum)? | |
Re: 1) use codetags 2) don't even try network programming until you know the language well. | |
Re: seems logical, doesn't it? If token x is not equal to "there", you push token x+1 onto the stack and continue with token x+2 if it exists. So you check if "and" is equal to "there", push "there" onto the stack, and check if there's another token after "there". Which … | |
Re: If there's no field to enter it in the DSN properties dialog, there isn't. If there is, there is. | |
Re: not. That's not a job for a JSP, it's a job for a servlet. | |
Re: you need to write a language parser that handles that translation for you. It can be done, but if you didn't know that you needed to do it it's highly doubtful you have the skills to pull it off. | |
Re: 1) it's NOT urgent. 2) you don't use JSP to do that. | |
Re: See the JDBC tutorial track of the Java tutorial. When you master that, look at things like JPA and Hibernate as nicer ways to abstract away the raw database access code. | |
Re: nice isn't it. You'd need a mailclient which never bounces anything and deliberately accepts all bounced messages. How to detect whether a message is a bounce message is up to you. | |
Re: in fact the setSize method usually has no effect whatsoever as the frame will automatically resize itself according to the sizes of the components it contains. | |
Re: which may or may not tell you anything whatsoever. A compiler may or may not put any specific strings in there, and those strings may or may not uniquely identify that compiler. | |
Re: I believe there's a library somewhere on the net that allows serial port communications in Java from some specific operating systems. You'd need that plus the documentation from your phone manufacturer on how to actually talk to it over that port). | |
Re: Everyone knows the giraffe was created by Ford Prefect after he got bored during a trip to Africa during the stone age :) | |
Re: doesn't sound like it. sounds more like a kid taking some random buzzwords and deciding to see if there's money to be made in combining them. | |
Re: hmm, most of those "tutorials" are either utterly and totally wrong or hopelessly outdated, "teaching" the JSP 0.9 coding style which has been out of favour with every serious code for the better part of a decade. Best to get either Head First Servlets and JSP or Hans Bergsten's JSP … | |
| |
Re: what's actually generated as code and sent to the browser? Almost certainly the paths shown there are utterly incorrect and have no relation whatsoever to the paths of the images relative to the deployroot of the web application. | |
Re: I wonder why the kid is using println statements for his html tags in a JSP... He shouldn't of course be using ANY Java code at all, but this is the most extremely silly JSP code I've ever encountered (and I've encountered reams of it over the last decade). | |
Re: usually you have a list of words and check each word against that list. There are more advanced systems that do full lexical analysis to also take context into account but you're not ready for those. | |
Re: That's because l_interval does NOT in fact contain a string representation of a date. It contains a string representation of a mathematical formula which might resolve into a valid date (or not). You'll need to parse that formula somehow, and the to_date function will be no help whatsoever in doing … | |
Re: What errors are you getting and what don't you understand about them? It's vitally important that you learn to understand and interpret error messages. As long as you can't, you'll never be able to successfully complete a piece of software in any language or using any tool. ![]() | |
Re: not urgent. Come back next year. Gives you time to learn about code tags, html, Javascript, Java, JSP, etc. etc. | |
Re: Excel is no database. Using JDBC to access Excel is BAD. Using JDBC from JSP is BAD. So it seems like you'd best completely scrap whatever you have already and start from scratch with some research into proper application architecture. | |
Re: I thought you were posting about the limited access area of Daniweb... | |
Re: not declaring them is the ultimate in abstraction, but I'm sure your course material doesn't mean that when it talks about abstract classes and does mention what they actually are. | |
Re: well said. I've always thought Picard was a little soft. IMO the original series is overall better written than TNG too. But I can understand why modern kids think it a bit weird, as it depicts a view of the future which pretty much was eclipsed by the time they … | |
Re: yup, it's quite possible. The manual tells you how. | |
Re: he probably spends all his time in class browsing pr0n sites and listening to pirated music. | |
Re: yup, I've worked on such a product. And no, I'm not going to give it away to anyone. Not only would it be a violation of my contract with the firm I worked for at the time but it would be unethical to help homework kiddos like you with anything … | |
Re: [B][COLOR="Red"]MAYBE BY SHOUTING EVEN LOUDER THAN YOU ARE ALREADY DOING YOU MIGHT GET PEOPLE TO TAKE YOU SERIOUS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![/COLOR][/B] NOT! | |
Re: [QUOTE=RamyMahrous;562989]I think there are some usernames and passwords for Oracle Database configured for first use like username: scott password: tiger and so on, to connect easily like SQL Server to Oracle from VS you need ODP (Oracle Data Provider) libraries on [url]www.oracle.com[/url][/QUOTE] No, that account is disabled by default for … | |
Re: Kid probably thinks that if it only asks often enough that it'll get an answer it likes instead of constant repeats of the standard: don't use JSP for that. |
The End.