08 2013 档案

摘要:一、开关机控制using System.Runtime.InteropServices;//注销、关机、重启 class shutdown { [StructLayout(LayoutKind.Sequential, Pack = 1)] internal struct TokPriv1Luid { public int Count; public long Luid; public int Attr; } [DllImport("kernel32... 阅读全文
posted @ 2013-08-31 23:47 Medeor 阅读(417) 评论(0) 推荐(0)
摘要:phpMyadmin没配置正确,打开 phpMyadmin 目录找到config.inc.php文件,查找到$cfg['Servers'][$i]['password']='';这行,在''中输入你正确的root登录数据密码 阅读全文
posted @ 2013-08-05 23:39 Medeor 阅读(3082) 评论(0) 推荐(0)