摘自:1、http://www.lingcc.com/2013/03/22/12282/内容:1、基本命令: 了解基本的bash,通读整个bash man
page 学习vim 了解SSH,基本的无密码验证方式: 熟悉Bash中常用的任务管理命令 &,Ctrl-Z,Ctrl-C,jobs,fg,bg...
分类:
系统相关 时间:
2014-05-19 23:13:14
阅读次数:
522
这个是我参照网上一些资料,自己动手安装vim 7.4的命令总结,全部通过,测试
分类:
其他好文 时间:
2014-05-19 23:11:49
阅读次数:
326
Linux大棚版vimrc配置—V2.0版本,如下: [shell] $cat .vimrc “==
“Author :roc “Website:roclinux.cn “Version:2.0 “== “vim支持go语言 - 开始 “关闭文件类型检测功...
分类:
系统相关 时间:
2014-05-19 21:45:21
阅读次数:
496
最近在做毕设的收尾工作,很多程序都要部署到linux下来运行,遇到了挺多问题,昨天就集中性遇到了 在编译应用时,遇到了/usr/bin/ld: cannot
find -lxxx这种情况是系统找不到对应的库文件,其中,-lxxx表示链接库文件 libxxx.so。其命名规则是:lib+库名(即xxx...
分类:
其他好文 时间:
2014-05-19 21:30:52
阅读次数:
226
替换语法为
:[addr]s/源字符串/目的字符串/[option]全局替换命令为::%s/源字符串/目的字符串/g[addr]
表示检索范围,省略时表示当前行。如:“1,20” :表示从第1行到20行;“%” :表示整个文件,同“1,$”;“. ,$” :从当前行到文件尾;s :
表示替换操作[o...
分类:
其他好文 时间:
2014-05-19 11:26:08
阅读次数:
175
首先我在/root/backup 目录下建立一个文件夹, #mkdir
/root/backup/mysqlbackup 以后在每天五点钟,就会有一个文件保存在这里. 接着新建文件 #vim /root/mysqlautobak
输入: filename=` date +%Y%m%d `...
分类:
系统相关 时间:
2014-05-19 11:13:10
阅读次数:
406
Question 1:Given an array of integers, find two
numbers such that they add up to a specific target number.The function twoSum
should return indices of...
分类:
其他好文 时间:
2014-05-19 09:35:41
阅读次数:
321
Given a stringS, find the longest palindromic
substring inS. You may assume that the maximum length ofSis 1000, and there
exists one unique longest pa...
分类:
其他好文 时间:
2014-05-18 19:39:55
阅读次数:
355
material=newMaterial(Shader.Find("Custom/Alpha"));material.SetFloat("_Shininess",materialAlpha);voidOnRenderImage(RenderTexturesource,RenderTexturedestination){Graphics.Blit(source,destination,material);}
分类:
其他好文 时间:
2014-05-16 02:28:04
阅读次数:
572
#vim:tabstop=4shiftwidth=4softtabstop=4
#Copyright(c)2011X.commerce,abusinessunitofeBayInc.
#Copyright2010UnitedStatesGovernmentasrepresentedbythe
#AdministratoroftheNationalAeronauticsandSpaceAdministration.
#AllRightsReserved.
#
#LicensedundertheApacheLic..