基本框架:a) Vi的三种工作模式b) 编辑模式c) 插入模式d) 命令模式1、 Vi的三种工作模式 2、 编辑模式:不能所见即所得l 光标定位k 上移;j 下移;h 左移;l 右移。ctrl+f 在文件中前移一页(相当于page down)。ctrl+b 在文件中后移一页(相当于page up)....
分类:
其他好文 时间:
2014-08-18 15:59:32
阅读次数:
219
利用CSS实现导航栏菜单—下拉菜单。首先给出HTML下拉菜单布局格式: Stylin' with CSS - Figure 6.5 Drop-Down Menus Business ...
分类:
其他好文 时间:
2014-08-18 15:44:52
阅读次数:
286
头文件
/**
* 功能:下推栈(push_down stack)不会越出内存
* 时间:2014年8月18日08:13:36
* 作者:cutter_point
*/
#ifndef STACK_H_INCLUDED
#define STACK_H_INCLUDED
struct Stack
{
struct Link
{
void* data; //这个结构...
分类:
编程语言 时间:
2014-08-18 09:18:33
阅读次数:
326
A man flying in a hot air balloon suddenly realizes he’s lost. He reduces height and spots a man down below. He lowers the balloon further and shouts ...
分类:
其他好文 时间:
2014-08-17 18:27:02
阅读次数:
247
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2014-08-17 16:55:02
阅读次数:
202
Problem Description
FSF is addicted to a stupid tower defense game. The goal of tower defense games is to try to stop enemies from crossing a map by building traps to slow them down and towers whic...
分类:
其他好文 时间:
2014-08-15 14:42:48
阅读次数:
188
SVN上down下来的项目,本地运行却无法显示页面,经过尝试给模板文件改名就能回避这个问题。
定位到是模板缓存的问题,于是清模板缓存。
但是发现ThinkPHP项目Runtime目录下的缓存文件在删除时候会提示:
Resource is out of sync with the file system
原因是由于在不同的文件系统之间修改造成文件系统不同步。
解决方法是在Zend左...
分类:
其他好文 时间:
2014-08-15 12:50:38
阅读次数:
199
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any point in time. The robot is trying to reach the bottom-right corner of the grid (marked 'Finish' in the diag...
分类:
其他好文 时间:
2014-08-15 09:32:37
阅读次数:
200
王家林 Spark公开课大讲坛第一期:Spark把云计算大数据速度提高100倍以上 http://edu.51cto.com/lesson/id-30816.html
Spark实战高手之路 系列书籍 http://down.51cto.com/tag-Spark%E6%95%99...
分类:
数据库 时间:
2014-08-14 10:32:38
阅读次数:
218
Problem Description
FSF is addicted to a stupid tower defense game. The goal of tower defense games is to try to stop enemies from crossing a map by building traps to slow them down and towers which...
分类:
其他好文 时间:
2014-08-13 13:14:47
阅读次数:
196