package com.chengxi.qs.service;
/***
* 执行的业务逻辑类
* @author wzh
*
*/
public class JobTask {
public void work(){
System.out.println("正在调度任务...");
}
}
<beans xmlns="http://www.springframework.o...
分类:
编程语言 时间:
2014-11-21 18:54:26
阅读次数:
198
今天在更新项目的时候遇到一个问题,按惯例要cleanup才能重新更新。但是很不幸,在cleanup的时候又遇到了问题!svncleanupfailed–previousoperationhasnotfinished;runcleanupifitwasinterrupted要更新先要cleanup,但是cleanup的失败信息又叫我cleanup……这是一个死循环!?.
分类:
其他好文 时间:
2014-11-21 16:42:50
阅读次数:
199
这一节我们将讲解数码管的使用,由于原理在学51单片机的时候已经学习过,在这里只需要利用前面学习的对AVR单片机的IO口操作方式就可以自己写练习题了。
下面的数码管是共阳极数码管。
代码:显示从0到9。
/*
*author:ChenLu
*date:2014.11.20
*/
//input the head file so that the program can work norm...
分类:
其他好文 时间:
2014-11-20 13:44:15
阅读次数:
162
以下是蜂鸣器的电路图。
代码:蜂鸣器代码。
/*
*info:buzzer
*author:chenlu
*date:2014.11.20
*/
//input the head file so that the program can work normally
//iom16v---know the register
//macros---know the BIT(x)
#i...
分类:
其他好文 时间:
2014-11-20 12:04:44
阅读次数:
193
Fialdcase 1: let can work in it's block{ let a = 10; var b = 1;}a // ReferenceError: a is not defined.b //1Case 2: Let has no "Hosting" Problemf...
分类:
其他好文 时间:
2014-11-19 23:56:04
阅读次数:
321
参考自http://stackoverflow.com/questions/19478244/how-does-a-case-anonymous-function-really-work-in-scalahttp://www.scala-lang.org/files/archive/nightly/...
分类:
其他好文 时间:
2014-11-19 15:32:55
阅读次数:
244
1.下载eclipse和Python最新版本并安装;2.在eclipse中点击help----install new software ,在弹出的对话框中Work With后面输入链接http://pydev.org/updates,点击Add,就可以添加了pyDev了。添加完成后需要进行设置。3....
分类:
编程语言 时间:
2014-11-19 14:04:31
阅读次数:
192
使用svn update更新时候提示:svn: E155036: The working copy at 'xxx'is too old (format 29) to work with client version '1.8.9 (r1591380)' (expects format 31). Y...
分类:
其他好文 时间:
2014-11-19 13:56:09
阅读次数:
2913
I was in the Kings Cross area of London this week and walked past the site for the proposed new Google headquarters that is being built in the area.? It‘s a fascinating building, not only because ...
分类:
其他好文 时间:
2014-11-19 11:35:48
阅读次数:
209
Lastly,I have been found what significance is life and I try my best to work out it.But after a suffering during of such pursuit,I ask :"what I want t...
分类:
其他好文 时间:
2014-11-19 10:50:04
阅读次数:
147