随笔分类 -  00.Java & j2ee

1 2 3 4 5 ··· 8 下一页
该文被密码保护。
posted @ 2018-04-06 22:42 庚武 阅读(5) 评论(0) 推荐(0) 编辑
摘要:Hudson Post build taskhttps://plugins.jenkins.io/postbuild-taskThis plugin allows the user to execute a shell/batch task depending on the build log ou 阅读全文
posted @ 2017-12-05 22:18 庚武 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:Reducing Boilerplate Code with Project Lombok https://projectlombok.org/features/all https://github.com/rzwitserloot/lombok http://jnb.ociweb.com/jnb/ 阅读全文
posted @ 2017-11-28 13:07 庚武 阅读(233) 评论(0) 推荐(0) 编辑
摘要:http://search.maven.org http://search.maven.org/#artifactdetails%7Cio.fabric8%7Cvertx-maven-plugin%7C1.0.13%7Cmaven-plugin 源码: https://github.com/fabr 阅读全文
posted @ 2017-10-23 12:31 庚武 阅读(556) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/softidea/p/4106659.html 阅读全文
posted @ 2017-10-11 11:33 庚武 阅读(323) 评论(0) 推荐(0) 编辑
摘要://filename: MainVerticle.java package io.vertx.guides.wiki; import io.vertx.core.AbstractVerticle; import io.vertx.core.DeploymentOptions; import io.vertx.core.Future; /** * @author Julien Ponge ... 阅读全文
posted @ 2017-10-09 17:37 庚武 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-05 23:51 庚武 阅读(871) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2017-06-07 16:49 庚武 阅读(2) 评论(0) 推荐(0) 编辑
摘要:PostgresQL 字符串隐式转换JSON脚本: -- 隐式将varchar转换为json CREATE OR REPLACE FUNCTION json_in_varchar(varchar) RETURNS json AS $$ SELECT json_in($1::cstring); $$ LANGUAGE SQL IMMUTABLE; DROP CAST IF EXISTS (v... 阅读全文
posted @ 2017-03-21 16:23 庚武 阅读(7848) 评论(0) 推荐(0) 编辑
摘要:$ ./gradlew build --refresh-dependencies 阅读全文
posted @ 2017-01-03 00:46 庚武 阅读(2131) 评论(0) 推荐(0) 编辑
摘要:from: http://tecadmin.net/install-java-8-on-centos-rhel-and-fedora/ After a long wait, finally Java SE Development Kit 8 is available to download. JDK 阅读全文
posted @ 2016-12-31 02:19 庚武 阅读(301) 评论(0) 推荐(0) 编辑
摘要:以前觉得java让人觉得有趣的一个特点是支持:匿名内部类,而最近发现jdk8已支持lambda并有更简便的方式,来实现匿名内部类. 这会让程序员更舒服,更喜欢java. 多年前觉得java语法和C#语法差得有点远,没有C#那么写来方便,现在觉得jdk8也很不错了。做技术还是要向前看。 新的实现方式: 阅读全文
posted @ 2016-08-28 21:00 庚武 阅读(5522) 评论(0) 推荐(0) 编辑
摘要:ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'Errors from ADB:ddms: 'I:\android-sdk\platform-tool... 阅读全文
posted @ 2015-06-01 23:58 庚武 阅读(3315) 评论(0) 推荐(0) 编辑
摘要:官网: http://mybatis.github.io/mybatis-3/zh/index.html资料: http://www.open-open.com/doc/list/112?o=d整合Spring参考: http://www.cnblogs.com/obullxl/p/mybatis-... 阅读全文
posted @ 2015-05-27 17:01 庚武 阅读(148) 评论(0) 推荐(0) 编辑
摘要:FirstEJB2.0.zipEclipse + JBoss 5.1Ejb3Example.zipEclipse + JBoss 7.1注意点:1. jboss 增加用户:D:\DevPrograms\jboss\jboss-as-7.1.1.Final\bin>add-user.batWhat t... 阅读全文
posted @ 2014-10-20 16:54 庚武 阅读(306) 评论(0) 推荐(0) 编辑
摘要:1. HelloWebService.javapackage com.xx.webservices;import javax.jws.WebMethod;import javax.jws.WebParam;import javax.jws.WebResult;import javax.jws.Web... 阅读全文
posted @ 2014-10-16 17:32 庚武 阅读(322) 评论(0) 推荐(0) 编辑
摘要:https://tomee.apache.org/Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web Profile certified stack where Apache Tomcat is top dog. Apac... 阅读全文
posted @ 2014-10-15 17:12 庚武 阅读(591) 评论(0) 推荐(0) 编辑
摘要:-vmD:/DevPrograms/Java/jdk1.5.0_22/bin/javaw.exe-startupplugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar--launcher.libraryplugins/or... 阅读全文
posted @ 2014-10-14 13:12 庚武 阅读(692) 评论(0) 推荐(0) 编辑
摘要:方法一:mvn dependency:sourcesmvn dependency:resolve -Dclassifier=javadocThe first command will attempt to download source code for each of the dependenci... 阅读全文
posted @ 2014-09-25 22:53 庚武 阅读(459) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 8 下一页