摘要:
把公司内网的resposity删了之后再在回家来下包就好了, 阅读全文
posted @ 2012-03-06 23:59
lexus
阅读(229)
评论(0)
推荐(0)
|
摘要:
把公司内网的resposity删了之后再在回家来下包就好了, 阅读全文
posted @ 2012-03-06 23:59
lexus
阅读(229)
评论(0)
推荐(0)
摘要:
run-jetty-run - Jetty Eclipse Plugin! Best plugin for running Jetty in Eclipse! Jetty,Eclipse,Maven,Web - Google Project HostingRun Jetty RunRun web applications with Jetty and Eclipse in one click! F... 阅读全文
posted @ 2012-03-06 23:34
lexus
阅读(302)
评论(0)
推荐(0)
摘要:
Java除法结果带小数、进一法的实现(java)进一法: 即省略的位上只要大于零都要进一位 ; 四舍五入法: 即省略的位上小于五都要舍去,但省略的位上满五都要进一位 ; 还有一种 去尾法: 即省略的位上不管是否满五都要舍去 ; 1、除法带小数例如: int a = 8; int b = 3; int c = ((double)la)/b; System.out.println(c);系统打印:2.... 阅读全文
posted @ 2012-03-06 21:16
lexus
阅读(2441)
评论(0)
推荐(0)
摘要:
javaMath.round()_李金峰_新浪博客javaMath.round()public class MathTest { public static void main(String[] args) { System.out.println("小数点后第一位=5"); System.out.println("正数:Math.round(11.5)=" + Math.rou... 阅读全文
posted @ 2012-03-06 21:13
lexus
阅读(333)
评论(0)
推荐(0)
摘要:
java定义二维数组的几种写法_nino收藏夹_百度空间java定义二维数组的几种写法2008年06月26日 星期四 14:48//定义二维数组写法1 class numthree { public static void main(String[] args) { float[][] numthree; //定义一个float类型的2维数组 numthree=new float[5][5]; ... 阅读全文
posted @ 2012-03-06 20:43
lexus
阅读(336)
评论(0)
推荐(0)
摘要:
public static String removeModelImpurities(String model) { Pattern regex = Pattern.compile("[^a-zA-Z0-9]$"); String resultString = ""; if (model!=null) { resultString=model.trim(); } try { Matcher re... 阅读全文
posted @ 2012-03-06 20:25
lexus
阅读(213)
评论(0)
推荐(0)
摘要:
Home - Dubbo - Alibaba Open SesameOverview(+) (#)Serving 1,000+ services with 1,000,000,000+ invocations everyday, Dubbo becomes the key part of Alibaba's SOA solution and has been deployed to the who... 阅读全文
posted @ 2012-03-06 15:29
lexus
阅读(403)
评论(0)
推荐(0)
摘要:
jQuery boxy弹出层对话框插件中文演示及讲解Query boxy弹出层插件中文演示及讲解源文件下载(.zip 37.04K)测试页面 »使用该jQuery插件要想使用该jQuery插件,需要把$(selector).boxy();放在document.ready中。使用合适的选择器表达式替换这里的"selector",例如:"a[rel=boxy],form.with-confirmati... 阅读全文
posted @ 2012-03-06 13:52
lexus
阅读(269)
评论(0)
推荐(0)
摘要:
测试Action - jj - ITeye技术网站1、添加jarstruts2-junit-plugin-2.1.8.jar //strutsorg.springframework.core-3.0.3.RELEASE.jar //springorg.springframework.test-3.0.3.RELEASE.jar //spring2、ActionTest extends Struts... 阅读全文
posted @ 2012-03-06 09:29
lexus
阅读(197)
评论(0)
推荐(0)
摘要:
使用Maven2进行单元测试_我心飞扬_百度空间使用Maven2进行单元测试2008年02月26日 星期二 10:21Now let's test the application. A few simple test classes can be found in the source code. Unit testing is (or should be!) an important part ... 阅读全文
posted @ 2012-03-06 09:09
lexus
阅读(314)
评论(0)
推荐(0)
摘要:
rapid-framework - java web快速开发脚手架 - Google Project Hostingweb项目脚手架rapid-framework是一个以spring为核心的项目脚手架(或者称为胶水框架),框架将各个零散的框架(struts,strust2,springmvc,hibernate,ibatis,spring_jdbc,flex)搭建好,并内置一个代码生成器,辅助项目... 阅读全文
posted @ 2012-03-06 00:37
lexus
阅读(177)
评论(0)
推荐(0)
|