好的blog
  • 19:57
  • 浏览 (214)
  • 评论 (0)
好文章!
  • 19:55
  • 浏览 (231)
  • 评论 (0)
2006-01-12

mails

legend_007007
  • 15:58
  • 浏览 (235)
  • 评论 (0)
http://www.niufish.com/books/Pattern/ java设计模式
  • 16:36
  • 浏览 (218)
  • 评论 (0)
DAO是Data Access Object数据访问接口,数据访问:故名思义就是与数据库打交道。夹在业务逻辑与数据库资源中间。     DAO的功能:   1. DAO用来封装Data Source的..就比如,Connection conn = DAOFacotry.createConnection()..   就可以把Driver. URL. username, passpword这一些放在DAO中   以后要更改数据库的类型.比如要把MSSQL换成Oracle的话..只需要更改DAOFacory里面的getConnection()里面的Driver.URL ...
  • 09:21
  • 浏览 (636)
  • 评论 (0)
package curveprj; import java.sql.*; public class DBManager {     private static DBManager instance = null;     private Connection con=null;     private DBManager() {         try {        ...
  • 09:36
  • 浏览 (183)
  • 评论 (0)
每天都要把最重要最紧急的事情做完!
  • 08:39
  • 浏览 (216)
  • 评论 (0)
#include  "stdio.h" #include "iostream.h" void main(){ struct curveHead{     char cg[4]; char comName[80]; char curveName[80]; //short sCurveNum;         //short sReservation; short sh[2]; char dls[20][4]; //short sh[2]; //float ...
  • 09:12
  • 浏览 (207)
  • 评论 (0)
http://www.iplab.cs.tsukuba.ac.jp/~liuxj/jdk1.2/zh/docs/guide/jni/spec/design.doc.html http://www.dalianit.com/edu/55180.html http://www.qqread.com/java/w120282060_2.html http://www.staredu.net/36/127/33/5927.shtml
  • 11:02
  • 浏览 (207)
  • 评论 (0)
2005-11-24

jni

#include <jni.h> #include <stdio.h> #include <iostream.h> #include "sovfuzz.h" #include "stdafx.h" #include "matlib.h" int sol(int m,int n,double srh,double seh,double dup,double growth,double *r,double *ret){ int retcode=0;   initM(MATCOM_VE ...
  • 10:59
  • 浏览 (209)
  • 评论 (0)
JCaiBird wrote: 都快把我搞傻了,都!~ 我试了所有的法子都搞不定~ //麻烦看看这段代码会输出什么 import java.io.*; public class x{ public static String UnicodeToGb(String s) { String ss = null; try{ ss = new String(s.getBytes("UTF-8"),"GBK"); }catch(UnsupportedEncodingException e){ } return ss; } public static void main(String[] args) ...
  • 20:23
  • 浏览 (114)
  • 评论 (0)
import java.util.*; import java.text.*; public class FormatDate { public static void main(String[] args) {     Date now = new Date();     DateFormat defaultFormat = DateFormat.getDateInstance();     DateFormat shortFormat = DateFormat.getDateInsta ...
  • 19:14
  • 浏览 (114)
  • 评论 (0)
DecimalFormat format=new DecimalFormat("0.00");
  • 19:09
  • 浏览 (161)
  • 评论 (0)
2005-11-23

java help

http://javaalmanac.com/egs/ almost all there with examples Free, good, and official Java tutorial: http://java.sun.com/docs/books/tutorial/ Thinking in Java 3rd Edition,中文版 + English version http://java.galesoft.com/ Code Conventions for the JavaTM Programming Language http://java.sun.com/docs/co ...
  • 18:44
  • 浏览 (151)
  • 评论 (0)
All javaAPI with 例子 in 英文 and a lot more!!!
  • 18:36
  • 浏览 (334)
  • 评论 (0)
xujianlegend
搜索本博客
最近加入圈子
存档
最新评论
评论排行榜