`
mozhenghua
  • 浏览: 324453 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表
今天元云大师 给我们做了数据库分享,感觉很有用呀,这里作了分享笔记,供大家参考   Mysql 性能分析关键命令: Set profiling = no Show profiles Select sql_no_cache Show profile all for query n     在执行查询过程中 sending data步骤中有以下开销 1.
» Complexity is the enemy I'm almost through my seventh year working at Google(!). I have learned many things there, more than I could ever write down. I thought I would at least share with you something that's only come to me with more experience.   我已经在google待了7年了。我在那儿学到了很多比我以前用纸记录下来的更多的东西。我认为我能 ...
http://perfectflyer.com/win7secrets.php
Strust2 internal  Container 如何将spring容器中的bean注入到静态类中的?   在struts-plugin.xml这个文件中的配置信息,如下:     <bean type="org.apache.struts2.rest.handler.ContentTypeHandler" name="xml" class="o ...
解析,jsp页面之后将整个jsp页面存放到的数据结构中 public static class Nodes { private List list; private Node.Root root; // null if this is not a page private boolean generatedInBuffer; public Nodes() { list = new Vecto ...
今天发现一个svn的奥秘,原先可以用以下url取得一个svn的最新版本 http://10.9.24.161/aaa/aaa.txt, 用以下形式可以得到文件的任意历史版本 http://10.9.24.161/aaa/!svn/ver/96/aaa.txt   奥秘就在中间的!svn/ver/96  
       使用Struts作为mvc模式框架,需要在web.xml 文件中申明org.apache.struts2.dispatcher.FilterDispatcher 这个拦截器作为dispatcher来使用。 <filter> <filter-name>struts2</filter-name> <filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class> </filter> <!-- Exten ...
      利用JSP实现动态页面,常常会写一个自定义标签来实现页面的组件化设计。一般是写一个类让它继承TagSupport类,然后将页面的逻辑封装在TagSupport中,然后在tld文件中添加自定义标签的属性及标签名称声明。 之后就可以在jsp页面使用自定义标签了,以上提到的自定义标签只是一个大概,在此不赘述了。       另外实现页面组件化设计还有另外一个途径,那就是通过tagplugin来实现。 package org.apache.jasper.compiler.tagplugin; public interface TagPlugin { void doTag(Ta ...
创建JndiResourceFactory         实现javax.naming.spi.ObjectFactory接口,该工场的功能是创建resource object对象。          import java.util.Enumeration; import java.util.Hashtable; import javax.naming.Context; import javax.naming.Name; import javax.naming.NamingException; import javax.naming.RefAddr; import ...
风风火火的2010年又将结束,不知道为啥,最近几年年终我会情不自禁地写一写我一年的收获,困惑,还有喜悦的事。也许是因为年龄的原因,年纪大了之后,每当有空的时候总想回忆一下以前发生的事儿,回味回味,但是我的记 ...
风风火火的2010年又将结束,不知道为啥,最近几年年终我会情不自禁地写一写我一年的收获,困惑,还有喜悦的事。也许是因为年龄的原因,年纪大了之后,每当有空的时候总想回忆一下以前发生的事儿,回味回味,但是我的记 ...
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Test { private static final Pattern p = Pattern .compile("(UU|D|U|_U)//s+(//S+?//.jsp)"); /** * @param args */ public stati ...
import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.regex.Matcher; import java.util.regex.Pattern; public class Test { private static final Pattern p = Pattern .compile("(UU|D|U|_U)//s+(//S+?//.jsp)"); /** * @param args */ public stati ...
import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; public class UpdatePath implements Serializable { private final String path; public UpdatePath(String path) { th ...
import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; public class UpdatePath implements Serializable { private final String path; public UpdatePath(String path) { th ...
Global site tag (gtag.js) - Google Analytics