`
ollevere
  • 浏览: 265700 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表

JAVA 定时器

http://apps.hi.baidu.com/share/detail/33720498 (各种定时器)   本文主要使用 Spring ,Quartz 来简单的实现一个定点执行的定时任务。   Quartz是OpenSymphony开源组织在Job scheduling领域又一个开源项目,可以用来创建简单或者复杂的定时任务。 l 

Javascript绝句欣赏

    博客分类:
  • JS
转自(http://site.douban.com/widget/notes/22456/note/142716442/)   1. 取整同时转成数值型: '10.567890'|0 结果: 10 '10.567890'^0 结果: 10 -2.23456789|0 结果: -2 ~~-2.23456789 结果: -2 2. 日期转数值: var d = +new Date(); //1295698416792 3. 类数组对象转数组: var arr = [].slice.call(arguments) 4. 漂亮的随机码: Math.random ...
详细见附件。。
转自(http://elf8848.iteye.com/blog/811037) classes12.jar,ojdbc14.jar,ojdbc5.jar和ojdbc6.jar的区别,之间的差异     在使用Oracle JDBC驱动时,有些问题你是不是通过替换不同版本的Oracle  JDBC驱动来解决的?最常使用的ojdbc14.jar有多个版本,classes12.jar有多个版本你了解吗?   连接类型:1、JDBC OCI: oci是oracle call interface的缩写,此驱动类似于传统的ODBC 驱动。因为它需要Oracle Call Interface ...
    不要想当然的认为使用了Hibernate的二级缓存就一定能够提高应用程序的性能,仅仅在你能够驾驭它,并且条件适合的情况下才是这样的。    使用hibernate的二级缓存限制还是比较多的。在不了解原理的情况下,可能缓存中 ...
转自(http://elf8848.iteye.com/blog/700262)   一. 我们使用oscache来演示 , 引入oscache的jar包到工程中.   二. 把下载的Hibernate压缩包中的  hibernate-3.2\etc\oscache.properties放入classpath中. 用默认设置就行了.   三.修改hibernate.cfg.xml  , 加入如下, 意思启用二级缓存, 指定使用OSCache这个实现.     Xml代码   <!DOCTYPE hibernate-configuration P ...

日志解决方案(转)

    博客分类:
  • java
转至: http://elf8848.iteye.com/blog/792546    日志解决方案  一、org.apache.commons.logging.Log方案 二、slf4j方案   参见: java日志,需要知道的几件事(commons-logging,log4j,slf4j,logback) http://www.iteye.com/topic/934593   log4j logback slf4j项目配置中的简单总结 http://www.iteye.com/topic/345924

js_trim()十二种实现

    博客分类:
  • JS
The analysisAlthough there are 11 rows in the table above, they are only the most notable (for various reasons) of about 20 versions I wrote and benchmarked against various types of strings. The following analysis is based on testing in Firefox 2.0.0.4, although I have noted where there are major dif ...
问题描述: 部署war包时, 发生 IWAE0022E Exception occurred loading deployment descriptor for module “test.war” in EAR file “/home/was/was6/profiles/appsrv01/wstemp/514564614/upload/test_war.ear” 异常。查看日志以获取详细信息。 查看SystemErr.log Wrapped exceptionorg.xml.sax.SAXParseException: Attribute “version” must be declar ...
  web.xml声明部分一般分为如下版本的xsd, web-app_2_2.xsd web-app_2_3.xsd web-app_2_4.xsd web-app_2_5.xsd   web-app_2_2.xsd   <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://ja ...
JSP中出现According to TLD or attribute directive in tag file, attribute value does not accept any expressions  应用部署运行的时候出现JSP异常, 发生在使用JSTL库的时候: According to TLD or attribute directive in tag file, attribute value does not accept any expressions, 可能是因为使用了JSP2.0版本, 同时又没有使用JSTL core库的备用版本(RT库),   以下有两种 ...
 今天使用<c:forEach>标签迭代JavaBean的属性时报错:  Unable to find a value for "sCustName" in object...   郁闷了好久,后来通过网上查资料 才发现是命名规范的问题, 把sCustName改成 scustName 就OK啦。。。     Spring JavaBean属性命名有特殊规范 一般情况下,Java的属性变量名都以小写字母起头.但也存在特殊情况,需要大写字母开头. JavaBean允许大写字母起头的属性变量名,不过必须满足"变量的前两个字母要么全部大写,要 ...
MyEclipse 反编译插件jad安装方法准备工作1. 下载jad.exe文件:http://www.varaneckas.com/sites/default/files/jad/jad158g.win.zip2. 下载jadeclipse插件:http://prdownloads.sourceforge.net/jadclipse/net.sf.jadclipse_3.3.0.jar?download3. JadClipse 官网:http://jadclipse.sourceforge.net/wiki/index.php/Main_Page   安装1. 将jad.exe解压到指定目 ...
                                                     最近在准备一支外包团队的过程中,我思考了一下:做为一个程序员,最珍贵的品质是什么?有个词一直在我的脑海里反复出现,它就是平衡(balanc ...
在使用codegen插件来从WSDL文件生成代码时,到了最后一步竟然出然了"An error occurred while completing process -java.lang.reflect.InvocationTargetException"的错误,   从AXIS2的LIB库中复制"geronimo-stax-api_1.0_spec-1.0.1.jar"和"backport-util-concurrent-3.1.jar"文件到Codegen的lib目录中,同时修改plugin.xml文件,添加   <l ...
Global site tag (gtag.js) - Google Analytics