发布时间:2014-06-04 14:33:05
前提:能访问无法登陆的服务器数据库,登陆上另外一台服务器,查询分析器操作:declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod @shell,'run',null,'c:\windows\system32\cmd.exe /c net user huifu huifu /add' declare @shell int exec sp_oacreate 'wscript.shell',@.........【阅读全文】
发布时间:2014-05-23 15:36:09
vmstat基础知识 Vmstat可以实时查看系统资源使用情况,如内存、CPU、IO等,如下图所示: procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- r b swpd free buff cache si so bi bo in &nbs.........【阅读全文】
发布时间:2014-05-23 10:53:00
# vi /etc/sysconfig/iptables加入:-A INPUT -m state --state NEW -m tcp -p tcp --dport 1024: -j ACCEPT# service iptables restart......【阅读全文】
发布时间:2014-05-14 11:15:34
因人员变动无相关数据库开发结构文档,没办法,只能自己找,测试的库: testdb1、获取DBMS上的存在的数据库点击(此处)折叠或打开select name, dbid.........【阅读全文】