@Configuration
public class PropertySourcePlaceholderConfig {
@Bean
public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer(){
PropertySourcesPlaceholderConfigurer configurer = new PropertySourcesPlaceholderConfigurer();
configurer.setIgnoreUnresolvablePlaceholders(true);
return configurer;
}
}
</div>
</div>
yii框架无限极分类的做法
yii框架中的下拉菜单和单选框
yii框架定时任务的操作
yii框架里DetailView视图和GridView的区别
git的使用(1)
mysql 连接问题
PHP字符串函数
phpdocmentor 生成php 开发文档(转载)
使用Nginx的X-Accel-Redirect实现大文件下载