渔人码头

天行健,君子以自强不息。地势坤,君子以厚德载物。
posts - 12, comments - 16, trackbacks - 0, articles - 43
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

12 2006 档案

     摘要: Spring中常见数据源的配置参数

一共分为直接连接、连接池、jndi绑定三种  阅读全文

posted @ 2006-12-27 14:32 Fisher 阅读(1003) | 评论 (0)  编辑 |

     摘要: Object-relation mapping without the container
http://www-128.ibm.com/developerworks/library/j-hibern/?ca=dnt-515  阅读全文

posted @ 2006-12-26 15:42 Fisher 阅读(327) | 评论 (0)  编辑 |

     摘要: 类修饰词可见性  阅读全文

posted @ 2006-12-22 12:15 Fisher 阅读(380) | 评论 (0)  编辑 |

     摘要: Java开源项目相关网址  阅读全文

posted @ 2006-12-22 11:32 Fisher 阅读(519) | 评论 (1)  编辑 |

     摘要: Java取得日期时间的代码
使用SimpleDateFormat 和Canlendar 类  阅读全文

posted @ 2006-12-22 10:12 Fisher 阅读(1215) | 评论 (0)  编辑 |

     摘要: ,HashMap和Hashtable及HashSet的区别  阅读全文

posted @ 2006-12-13 10:22 Fisher 阅读(37456) | 评论 (0)  编辑 |

     摘要: ArrayList和Vector的区别  阅读全文

posted @ 2006-12-13 10:20 Fisher 阅读(830) | 评论 (0)  编辑 |

     摘要: 关于HttpURLConnection.setFollowRedirects
public static void HttpURLConnection.setFollowRedirects(boolean followRedirects)
public void HttpURLConnection.setInstanceFollowRedirects(boolean followRedirects)

前者设置所有的http连接是否自动处理重定向;
后者设置本次连接是否自动处理重定向。
设置成true,系统自动处理重定向;设置成false,则需要自己从http reply中分析新的url
自己重新连接。
  阅读全文

posted @ 2006-12-11 16:13 Fisher 阅读(11167) | 评论 (1)  编辑 |