Hi all,
I am having a problem with adding a large String to a mySQL field.. The size of the String is ~ 4MB and the datatype of the field to which I am inserting the string is - longtext.
When I try to insert the String I get errors - i.e.
"com.mysql.jdbc.PacketTooBigException"
I...
Hi,
I have been trying to figure out how to split a large String into smaller Strings.
so if I have a String such as the following:
ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGH
ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGH...
Hi,
I was hoping that someone could tell me how to split a String into its constituent characters?
For example:
String seq = "ABCDEFGHIJ";
How can this String be split into characters
A
B
C
D
E
etc, and then assign those characters to separate strings?
e.g. String s1 =...
Hi,
The question I have is, if I have declared an int value (the value 20 for example), how can i make a counter to count down from 20 seconds down to zero?
Any Help would be much appreciated
Thanks
Hi all,
The question I have is, How do I remove newLine characters from Long Strings such as the following:
>gi|23821530|dbj||SEG_D10989S Bos taurus gene for endothelin receptor
GGGATCCCGAGCAAACTGCGGAGGCCACACTGTCAGGCATTCCCTCGGCGTTTCGTCAGAGCCAGACCCT...
Hi,
I have the following problem,
I have connected to a web server using the HTTPCLient library provided by Innovation.ch and have posted some data to a web server (using the code that I have added at the bottom of this post).. and want to be able to view the data that has been returned from...
Hi all,
I have the following problem:
I'm using HTTPClient library from Innovation.ch and have used the following code to post data to the following website : http://blast.genome.ad.jp/
import java.io.*;
import java.applet.*;
import javax.swing.*;
import java.util.*;
import java.awt.*...
Hi,
I'm having a problem getting the text i have entered within a JTextArea to print to the screen (console).
When i enter text in the JTextArea or open a file into the JTextArea (using a Filechooser) and then click on a JRadioButton - the value entered within the JTextArea should print out to...
Hi,
I have an application that connects to a database and retrieves results from the database and then displays the results in a JEditorPane - the results are in the form of a hyperlink - so when i click on the link then a web page is opened up inside of the JEditorPane.
The question i have...
Hi,
My Question is, can i call a program ( MS-word for example) which i have installed on my system using Java ?
I would be grateful for any assistance
Thanks
Hi,
I hope someone can help me with the follwing problem?
it's a bit tricky to explain but ...
I have a file with the following data contained within it:
1 ODH_ARTSP,
2 DHLO_AGRVI,
3 ILV5_SPIOL,
4 MMSB_PSEAE,
5 6PGD_SHEEP
;
tree PAUP_1 = [&U] (1,(2,((3,5),4)));
Does anyone know how i can...
Hi,
I Hope someone can help me,
I have the following problem:
I have a table to query, which is a s follows:
Table: ECReact
id: int (11)
ReactID: varchar(5)
Ecid: int(11)
EC:varchar(12)
the question i have is, how do i check in the column ReactID for entries that have the same ECid...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.