奋斗冬瓜

文章
4
资源
0
加入时间
2年10月21天

C语言出现错误

输出类错误returned1 exit status passing argument 1 of ‘printf’ makes pointer from integer without a cast少参数的错误:too few arguments to function ‘dc’定义函数时设置了几个参数,但是调用的时候参数个数,类型也要一一对应

通过任务计划程序和Powershell脚本实现自动安装Windows补丁

域控补丁通过任务计划程序安装,输出日志方便确认安装情况多域控安装 同时输出日志到同一目录后期进一步修改以实现自动设立和删除任务计划程序,避免多余操作第一个计划任务设置定时启动#启用WindowsUpdate服务Set-Service wuauserv -StartupType ManualStart-Service wuauserv#申明变量$hostname = hostname$time = Get-Date$log = '<Log存放目录>'$patch.