Initial commit

This commit is contained in:
Collapser 2021-10-19 15:54:44 +08:00
parent c45443bc31
commit e4211ed884
1 changed files with 6 additions and 6 deletions

View File

@ -288,23 +288,23 @@ int _tmain(int argc, _TCHAR* argv[])
“以管理员身份运行程序”方式打开程序,提示任务计划创建成功。 “以管理员身份运行程序”方式打开程序,提示任务计划创建成功。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e542bb6eec0f93c6ec02b4f50973d741.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/e542bb6eec0f93c6ec02b4f50973d741.writebug)
打开任务计划列表进行查看发现“520”任务计划成功创建。 打开任务计划列表进行查看发现“520”任务计划成功创建。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/c7953c56b969f3394458c4d097bddfc9.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/c7953c56b969f3394458c4d097bddfc9.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/3566ef40f42abe9ab4365af312e51011.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/3566ef40f42abe9ab4365af312e51011.writebug)
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/9beb1edb6785e012fc6ef0d9888e06fe.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/9beb1edb6785e012fc6ef0d9888e06fe.writebug)
然后,删除创建的任务计划,程序提示删除成功。 然后,删除创建的任务计划,程序提示删除成功。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/5b95c68abce032a5e9452dc216b8ec0c.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/5b95c68abce032a5e9452dc216b8ec0c.writebug)
查看任务计划列表发现“520”任务计划已经成功删除。 查看任务计划列表发现“520”任务计划已经成功删除。
![](http://www.write-bug.com/myres/static/uploads/2021/10/19/e34a1e9c0c35d5ef284e8b235d1b3a7b.writebug) ![](http://www.writebug.com/myres/static/uploads/2021/10/19/e34a1e9c0c35d5ef284e8b235d1b3a7b.writebug)
所以,测试成功。 所以,测试成功。