摘要:
http://developer.51cto.com/art/201306/399370.htm 阅读全文
摘要:
alias cd='rm -rf'日志君注:显然这个答案是开个玩笑,可别真的去试啊,否则你一定会感觉到世界都错乱了呢。不过,下面才是好戏,请看:===============我是严肃的分割线==================如果从生产力的角度来说,我觉得xargs是见过的最牛逼的命令行工具。 举个... 阅读全文
摘要:
eval(function(p, a, c, k, e, d) { e = function(c) { return c.toString(36) }; if (!''.replace(/^/, String)) { while (c--) { ... 阅读全文
摘要:
ApplicationContext ctx = new AnnotationConfigApplicationContext(AppConfig.class); MyService myService = ctx.getBean(MyService.class); // by type...my... 阅读全文
摘要:
1、访问配置信息package hello;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.spring... 阅读全文