摘要:
网站中有读取居民身份证的机器,需要安装一些注册activeX控件然后进入指定目录下执行以下命令regsvr32 xxx.ocx报了个错: but the call to DIIRegisterServer failed with error code 0x80040200 度娘了一下,发现原因很简单 阅读全文
摘要:
性能测试的时候对SQLserver DB中的CPU,io,内存进行监控 可以通过系统进程表查看资源使用情况 注意要有master权限 select top 10 * from SYSPROCESSES order by cpu descselect top 10 * from SYSPROCESSE 阅读全文
摘要:
# /etc/profile # System wide environment and startup programs, for login setup# Functions and aliases go in /etc/bashrc pathmunge () { if ! echo $PATH 阅读全文