题目:We all know that Bin-Laden is a notorious
terrorist, and he has disappeared for a long time. But recently, it is reported
that he hides in Hang Zho...
分类:
其他好文 时间:
2014-05-22 01:09:55
阅读次数:
328
作为一名CSer,最好的学习方式之一无疑是tracing
code,看源代码——不知你此时是否与我一样想起了Linus那句名言「talk is cheap, show me the fucking
code!」?可是对计算机体系结构来说,很多技术直接是由硬件实现的,因而也被蒙上一层神秘的面纱。好在还...
分类:
其他好文 时间:
2014-05-21 23:46:56
阅读次数:
307
在centOS系统中,我添加了一个用户,但是在我执行su时,终端告诉我以上的错误,下面是我的解决过程:首先切换到root用户:给
etc/hosts读写的权限:使用vi功能打开sudoers文件,在root ALL=(ALL) ALL后面加入本用户的信息:hadoop ALL=(ALL)
ALL重新...
分类:
其他好文 时间:
2014-05-21 23:35:26
阅读次数:
347
节目:2013年英国达人秀表演者:来自匈牙利的Attraction舞团背景音乐:Read
All About It
分类:
其他好文 时间:
2014-05-21 23:05:46
阅读次数:
203
1.
自己不太喜欢Eclipse按回车后自动插入参数的默认选项。可以在Window-Preferences-Java-Editor-Content
Assist选项里,将Fill method arguemnts and show guessed arguemnts复选框取消即可。2. 字体大小和颜...
分类:
系统相关 时间:
2014-05-21 20:47:16
阅读次数:
440
// mainViewController.m// 雪花//// Created by pg on
14-5-20.// Copyright (c) 2014年 mqd. All rights reserved.//#import
"mainViewController.h"@interface m...
分类:
其他好文 时间:
2014-05-21 19:40:03
阅读次数:
312
// mainViewController.m// 雪花//// Created by pg on
14-5-20.// Copyright (c) 2014年 mqd. All rights reserved.//#import
"mainViewController.h"//时钟刷新步长stat...
分类:
其他好文 时间:
2014-05-21 18:39:12
阅读次数:
243
1.安装squid3
sudo apt-get install squid3
2,配置squid3
sudo cd /etc/squid3
sudo vim squid.conf
/http_access
N为向下查找 找到http_access deny all 把deny改成allow
3启动squid3
Sudo service squid3 start
关闭
S...
分类:
其他好文 时间:
2014-05-21 11:02:53
阅读次数:
270
Big Event in HDU
Problem Description
Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ever been split into Comp...
分类:
其他好文 时间:
2014-05-21 10:51:55
阅读次数:
300
1. 实验线路连接图使用Cisco Packet Tracer6.0 构建拓扑结构图2.
实验内容(1) 参阅教材中内容,完成PVST+的配置内容。(2) 在各台交换机上使用show spanning-tree vlan 10 和show
spanning-tree vlan 20 命令,查看根桥信...
分类:
其他好文 时间:
2014-05-21 05:01:33
阅读次数:
426