在研究Linux安全的时候遇到一个问题,原本打算修改linux直接远程root登陆,修改为sshd的配置文件后Nano /etc/ssh/sshd_config把#PermitRootLogin yes修改为PermitRootLogin no修改完成后,保存退出重启sshdservice sshd...
分类:
其他好文 时间:
2014-10-28 23:49:01
阅读次数:
285
在WINDOWS7或SERVER2008上安装了IIS7.5,调试ASP程序时出现以下错误: An error occurred on the server when processing the URL. Please contact the system administrator 解决方法如下...
分类:
Web程序 时间:
2014-10-28 23:40:05
阅读次数:
240
作者:zhanhailiang 日期:2014-10-28
PHP Console:https://github.com/barbushin/php-console#php-console-server-library
功能介绍
PHP Console工具和FirePHP功能相似,提供以下功能:
Handle PHP errors, dump variables,...
分类:
Web程序 时间:
2014-10-28 21:49:50
阅读次数:
322
報錯:One or more validation errors were detected during model generation:System.Data.Edm.EdmEntityType: : EntityType 'Movie' has no key defined. Define ...
分类:
其他好文 时间:
2014-10-28 13:28:44
阅读次数:
196
he following error occurred while trying to add or remove files in theinstallation directory: [Errno 13] Permission denied: '/Library/Python/2.7/site....
分类:
编程语言 时间:
2014-10-26 01:37:32
阅读次数:
239
操作系统启动失败如下图报错:故障现象:从图中可以看到,操作系统启动的过程中,fsck在执行文件系统检测时出现了错误,并且是在检查/dev/mapper/VolGroup-lv_home时出错,提示此文件不存在;故障分析:这是一个什么界面,为何会出现这个界面?操作系统启动的的大致过程为:加载..
分类:
其他好文 时间:
2014-10-25 02:03:15
阅读次数:
266
Defination:累积分布函数:The cumulative distribution function (CDF) does just that. The CDF at point x tells us whatfraction of events has occurred “to the l...
分类:
其他好文 时间:
2014-10-23 22:30:51
阅读次数:
368
VS2010代码中文注释出现红色下划线,代码看上去很不美观,发现是由于安装Visual Assist X插件造成的。解决办法:打开VAX的Options对话框,取消Advanced--> Underlines--> "Undrline spelling errors in comments and ...
分类:
其他好文 时间:
2014-10-23 19:05:27
阅读次数:
602
Spring配置异常解决办法之Referencedfilecontainserrors(http://www.spReferenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0...
分类:
编程语言 时间:
2014-10-23 09:17:15
阅读次数:
174
nginx是一个web服务器,因此nginx的access日志只有对访问页面的记录,不会有php 的 error log信息。nginx把对php的请求发给php-fpm fastcgi进程来处理,默认的php-fpm只会输出php-fpm的错误信息,在php-fpm的errors log里也看不到...
分类:
Web程序 时间:
2014-10-22 21:48:30
阅读次数:
342