惠州统计年鉴
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

14 行
730 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <beans xmlns="http://www.springframework.org/schema/beans"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
  4. xmlns:task="http://www.springframework.org/schema/task"
  5. xsi:schemaLocation="http://www.springframework.org/schema/beans
  6. http://www.springframework.org/schema/beans/spring-beans-4.2.xsd
  7. http://www.springframework.org/schema/task
  8. http://www.springframework.org/schema/task/spring-task.xsd">
  9. <!-- <bean id ="rwqdTime" class= "com.lion.timer.RwqdNoticeTime" ></bean >
  10. <task:scheduled-tasks>
  11. <task:scheduled ref="rwqdTime" method="runTime" cron= "0 0 9 * * ?"/>
  12. </task:scheduled-tasks> -->
  13. </beans>