上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: http://blog.csdn.net/mypcstyle/article/details/37501123如何修复MySQL数据库(MyISAM / InnoDB)本文总结了7种修复MySQL数据库的方法,当我们重启数据库无法解决问题或者有数据表损坏时,可以尝试从下面列出的方法中找出相应的解决方... 阅读全文
posted @ 2014-07-11 18:00 4admin2root 阅读(326) 评论(0) 推荐(0)
摘要: MegaRAID Storage ManagementApplicationlinux:http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=migr-5082311windows:http://www-947.ibm.com/... 阅读全文
posted @ 2014-07-04 12:54 4admin2root 阅读(932) 评论(0) 推荐(0)
摘要: http://www.petefreitag.com/item/793.cfmEvery so often I run into a403 Forbiddenresponse when I'm setting up something in Apache, checking the log file... 阅读全文
posted @ 2014-06-19 13:31 4admin2root 阅读(323) 评论(0) 推荐(0)
摘要: 虽说是老贴了,但是最近还接触到原文:https://access.redhat.com/site/solutions/68466问题Linux Kernel panics whensched_clock()overflows after an uptime of around 208.5 daysR... 阅读全文
posted @ 2014-04-29 15:44 4admin2root 阅读(682) 评论(0) 推荐(0)
摘要: 原文:http://oracleinaction.com/reboot-less-fencing-missing-nhb/In myearlier post, I had discussed about reboot-less node fencing , a new feature introdu... 阅读全文
posted @ 2014-04-17 13:28 4admin2root 阅读(340) 评论(0) 推荐(0)
摘要: 文章作者:狂飙文章来源:今日无线http://www.today-wx.com/wireless/102.html现在市面流行的无线路由器http://www.today-wx.com/router/普遍支持多种工作模式,比如家庭常用的PPPOE拨号上网就需要无线路由器工作在路由模式下;AP模式则主要用于连接无线客户端(与路由模式的区别在于不能做地址转换);其他三种模式(中继模式、桥接模式、客户端模式)则应用在比较特殊的环境下。路由模式(Router)路由模式是无线路由器最常用的模式了,比如家庭常用的PPPOE上网方式(ADSL)就需要无线路由器工作在路由模式下,这种模式的网络拓扑结构示意图如 阅读全文
posted @ 2014-04-13 10:39 4admin2root 阅读(725) 评论(0) 推荐(0)
摘要: 自动生成1到100的数字自增序列的几种方法==之所以写这个题目,是原于一道笔试题,加上自己喜欢用的一些小方法,汇总如下:1.编程语言,此方法由于语言的不同而存在语法上的差异,在此仅简单举例如下python脚本:多行输出:for i in range(1,101) :print i单行输出:' '.join(str(i) for i in range(1,101))2.PowerShell(windows)PS脚本如下:多行输出:$num=1..100$num单行输出:$num=1..100foreach ($a in $num) {$w=-join($w," &quo 阅读全文
posted @ 2014-03-20 12:49 4admin2root 阅读(8566) 评论(0) 推荐(0)
摘要: IIS、apache、nginx日志中获取访客真实IP的解决方案http://bbs.jiasule.com/thread-3957-1-1.html一、 IIS Web服务器解决方案1、 为了能让IIS Web服务器记录客户访问的真实IP地址,我们需要为IIS Web服务器的ISAPI加入一个名为“F5XForwardedFor”的扩展。2、 加入扩展的步骤① 下载“F5XForwardedFor.dll”库文件(见附件),有两个版本:X86与X64。② 根据您服务器的版本选择对应的库文件,如果您的Web服务器是32位系统,则选择X86的库文件,如果是64位操作系统则选择X64对应... 阅读全文
posted @ 2014-01-16 13:45 4admin2root 阅读(2553) 评论(0) 推荐(0)
摘要: The installer has encountered an unexpected error installing this package.this may indicate a problem with package.the error code is 2203.实际上 该package 并没有问题,而是权限问题。参考解决方法就是在用户目录 如C:\Users\admin\Local Settings取得访问权限参考http://blog.csdn.net/greystar/article/details/4718235http://blogs.msdn.com/b/astebne 阅读全文
posted @ 2013-10-08 12:51 4admin2root 阅读(1034) 评论(0) 推荐(0)
摘要: 哥们也是懂个人安全的 阅读全文
posted @ 2013-09-25 10:08 4admin2root 阅读(140) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页