1 环境变量篇

1.1  修改 查看 生效 系统环境变量

1 涉及系统环境变量的文件   -->  .bash_profile

               --> /etc/profile

2 该文件位置 /root/.bash_profile

3 文件编辑器打开  vi .bash_profile

4 文件末尾加入

JAVA_HOME = /usr/share/jdk 1.6.0
PATH = $JAVA_HOME/bin:$PATH
CLASS_PATH=.$JAVA_HOME/lib/dt.jar:
$JAVA_HOME/lib/tools.jar export JAVA_HOME
export PATH
export CLASSPATH 5 文件生效
source /root/.bash_profile
6 验证环境变量
export JAVA_HOME
echo $JAVA_HOME
VI 命令篇章
输入指令 a
退出指令 :q 强退:q! 保存且退出 :wq
存成新文件 :w newfile 查找指令 : ?____ <要查找的单词>
/ ____ 要查的词
n finding the dedicate word then moving to the next
N oppersite direction
:set nu <---show the line number
:set nonu <---remove line number direction :
k
h j l input: i insert in front of the cursor
a insert behind the cursor
o insert in the next line of the cursor delete:
x:delete the char of the cursor
X :delete the char of the cursor dd:delete the current row
5dd:delete the currrent line and the next 5 line
:1,5d delete1 to 5 line
x delete one charactor vi substitute
:s /cici/titi replace the line cici with titi
:s/cici/titi/g replace all the cici with titi in the current line
:n,$s/cici/titi the line n to the last line.each line cici replace with titi
:n,$s /cici/titi/g the line n to the last line.each line cici replace with titi
:.,$s/cici/titi replace all the words in the passages from the first line
to the last line repalce confirmation command.adding character c behind the comma :s/cici/titi/gc all the cici replace with titi + confirmation
show line number :set nu dw delete current words
3dw delete 3 words copy and attach yw copy word
y5w copy all 5 words
yy copy all the line
5yy copy 5 lines
p copy after the current line
:1,2co3 copy from line1 to line2 after line 3
:4,5m6
1 1
2 2
3 3
4 6
5 4
6 5 location command
gg moving to the front of the file
G moving to the end of file
:20 moving to line 20
J merge 2 line
shift + 8 :
finding the word which is in the position of cursor

最新文章

  1. 在 Cloud 9 中搭建和运行 Go
  2. 添加css的方式:link与@import区别
  3. paypal IPN 接口返回INVALID参数可能问题
  4. Java汉诺塔算法
  5. iOS - OC iOS 开发体系
  6. Java基础——异常体系
  7. (一)Windows下搭建PHP开发环境及相关注意事项
  8. 解决使用angularjs时页面因为{{ }}闪烁的两种方式ng-bind,ng-cloak
  9. jquery于form正在使用submit问题,未解决
  10. SPDY HTTP2.0
  11. Android 全屏方法
  12. 第1次实验——NPC问题(回溯算法、聚类分析)
  13. JAVA Struts2 搭建
  14. Navicat连接阿里云Mysql遇到的的坑
  15. 第一个Polymer应用 - (4)收尾工作
  16. im2col:将卷积运算转为矩阵相乘
  17. git使用kdiff3合并乱码问题
  18. HTML文档结构
  19. H5样式(个人使用)
  20. Linux 学习目录

热门文章

  1. mongodb基类封装实例
  2. CommonJs、AMD、CMD模块化规范
  3. metaclass(元类)
  4. 在前台根据传过来的XX级别的数字转XX的名字
  5. kali linux 更新问题
  6. vue项目中 axios 和Vue-axios的关系
  7. C++中explicit关键字的作用 (转)
  8. Parameter &#39;name&#39; not found. Available parameters are [arg1, arg0, param1, param2]
  9. python删除列表元素
  10. UIDebuggingInformationOverlay 调试