进入vi的命令? vi filename :打开或新建文件,并将光标置于第一行首? vi +n filename :打开文件,并将光标置于第n行首? vi + filename :打开文件,并将光标置于最后一行首? vi +/pattern filename:打开文件...
分类:
系统相关 时间:
2014-07-22 08:25:34
阅读次数:
335
用JavaScript验证邮箱的正则表达式时,一般比较常用的是用以下两种:var pattern = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-])+/;var pattern = ^\w+[-+.]\w+)*@\w+([-.]\w+)*\.....
分类:
编程语言 时间:
2014-07-20 10:05:58
阅读次数:
194
Networking
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 5976
Accepted: 3231
Description
You are assigned to design network connections bet...
分类:
Web程序 时间:
2014-07-19 23:35:59
阅读次数:
300
OOA Object-Oriented Analysis:面向对象分析OOD Object-Oriented Design :面向对象设计OOP Object Oriented Programming:面向对象编程UML Unified Modeling Language:统一建模语言Softwar...
分类:
其他好文 时间:
2014-07-19 23:26:17
阅读次数:
227
Cocos2d (v.3.0) rendering pipeline roadmap
Why (the vision)
The way currently Cocos2d does rendering is good but it is beginning to feel somehow antiquate and moreover it doesn’t actually leverag...
分类:
其他好文 时间:
2014-07-19 23:14:08
阅读次数:
449
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282
// Bridge pattern -- Real World exampleusing System;using System.Collections;// "Abstraction"class BusinessObject{ // Fields private DataObject dataOb...
分类:
其他好文 时间:
2014-07-19 16:33:01
阅读次数:
127
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:
其他好文 时间:
2014-07-19 16:22:00
阅读次数:
231
以下内容出自:> 《孙子兵法》有云:“知彼知己,百战不殆;不知彼而知己,一胜一负;不知彼,不知己,每战必殆”,那怎么才能知己知彼呢?知己是很容易的,自己的军队嘛,很容易知道,那怎么知彼呢?安插间谍是很好的一个办法,我们今天就来讲一个间谍的故事。 韩非子大家都应该记得吧,法家的代表人物,主张建立法.....
分类:
其他好文 时间:
2014-07-19 12:15:58
阅读次数:
250
package com.cn.wangk.util; import java.util.HashMap;import java.util.regex.Matcher;import java.util.regex.Pattern; import org.apache.commons.lang.Stri...
分类:
编程语言 时间:
2014-07-19 11:36:20
阅读次数:
290