
Java
嘎啦AGI实验室
物联网老炮,无栈架构师,影刀高级认证,工信部智能体工程师,PMP
展开
-
Google Guava - GuavaExplained | User Guide(Guava用户指南)
GuavaExplained Guava说明Landing page for Guava explanations. explained, FeaturedUpdated Jun 4, 2013 by lowas...@google.comGuava用户指南Guava项目包含若干Google的核心库, 包含如下项目: collections, caching, p翻译 2014-03-22 22:08:03 · 2241 阅读 · 0 评论 -
Eclipse Xtend - 疯狂的Java10
Eclipse Xtend - 疯狂的Java10原创 2014-07-31 19:21:03 · 2414 阅读 · 0 评论 -
Jenkins部署:SVN-Maven-Tomcat全程
全局配置JDK,Maven配置SVN -需要用户验证项目需要引入 maven-resources-plugin maven-resources-plugin 2.6手动安装Deploy Plugin下载网站 Download SiteSave the downloaded *.hpi/*.jpi file into the原创 2014-07-31 19:27:17 · 2075 阅读 · 0 评论 -
元组Tuple浅析
几乎所有动态语言默认支持元组。Scala和.Net平台各语言有语言级支持。XTend在内部有支持Pair和Triple,外部只有Pair...Java没有支持,但Java社区有两种元组的实现 com.othelle.jtuples jtuples 0.1.3 org.javatuples javatuples 1.原创 2014-07-31 19:24:58 · 3759 阅读 · 0 评论 -
Google Guava - FunctionalExplained(Guava函数式风格说明)
FunctionalExplained 函数式风格说明Functional idioms in Guava, explained. explainedUpdated Apr 10, 2013 by lowas...@google.com重要说明直到 Java 7, 想要在 Java 中实现函数式编程,只能通过笨重的匿名类来达到近似效果。这种情况在 Java 8 会有所翻译 2014-06-16 13:28:51 · 2392 阅读 · 0 评论 -
Apache Common - The Commons Proper(Apache Commons 正式项目)
组件AttributesRuntime API to metadata attributes such as doclet tags. 元数据属性(如文件标签)的运行时APIBCELByte Code Engineering Library - analyze, create, and manipulate Java class files字翻译 2014-06-16 15:44:15 · 1966 阅读 · 0 评论 -
Java - Database JDBC Driver Class
Driver ClassDatabase Typeoracle.jdbc.driver.OracleDriverOlder Oracle Driveroracle.jdbc.OracleDriverNewer Oracle Drivercom.sybase.jdbc2.jdbc.SybDriverSybase原创 2014-06-30 19:33:52 · 2956 阅读 · 1 评论 -
Eclipse - Eclipse实用插件集合
Eclipse - Eclipse实用插件集合原创 2014-06-24 16:30:35 · 2228 阅读 · 0 评论 -
Google - 最有用的 Google 开源项目简介
1.AngularJS2.Android3.Guava4.Guice5.Gson6.Co原创 2014-06-16 18:04:33 · 1779 阅读 · 0 评论 -
Eclipse - Eclipse插件安装方法
做为当下最流行的开源IDE之一,Eclipse的一大优势就在于其无数优秀的插件。一个好的插件可以大大的提高我们的工作效率,学习如何安装Eclipse插件自然也是必修课了。下面介绍Eclipse插件的安装方法。Eclipse插件的安装方法大体有以下三种:第一种:直接复制法假设你的Eclipse的在(C:\eclipse), 解压你下载的 eclipse 插件或者安装eclip原创 2014-06-24 17:28:50 · 2576 阅读 · 0 评论 -
Jodd - Java世界的瑞士军刀
如果你被Java世界的数以万计的解决方案晃花了眼睛,考虑余生是否与之搏斗的时候,英雄Jodd可以拯救你。Jodd开创性的集合了Apache Commons (Lang,IO,BeanUtils,Codec,Email)中的核心功能,MVC、IOC/DI 、ORM 统统使用自有解决方案(想想Spring),加上简化而优雅的Http处理类(流式调用,媲美基于HttpClient的HC Fluent),原创 2014-06-24 16:59:11 · 2547 阅读 · 0 评论 -
Design Pattern - Java 设计模式实战精髓
迭代器模式Java中的Iterator接口。观察者模式Java中的Observable类和Observer接口。原型模式Java中的Cloneable接口。单例模式在Spring的Bean配置中,默认Bean就是单例的。所有的Dao和Service都应该是单例的。代理模式Spring实现了对于事务的动态代理。使用事务的时候,会用到Spring封装好的代理类。适配器模式使用了Jodd的时间操作,为了...原创 2014-03-22 21:36:53 · 1921 阅读 · 0 评论