新建的线程类NewThread,在这个类中国使用Spring的注解获取Service,为null 网上已有这种问题的解决方案,但是为何在新线程中使用注解获取不到Spring管理的Bean? 问了老大,一句话点破:new出来的线程,脱离了Spring的容器 PS:理解了一句话 ,Spring是最大的工厂模式 验证 线程有可能是因为native方法的原因,我不new 线程了,new一个别的对象,debug看看是否不能使用注解. 新建Test 类 public class Test { @Resour
string path = new directoryinfo("../").fullname;//当前应用程序路径的上级目录 获取当前目录可以使用appdomain.currentdomain.basedirectory. 获取当前目录的上级目录path.getfullpath("..") 代码 using system; using system.collections.generic; using system.linq; using system.text;