平日看到的JAVA相关技术链接

来源:互联网 发布:网络硬盘录像机说明书 编辑:程序博客网 时间:2024/05/17 06:04

转载地址http://my.oschina.net/qt16265/blog/13575

开源技术框架类:

  • menagerie (ZooKeeper-based Java Concurrency Libraries https://github.com/openUtility/menagerie#readme 
  • fastjson (Fast是一个JSON的Processor,功能强大、易用、快速的) http://code.alibabatech.com/wiki/display/fastjson/fastjson
  • commons-email (简化java email发送的API)http://commons.apache.org/email/index.html 
  • JIntellitype API (一个使用C++ DLL与windows操作系统通信的java JNI类库,仅限windows) http://melloware.com/products/jintellitype/index.html 。linux系统 可以用JxGrabKey http://sourceforge.net/projects/jxgrabkey/
  • rose (Rose 是由 人人网糯米网 提供的、基于Servlet规范、Spring“规范”的开放源代码WEB开发框架 ) http://code.google.com/p/paoding-rose/
  • metadata extraction in java (获取数码照片的EXIF信息)http://www.drewnoakes.com/code/exif/
  • Antlr (Antlr 是一个基于 Java 开发的功能强大的语言识别工具) http://www.antlr.org/works/index.html

  • DJNative http://djproject.sourceforge.net/ns/

技术文章:

  • Git (“A successful git branching model”) 英文http://nvie.com/posts/a-successful-git-branching-model/ 中文http://blog.leezhong.com/translate/2010/10/30/a-successful-git-branch.html
  • 如何将jar包加入maven官方仓库  https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
  • 深入Redis内部-Redis 源码讲解 http://pauladamsmith.com/articles/redis-under-the-hood.html#redis-under-the-hood
  • google十个核心技术 http://java.csdn.net/a/20100813/278148.html
  • google的编码规范:http://code.google.com/p/google-styleguide/ 
  • mysql5 日期类型datetime , timestamp 详解: 来自http://lavasoft.blog.51cto.com/62575/280284
  • JVM TI开发一个简单的Agent: http://kenwublog.com/jvmti-tutorial-a-simple-agent
  • web方式画时序图:http://www.websequencediagrams.com/
  • 判断是手机还是电脑访问的java工具类:(其中注意手机头信息中添加一个SymbOS) http://618119.com/archives/2011/01/26/207.html
  • Ngix官网:http://nginx.org/
  • Apache http Server 2.2 :http://lamp.linux.gov.cn/Apache/ApacheMenu/index.html
  • JAVA Annotation详解: http://www.blogjava.net/mlh123caoer/archive/2007/09/06/143260.html
  • JAVA反射机制学习:http://www.blogjava.net/zh-weir/archive/2011/03/26/347063.html
  • 高可扩展性 :http://highscalability.com/
  • Microsoft education blogger : http://blogs.msdn.com/b/alfredth/
  • google 图表API http://code.google.com/intl/zh-CN/apis/chart/ 
  • FLASH图表 http://teethgrinder.co.uk/open-flash-chart/index.php
  • struts与 velocity结合 http://www.ibm.com/developerworks/cn/java/j-sr1.html