@Configuration
public class PropertySourcePlaceholderConfig {
@Bean
public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer(){
PropertySourcesPlaceholderConfigurer configurer = new PropertySourcesPlaceholderConfigurer();
configurer.setIgnoreUnresolvablePlaceholders(true);
return configurer;
}
}
</div>
</div>
(转)WordPress常用模板函数 修改或自制WordPress主题必备
(转)Memcached 之 .NET(C#)实例分析
Ubuntu(Linux) + mono + xsp4 + nginx +asp.net MVC3 部署
urls.py路由系统分发的本质
Django-缓存
Django-信号
MySQL表按月切割
通过ModelForm实现主机添加和编辑
字定义JSON序列化支持datetime格式序列化