我有一個使用dinamically DLL的主程序(PMAIN)。假設PMAIN使用由DLL導出的2個函數(foo1,foo2和foo3)。該功能是這樣的: int __stdcall foo1(){
str = new MyStruct;
}
int __stdcall foo2(){
str.LC->objF1();
}
int __stdcall foo3(in
鑑於我有一個Spring bean配置爲 @Service("myService")
public class DefaultService extends MyService {
}
和一類使用這個bean public class Consumer {
@Autowired
@Qualifier("myService")
private MyService