HDFS 异常
HTTP ERROR 500
Problem accessing /nn_browsedfscontent.jsp. Reason:
Cannot issue delegation token. Name node is in safe mode.
The reported blocks 0 needs additional 10 blocks to reach th...
分类:
其他好文 时间:
2015-04-28 09:39:20
阅读次数:
152
错误描述:PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date...
分类:
Web程序 时间:
2015-04-26 19:32:33
阅读次数:
139
1、在linux上安装好mysql之后,存在很多mysql有关的文件。2、/etc/rc.d/init.d/mysql 是mysql服务的启动脚本,是对mysqld_safe的封装,mysqld_safe是一个脚本,是对可执行文件mysqld的封装3、/usr/bin/mysql 是mysql客户端...
分类:
数据库 时间:
2015-04-26 18:17:19
阅读次数:
144
strncpy 等主要的问题还是虽然不会溢出,但是满了就不给缓冲区添加0结束符了,以前在项目里面自己还写了个 safe_strcpy 现在发现早就有了http://blog.csdn.net/linyt/article/details/4383328找了一下,代码可以在 libbsd 里面有/**A...
分类:
其他好文 时间:
2015-04-26 09:11:23
阅读次数:
132
为何就凭张大图,就可将 SAFe 和产品管理给画上等号?...
分类:
其他好文 时间:
2015-04-26 08:05:14
阅读次数:
207
前面介绍了 urllib 模块,以及它常用的 urlopen() 和 urlretrieve()函数的使用介绍。当然 urllib 还有一些其它很有用的辅助方法,比如对 url 进行编码、解码等等。辅助方法:1. urllib.quote(string[,safe]) : 对字符串进行编码,参数sa...
分类:
编程语言 时间:
2015-04-24 16:11:11
阅读次数:
137
准备工作
Apache:http://www.apachelounge.com/download/
PHP:http://windows.php.net/download#php-5.6 (Select the thread safe version)
MySQL:http://dev.mysql.com/downloads/windows/installer/
配置步骤所下载的工具均为免安装版,解...
Windows版的PHP从版本5.2.1开始有Thread Safe(线程安全)和None Thread Safe(NTS,非线程安全)之分,这两者不同在于何处?到底应该用哪种?这里做一个简单的介绍。 从2000年10月20日发布的第一个Windows版的PHP3.0.17开始的都是线程安全的版本,...
分类:
编程语言 时间:
2015-04-23 15:12:17
阅读次数:
161
优先队列,注意队列开始时就只有一个数的特殊情况
#include
#include
using namespace std;
int m;
int rem[26];
priority_queue,greater >mapp;
int main()
{
int t;
cin>>t;
while(t--)
{
int m;
string ans;
cin>>m>>ans;
f...
分类:
其他好文 时间:
2015-04-22 22:19:39
阅读次数:
188
1.zabbixweb页面登陆密码遗忘的问题#mysql-uroot-p>usezabbix;>UPDATEusersSETpasswd=md5(‘123456‘)WHEREalias=‘Admin‘;>flushprivileges;>quitmysqlroot密码遗忘问题#/etc/init.d/mysqlstop#mysqld_safe--skip-grant-tables&mysql-uroot-p>UPDATEuserSETpa..
分类:
其他好文 时间:
2015-04-22 16:08:58
阅读次数:
2746