hdu 4292 FoodDescription
You, a part-time dining service worker in your college’s dining hall, are now confused with a new problem: serve as many people as possible.
The issue comes up as people...
分类:
其他好文 时间:
2015-08-02 21:40:19
阅读次数:
220
给namenode搭建了HA,然后根据网上的配置也配置了secondary namenode, 但是一直没有从日志中看到启动secondnary namenode,当然进程也没有。 找了很多资料,按照资料配置了,执行 hdfs getconf –secondaryNameNodes Incorrec...
分类:
其他好文 时间:
2015-08-02 10:04:12
阅读次数:
102
http://xamarinappdev.com/ 每天看,精华https://www.syntaxismyui.com/weekly-xamarin-newsletter-issue-37/ 右侧有个邮件列表 订阅下
分类:
其他好文 时间:
2015-08-01 00:49:04
阅读次数:
108
ES6(ECMAScript 2015) 编码规范与详细注意要点,结合广发证券大量ES6实践项目整理而成,已开源于Github中,持续更新中,欢迎PR以及提issue。Github地址:https://github.com/gf-web/es6-coding-style/本规范是基于JavaScri...
分类:
其他好文 时间:
2015-07-30 16:39:22
阅读次数:
131
1.检查linux版本
cat /etc/issue
2.检查是否已经安装telnet
rpm -qa | grep telnet
上面的显示是已经安装,就不需要再安装了,如果没有,接着下一步吧。
3.安装telnet及telnet-server,注意,需要root权限来安装。
yum install telnet
yum instal...
分类:
Web程序 时间:
2015-07-30 11:19:26
阅读次数:
137
Ubuntu 10.10 操作系统中自带的是 mono 2.6.7:
ben@ben-m4000t:~$ cat /etc/issue
Ubuntu 10.10 \n \l
ben@ben-m4000t:~$ mono --version
Mono JIT compiler version 2.6.7 (Debian 2.6.7-3ubuntu1)
Copyright (C) 2002-2...
1、/etc/issue用法:当我们在终端接口登录的时候,会有几行提示字符串,那么这个字符串就是设置在/etc/issue。eg:[root@linux~]#cat/etc/issueCentOSrelease5.6(Final)Kernel\ronan\m[root@sky9896/]#>/etc/issue#清空OS内核参数版本[root@sky9896/]#cat/dev/null>/etc/i..
分类:
系统相关 时间:
2015-07-27 00:39:52
阅读次数:
169
xib 用不好在开发中很容易制造各种crash,issue像1.[CUINamedImage collectionView:numberOfItemsInSection:]: unrecognized selector sent to instance 0x8c9a6d02.*** Assertio...
分类:
其他好文 时间:
2015-07-21 12:06:20
阅读次数:
200
PL/SQL相关的数据字典
http://www.oracle.com/technetwork/issue-archive/2012/12-nov/o62plsql-1851968.html 有时候,我们在PL/SQL开发过程中会遇到以下问题:
1)我的程序到底依赖于哪些数据库对象?
2)哪个包中调用了一个其他包中的子程序或变量?
3)我的哪个子程序的参数使用了不合适的数据类型?...
分类:
数据库 时间:
2015-07-21 10:35:25
阅读次数:
146
背景操作系统版本(cat /etc/issue):CentOS release 6.5 (Final)主机名:mail.gogo.so域名:gogo.so用到软件:postfix相关协议:SMTP : Simple Mail Transport Protocol,它是用于传送邮件的标准协议(TCP ...
分类:
系统相关 时间:
2015-07-19 23:33:33
阅读次数:
203