06 2020 档案
摘要:早上一个同事找到我,说他想提高系统启动的时间,就通过msconfig设置了启动最大内存和cpu个数,引起了系统蓝屏。 msconfig设置最大内存,引起系统蓝屏,无法启动解决方法导致此问题的根本原因是,内存被手动设置成最大内存,系统在启动时获取不到足够的内存引起的。可以通过命令行执行命令来去除设置的
阅读全文
摘要:select * from Customer join PubArea on Customer.AreaID=PubArea.AreaID update Customer set REMARK='删除' from Customer join PubArea on Customer.AreaID=Pu
阅读全文
摘要:// 打印所有 function onAllButtonClick() { $("#print div div:contains('项目号:')").html('项目号:' + F.ui.lbItem_no.getText()); $("#print div div:contains('内部合同号:
阅读全文