摘要:
当打印机不能正常打印时,可以尝试重启打印机相关的服务来解决 重启的服务有Server、pooler 顺便还清理的打印机的文件缓存 @echo off net stop Server net start Server net stop Spooler del /f /s /q C:\Windows\S 阅读全文
摘要:
条件: 1 CREATE TABLE `salaries` ( `emp_no` int(11) NOT NULL, 2 `salary` int(11) NOT NULL, 3 `from_date` date NOT NULL, 4 `to_date` date NOT NULL, 5 PRIM 阅读全文