月度归档: 2014年3月
thumbnail

Client does not support authentication protocol requested by server; consider upgrading MySQL client

问题: /!\ FAILSAFE /!\  Sun Mar 23 02:56:01 +0800 2014 Status: 500 Internal Server Error Client does not support authentication protocol requested ……
thumbnail

注册表生效的三种方式

1、刷新。也就是说修改注册表后可以立即生效(一些修改是可以的)。 2、重起explorer进程。这也是通常替代重启的最简单的方法(适用绝大多数)。 3、重启。有……
thumbnail

SecureCRT设置命令快捷键

设置SecureCRT的清除及回滚的快捷键,其它菜单栏中的命令都可以使用此方法进行快捷键的设置 一、打开工具——键映射编辑器 二、选中要使用的快捷键,直选择映……
thumbnail

学习第三天 shell特殊变量

1、位置变量 $0    获取当前执行的Shell脚本的文件名,包括路径。 例1: Shell <strong>[root@test shell]# cat 0.sh #!/bin/……
thumbnail

shell学习第二天 Shell脚本变量

环境变量用于定义Shell的运行环境,保证Shell命令的正确执行,Shell通过环境变量来确定登录用户名、命令路径、终端类型、登录目录等,所有的环境变量都是系统……
thumbnail

shell脚本开发基本规范及习惯

1)开头指定脚本解释器 #!/bin/sh 或 #!/bin/bash 2)开头加版本版权等信息 #Date:    2014-03-21 14:46:04 #Author: Created by  lh #……
thumbnail

shell学习第一天 Shell脚本开发简单规范

"#!/bin/bash" “#!”称为幻数,在执行Bash脚本的时候,内核会根据它来确定该用哪个程序来解释Shell脚本中的内容。这一行必须在脚本顶端的第一行,如果不是第一……
thumbnail

Client does not support authentication protocol requested by server; consider upgrading MySQL client

Shell /!\ FAILSAFE /!\  Tue Mar 18 08:15:27 +0800 2014 Status: 500 Internal Server Error <strong> Client does not su……
thumbnail

/usr/local/rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.3.1/lib/executable-hooks/regenerate_binstubs_command.rb:86: warning: parenthesize argument(s) for future version

问题: /usr/local/rvm/gems/ruby-1.8.6-p420@global/gems/executable-hooks-1.3.1/lib/executable-hooks/regenerate_binstubs_command.rb:86: warning: paren……
thumbnail

rvm 安装ruby Error running 'requirements_centos_update_system ruby-1.8.6-p420'

错误信息: Shell [root@localhost rvm]# rvm install 1.8.6 Searching for binary rubies, this might take some time. No binary ……