02 2015 档案
摘要:function Parent(hello){ this.hello = hello; this.sayHello = function(){ alert(this.hello);}}Parent.prototype.sayHello2 = function(){ alert...
阅读全文
摘要:1、如果只配置拦截类似于*.do格式的url,则对静态资源的访问是没有问题的,如下: dispatcherServlet org.springframework.web.servlet.DispatcherServlet ...
阅读全文
摘要:廖雪峰de博客 http://www.liaoxuefeng.com/ 阮一峰de博客 http://www.ruanyifeng.com/blog/ 赵磊推荐 http://blog.csdn.net/elf8848/article/details/39927499 火龙果被占用了 http://
阅读全文
摘要:调用者Class 及 methodStackTraceElement stacks[] = Thread.currentThread().getStackTrace(); for (StackTraceElement stack : stacks) { Strin...
阅读全文