出现找不到xib指定的图片,需要指定图片的完整路径,不能只是图片名 详见:http://vocaro.com/trevor/blog/2012/10/21/xcode-groups-vs-folder-references/ An image stored as a folder reference will not work with Interface Builder! When editing, IB is able to find the image file and allows yo…
public Function SaveText(filePath,content)set fso=createobject("scripting.filesystemobject") Set f = fso.CreateTextFile(filePath,True)f.write(content)f.closeEnd Function Function copy(value,objShell) 'replace_str=""&chr(34)'Set reg…
Quartz是一个开源的作业调度框架,它完全由Java写成,并设计用于J2SE和J2EE应用中.它提供了巨大的灵 活性而不牺牲简单性.你能够用它来为执行一个作业而创建简单的或复杂的调度. eg: jar entity (Plan) public class Plan { //时间 private String date; //任务 private String task; public String getDate() { return date; } public void setDate(…