-
liangby registered the jFOAF project.
2006-05-17 11:06:11 UTC in jFOAF
-
DAG Editor can open a GO file and edit it. I want to parse a GO file like DAG Editor to get the terms and relations among them. But I don't find any documents for it even java doc of DAG? Could anybody give me some segments of codes?.
2005-03-11 16:58:57 UTC in Gene Ontology
-
I have worked it out by modifying the systemlogger.java. thanks David Hansmann in mail list.
2004-07-30 03:26:23 UTC in Java Network Browser
-
Hello, I am using the jftp to upload a file to the ftp server in my web application. And I use the FtpUpload.java as the sample to do it. But I find that it prints information to the console. I delete the line Log.setLogger(this); and it still prints information to the console. So how can I modify it to not print information to console? thx a lot.
2004-07-29 08:56:50 UTC in Java Network Browser
-
import java.sql.*;
public class SQLServerTest {
public static void main(String args[])
{
try{
Class.forName( "net.sourceforge.jtds.jdbc.Driver" );
Connection con = DriverManager.getConnection( "jdbc:jtds:sqlserver://lby/tempdb", "sa","sq114204" );
}catch (Exception e)
{e.printStackTrace();
}
}
}
and I...
2003-09-02 16:23:54 UTC in jTDS - SQL Server and Sybase JDBC driver
-
thank you very much, I use the "org" for the
module name and checkout the source with WinCVS.
the WinCVS can work as well as the cvs command
and it is very convenient.
2001-10-20 07:29:18 UTC in OpenCyc
-
I use the WinCVS to checkout the source,and I
am successful in loginning to the CVS server,
but when I use "OpenCyc" to checkout the source,
the error message is "can't find the module name".
why? what is the module name for this project?
how can I checkout the source? thanks..
2001-10-19 18:22:23 UTC in OpenCyc