`
wutao8818
  • 浏览: 619652 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表

Basic I/O

    博客分类:
  • io
复习一下 IO Byte Streams http://java.sun.com/docs/books/tutorial/essential/io/bytestreams.html public class CopyBytes { public static void main(String[] args) throws IOException { FileInputStream in = null; FileOutputStream out = null; try { in = new File ...
这里也提到这个问题 http://forum.springsource.org/showthread.php?p=151750 Allow ControllerClassNameHandlerMapping and @Controller to work together 似乎在Spring mvc 2.5.4里面有一个 bug 就是当你实现一个controller 时候,使用 COC原则自动映射。无法映射到对应的默认方法 handleRequestInternal 这个问题在 spring 官方论坛的mvc版块里面也提到了这个问题。还是 appfuse Matt Raible 提 ...
网易日本网友 ip:114.48.*.*:2009-06-26 18:30:24 发表 网易火星网友(unknown) 的原贴:1 妈呀 运到我们乐山了啊 睡觉都睡不好了 找到火星人老家了。 回复 转贴
imdict-chinese-analyzer http://code.google.com/p/imdict-chinese-analyzer/ SmartChineseAnalyzer 是一个智能中文分词模块, 与 ChineseAnalyzer (切分每个汉字)和 CJKAnalyzer (组合每两个汉字)不同, 它能够利用概率对汉语句子进行最优切分, 并内嵌英文tokenizer,能有效处理中英文混合的文本内容。目前SmartChineseAnalyzer的词典库只支持简体中文。 它的原理基于自然语言处理领域的隐马尔科夫模型(HMM), 利用大量语料库的训练来统计汉语词汇的词频和跳转 ...

JDK 7

    博客分类:
  • io
http://java.sun.com/developer/technicalArticles/javase/nio/ The Open Road: Looking Ahead to Java 7 http://openjdk.java.net/projects/jdk7/features/ Java Development Kit Software OpenJDK 7 / JDK 7 Milestone 3 Released Java SE 6 新特性: 编译器 API Notes on the Asynchronous I/O implementation
http://opensource.atlassian.com/projects/hibernate/browse/HSHARDS-37;jsessionid=a-i8XZ_53LB5aHxsU2?page=com.atlassian.jira.ext.fisheye%3Afisheye-issuepanel dynamic datasource routing http://blog.springsource.com/2007/01/23/dynamic-datasource-routing/
Related posts in this website for your search Open Source Web Services Framework Open Source Web Service Testing Tools Java: Open Source Ftp Server Telcom Web Services: Parlay X Simulator and Client Implementation Open Source OSGI Framework   Developing a RESTful web application i ...
目前在MDA 开发工具市场上的情形是:由于从PIM 到PSM转换方法的标准化尚未完成,IBM、Borland等大型厂商大都持谨慎态度,虽然也纷纷在他们的开发工具中提供部分的MDA功能,但并没有完全遵循OMG定义的MDA规范。虽然如此,IBM除了在Rational中增加MDA功能之外,在开源项目Eclipse中,也提出了 EMF(Eclipse Modeling Framework)这一创新的MDA代码生成系统项目,由此可见IBM对MDA这一发展中的技术的重视程度。Borland公司宣称他们也在关注MDA 技术,并且准备在Together中配置基于MDA的模型自动生成功能。相对于业界大厂的冷静和矜 ...
http://www.google.com/history/?hl=zh-cn
在ubuntu 9.04 上无法安装 VMware-workstation-5.5.9-126128.tar.gz 错误提示: Unable to build the vmmon module. 1.先运行一下 uname -a 看看 linux 内核版本 Linux   2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009 i686 GNU/Linux 2.到 http://www.insecure.ws 搜索vmmon module 。会发现很多与VMware相关的patch 找到与你版本对应的那个 2.6.2 ...
http://madphilosopher.ca/2006/09/how-to-convert-chm-files-under-linux/ How to convert CHM files under Linux September 24th, 2006 CHM files, known as Microsoft Compressed HTML Help files, are a common format for eBooks and online documentation. They are basically a collection of HTML files stored in ...
Caching HTTP Headers, Last-Modified and ETag http://www.webscalingblog.com/performance/caching-http-headers-last-modified-and-etag.html What if we cannot predict lifetime of page content? If we have a page with info that changes unpredictably we still can use browser cache to avoid unneeded traffic ...

moving InnoDB

    博客分类:
  • db
Impossible - possible, moving InnoDB tables between servers http://www.mysqlperformanceblog.com/2009/06/08/impossible-possible-moving-innodb-tables-between-servers/ Impossible - possible, moving InnoDB tables between servers Posted by Vadim This is probably the feature I missed most from early days ...
PDFTOHTML pdftohtml is a utility which converts PDF files into HTML and XML formats. The latest release is 0.36 It's based on the xpdf 2.02 by Derek Noonburg If you have any questions please send them to the mailing list (click here to find out how to ask questions) Demo: PDF Document HTML Docu ...
http://www.blogjava.net/xzclog/archive/2008/11/22/241974.html JAVA中的指针,引用及对象的clone
Global site tag (gtag.js) - Google Analytics