`
case0079
  • 浏览: 52195 次
  • 性别: Icon_minigender_1
  • 来自: 江阴
社区版块
存档分类
最新评论
文章列表

秀儿子

我儿子。。。
http://www.blogjava.net/landor2004/archive/2009/08/11/290567.html

JS..

    博客分类:
  • JAVA
http://msdn.microsoft.com/en-us/library/bb250448(VS.85).aspx
同时使用的时候需要配置[PT]标记 参考http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html
关于Container-Managed Entity Managers 手册中写到 With a container-managed entity manager, an EntityManager instance’s persistence context is automatically propagated by the container to all application components that use the EntityManager instance within a single Java Transaction Architecture (JTA) transac ...

check or not?

    博客分类:
  • JAVA
有些同事喜欢在每个方法开始前CHECK参数,抛出一些诸如IllegalArgumentException之类的异常. 最近瞄了一下Effective Java,竟然也是这样建议的. 可是在网站开发中,一般都会在入口程序中或则前CHECK参数. 那以后的SERVICE和DAO难道还需要CHECK吗. 譬如好酒好菜放在面前,一个字"吃";毒药放在面前,两个字"不吃";这个是嘴巴管的. 但是如果吃到肚子里面的话,胃是统统会处理的呀. CHECK OR NOT?
http://developer.yahoo.com/performance/rules.html
STRUTS本身提供PARAM自动封装到ACTION的FIELD中 但如果一个ACTION有多个方法EXCUTE1.EXCUTE2... 这个时候如果每个方法要处理的PARAM不同的话则FIELD是他们的并集,这样代码看起来比较难看 各位对这个有什么好的思路不?
jconsole

笔试题目

这个题感觉开发中不太容易遇到吧   id name class score 1   小东   语文   90 2   小东   语文   90 3   大东   数学   68 4   小东   语文   90   删除多余数据   答案: delete test a where exists (select 1 from test b where a.name=b.name and a.class=b.class and a.id>b.id)
package com.d1xn.core.exception; /** * 异常枚举 * * @author gonghf * @version 1.0 Jan 5, 2009 */ public final class D1xnErrorEnum { public final static D1xnError E1000 = new D1xnError("1000", "没有该异常"); public final static D1xnError E2000 = new D1xnError("2000", &q ...

工程师

在工程师的头脑里 程序是立体的
http://www.techonthenet.com/oracle/exceptions/named_system.php   Oracle Exception NameOracle ErrorExplanation DUP_VAL_ON_INDEX ORA-00001 You tried to execute an INSERT or UPDATE statement that has created a duplicate value in a field restricted by a unique index. TIMEOUT_ON_RESOURCE ORA-00051 ...
http://tech.ccidnet.com/art/3089/20060713/622041_1.html 本文介绍了Linux下的cluster软件LVS,并举例介绍一个Linux下的cluster(集群)的安装和实现的详细过程。 在各种网络服务普遍应用的今天,随网络速度的提高以及用户的增加,在一些繁忙的 ...

LINUX学习

删除非空文件夹    rm -rf  r:recursive;f:force
Global site tag (gtag.js) - Google Analytics