浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 430 431 432 433 434 435 436 437 438 ··· 630 下一页

2012年3月7日

摘要: im4javaim4javaNoteThe current version of im4java is 1.2.1Introductionim4java is a pure-java interface to the ImageMagick commandline. For details about the project, please visit the main project page.... 阅读全文
posted @ 2012-03-07 00:27 lexus 阅读(741) 评论(0) 推荐(0)

摘要: Centos5安装JMagick - Linux - Tech - ITeye论坛用JAVA自带处理图形的工具,效果不尽人意啊,听说JMagick效果不错,在实验一番后,感觉效果还是不错的,不过在centos安装还是费尽一番周折。 首先安装ImageMagick,我的安装版本是:ImageMagick-6.4.0-0, 下载地址:http://downloads.jmagick.org/6.4.0... 阅读全文
posted @ 2012-03-07 00:26 lexus 阅读(245) 评论(0) 推荐(0)

2012年3月6日

摘要: 把公司内网的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)

摘要: Maven学习总结 - hanwesley - 博客园 阅读全文
posted @ 2012-03-06 08:52 lexus 阅读(185) 评论(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)

2012年3月5日

摘要: -Djava.library.path=/opt/CollabNet_Subversion/lib 阅读全文
posted @ 2012-03-05 17:14 lexus 阅读(178) 评论(0) 推荐(0)

摘要: mysql中limit的用法详解[数据分页常用] - 博观而约取,厚积而薄发。 - PHP博客mysql中limit的用法详解[数据分页常用]Posted on 2008-04-15 14:07 Peter Jin 阅读(24913) 评论(6) 编辑收藏 引用 网摘 所属分类: 技术点滴 -->在我们使用查询语句的时候,经常要返回前几条或者中间某几行数据,这个时候怎么办呢?不用担心... 阅读全文
posted @ 2012-03-05 11:37 lexus 阅读(289) 评论(0) 推荐(0)

摘要: SLF4J ManualSLF4J user manualThe Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, such as java.util.logging, log4j and logback. SLF4J ... 阅读全文
posted @ 2012-03-05 09:53 lexus 阅读(964) 评论(0) 推荐(0)

摘要: java迟暮, 阅读全文
posted @ 2012-03-05 09:46 lexus 阅读(154) 评论(0) 推荐(0)

摘要: Vivek's blog - Roll your own autocomplete solution using Tries.Roll your own autocomplete solution using Tries.You might have come across many websites with autocomplete suggestions, most notably Goog... 阅读全文
posted @ 2012-03-05 00:38 lexus 阅读(156) 评论(0) 推荐(0)

摘要: http://hyperpolyglot.org/scripting 阅读全文
posted @ 2012-03-05 00:27 lexus 阅读(119) 评论(0) 推荐(0)

上一页 1 ··· 430 431 432 433 434 435 436 437 438 ··· 630 下一页