不懂事的小男孩

2017年12月20日

创建作业(JOB)

摘要: 在SQL Server日常需求处理中,会遇到定时执行或统计数据的需求,这时我们可以通过作业(JOB)来处理,从而通过代理的方式来实现数据的自动处理。一下为SQL Server中创建作业的脚本,供大家参考使用。 一、创建作业(JOB) -- SQL SERVER2000 作业(JOB)T-SQL创建脚 阅读全文

posted @ 2017-12-20 09:48 不懂事的小男孩 阅读(1149) 评论(0) 推荐(0)
html5 浏览文件

摘要: var fileInput = document.getElementById('test-image-file'), info = document.getElementById('test-file-info'), preview = document.getElementById('test- 阅读全文

posted @ 2017-12-20 08:47 不懂事的小男孩 阅读(576) 评论(0) 推荐(0)