笔者在看《鸟哥私房菜》时,突然看到这个命令,之前未接触过,故简单记录学习下,具体的大家可参见man手册。功能说明:设置指令的别名。语 法:alias[别名]=[指令名称]参 数 :若不加任何参数,则列出目前所有的别名设置。举例 :ermao@lost-desktop:~$ aliasalias .....
分类:
其他好文 时间:
2014-11-14 00:07:57
阅读次数:
286
如果使用root用户登录出现上述提示,则需要需要重建/root .bash_profile文件:1.vi /root .bash_profile2. 输入如下内容# .bashrc# User specific aliases and functionsalias rm='rm -i'alias.....
分类:
系统相关 时间:
2014-11-11 20:47:30
阅读次数:
196
Git配置 git config --global user.name "" git config --global user.email "" git config --global color.ui true git config --global alias.co checkout
git c...
分类:
其他好文 时间:
2014-11-11 14:14:52
阅读次数:
299
1.返回List,.setResultTransformer(Transformers.ALIAS_TO_ENTITY_MAP);将结果转为Map,存放到list中,即list中为若干map对象;获取可按此方法:for(inti=0;ipublicListgetDamTestType(Integer...
分类:
数据库 时间:
2014-11-11 12:21:19
阅读次数:
264
Java Logging用惯了log4j等日志工具,竟然不知Java还自带了个log工具。今天有空了就来了解一下。先来看一个简单的例子:public class SystemTest { private final Logger logger = Logger.getLogger("alias".....
分类:
编程语言 时间:
2014-11-08 18:10:20
阅读次数:
256
常见到的*.obj文件有两种:第一种是基于COFF(Common Object File Format)格式的OBJ文件(也称目标文件),这种格式用于编译应用程序;第二种是Alias|Wavefront公司推出的OBJ模型文件。本文对第二种obj模型文件进行分析。3D文件格式,常见的有几种 "*.3...
分类:
其他好文 时间:
2014-11-07 16:36:45
阅读次数:
343
MySQL锁表_LOCK TABLES_UNLOCK TABLES mysql5.6 参考文档:http://dev.mysql.com/doc/refman/5.6/en/lock-tables.html 锁表和解锁表的基本语法 LOCK?TABLES????
????tbl_name?[[AS]?alias]?lock_type...
分类:
数据库 时间:
2014-11-06 20:19:37
阅读次数:
467
In Crystal Reports, the following error message is displayed when an invalid character is used in the databasetable alias name: Query Engine Error: “T...
分类:
其他好文 时间:
2014-11-06 16:28:36
阅读次数:
355
2012-04-11 ibatis exception“Alias name conflict occurred. The alias 'weibobo' is already mapped to the value 'null'.”别名已有定义,sqlmap的namespace只是方便调用定义的语...
分类:
数据库 时间:
2014-11-06 16:23:38
阅读次数:
212