First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Display Byte value for GB2123 Character
Hi All I want to display Charset for GB2312 character byte value. Using codePointAt(i) just for Unicode code. How to diaplay GB2123 byte value ? For ²â should be b2e2 For ÊÔ should be cad4 cat temp.txt TEST1|²âÊÔ1 TEST2|²âÊÔ2 TEST3|²âÊÔ3 import java.io.*; public class Readfile00 { public sta... 28 May 2010 12:38
Whither JDK 7?
Is JDK 7 really on the way, or is it just another Duke Nukem Forever or Half-Life 3 -- that is to say, vaporware? Because I swear it's been like *years* since I first heard mention of it and JDK 6 still seems to be current. ... 23 Jun 2010 05:08
Centralizing instantiation?
This is probably going to sound awkward due to my lack of vocabulary so please forgive me.... I have a project that has 21 classes in it that do various things to do with generating my resume. (It generates the resume in a variety of formats like HTML, PDF, Word, etc. etc.) There is basically what I would ha... 25 May 2010 21:14
Initializing Variables
I've received some criticism recently with regards to the approach I use to initializing variables so I'd like to throw this issue out to the whole group so that I can learn more about the pros and cons of the approach I am using.... Basically, I initialize pretty much every variable as I declare it, just to ... 27 May 2010 23:37
StrutsTestCase and Netbeans
I'm stuck. I downloaded StrutsTestCase and added it to the "Test Libraries" in my project in Netbeans 6.8. I created an object in Test Packages in the appropriate package. The object extends MockStrutsTestCase, as it should. It overrides setUp(), tearDown(), and provides a constructor as in the examples. And it ... 25 May 2010 14:37
Very Quick Question
Can someone remind me how to create a link to a particular thread in Google Groups? I used to know how to do it long ago but haven't done it in ages and never wrote it down.... I tried to find it in Google itself but I came up empty; I thought that "refer to Google Groups thread" was a reasonable search but i... 25 May 2010 22:20
change ISO8859-1 to GB2312 to UTF-8 to EBCDIC to Big5 to ...
On 25/05/2010 09:48, moonhkt wrote: Thank [you]. I am not testing [with] JDBC. When you wrote "Our database is ISO8859-1 format with some GB2312 and other non ISO8859-1 data." I got the impression that a DBMS was involved. If you were using Hibernate or some other framework rather than JDBC, the same prin... 26 May 2010 11:20
sql sort problem ?
I have three elements in list "a", "1","b". Java sort will give me 1,a,b, but when i do order by column_name asc in DB, oracle gives me a,b,1 . How can I write SQL query to get string sorted just like the way java does? Thanks __________ Information from ESET NOD32 Antivirus, version of virus signature da... 25 May 2010 14:37
Intermittent JDBC connection
I am connecting to Oracle 10g RAC using JDBC in Tomcat 6.0.20. It works around 50% of the time. When it doesnt work it shows this error message: IO exception: The Network Adapter could not establish the connection. Here is my JDBC String: jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on) (ADDRESS=(PROTOCOL=TCP) ... 25 May 2010 21:14
Intermittent JDBC connection
I am connecting to Oracle 10g RAC using JDBC in Tomcat 6.0.20. It works around 50% of the time. When it doesnt work it shows this error message: IO exception: The Network Adapter could not establish the connection. Here is my JDBC String: view plaincopy to clipboardprint? jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BA... 24 May 2010 20:08
First  |  Prev |  Next  |  Last
Pages: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40