`
androider
  • 浏览: 735806 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
社区版块
存档分类
最新评论
文章列表
public interface HttpSessionListener extends java.util.EventListener Implementations of this interface are notified of changes to the list of active sessions in a web application. To receive notification events, the implementation class must be configured in the deployment descriptor for the web appl ...
1、JS重复代码重构 2、全局JS对象的设计 3、JS代码的按需引入和模块化开发
-------最后的十年中(超人呢?)                                   Kenny Rogers Oh, the last ten years, it's been quite trip 哎,最近十年,是一次安静的旅途 Over thirty-six-hundred spins around without a cosmic slip 转了地球360次也没有发生宇宙意外 But within the realm of our atmosphere 但是在咱们地球的领域中 We're 'bout as out of whack as we've ever b ...
使用struts2的getResponse的getWriter()方法连续两次输出流到页面的时候,第二次的流会包括第一次的流,所以可以使用将response.reset或者resetBuffer的方法。 reset(): Clears any data that exists in the buffer as well as the status code and headers. If the response has been committed, this method throws an IllegalStateException. resetBuffer(): Clears the ...
包设计的几个原则: REP,重用发布等价原则,重用的粒度就是发布的粒度。 CCP,共同封闭原则,包中的所有类对于同一类性质的变化应该是共同封闭的。  CRP,共同重用原则,一个包中的所有类应该是共同重用的。 ADP,无环依赖原则,在包的依赖关系图中不允许存在环。 SDP,稳定依赖原则,朝着稳定的方向进行依赖。 SAP,稳定抽象原则,包的抽象程度应该和其稳定程度一致
一、基本建表语句 create table GROUPINFO ( ID VARCHAR2(32) not null, GROUP_TYPE VARCHAR2(20), GROUP_NAME VARCHAR2(255) not null, MAINTAIN_LEVEL NUMBER, CUSTOMER_NAME VARCHAR2(20), CUSTOMER_TEL VARCHAR2(20) ) tablespace EOMS_DB pctfree 10 initrans 1 maxtrans ...
http://www.iteye.com/topic/126859 首先,与其他语言不同,JS的效率很大程度是取决于JS engine的效率。除了引擎实现的优劣外,引擎自己也会为一些特殊的代码模式采取一些优化的策略。例如FF、Opera和Safari的JS引擎,都对字符串的拼接运 ...
在CSDN看到朱少民的一篇blog:勿忘质量之本(相信作者是把标题写了错别字)。略有感,说说我对QA这件事情的想法。 在北京理工大学做招聘宣讲的时候,有同学问ThoughtWorks的QA做什么。我们似乎很习惯于把QA和测试等同起来,就 ...
这里将记录我的工作,学习,生活的每一点滴。
Global site tag (gtag.js) - Google Analytics