linux里面mount windows的共享文件夹
1. Add a share directory in windows. Since the simple f […]...
date命令进行纪元秒与时间的转换
Use the date command in linux to transform from utc sec […]...
linux 里如何telnet一个要求ssl的pop3 邮箱
如果要telnet 一个pop3邮箱需要ssl的话,用telnet的话,是不能正常通讯的。 从google上搜 […]...
几步安装bugzilla
bugzilla是一个bug跟踪系统,b/s的,免费的。 很多公司,团体都用它。 安装bugzilla, 1. […]...
HTTP/1.1 request MUST send a Host header
important that all implementations of HTTP (including u […]...
loadrunner脚本,如何获取lr的变量以及lr变量和其他程序语言的变量的转换
一。 从同事那里取的经。 lr变量和程序变量 简单看来是有区别的。 例如lr脚本中可以使用c语言,则c语言定义 […]...
用ssh 进行端口影射
ssh -g Allows remote hosts to connect to local forwarde […]...
nfs mount的时候非常慢,input/ouput error
客户端没有开启portmap服务. 如果不想开启portmap服务,则mount的时候加上-o nolock […]...
android sdk 修改“创建的avd的默认路径”
dos里 设置如下的环境变量,重启。重启后,然后运行sdk,新创建的avd的路径就已经修改了。 ANDROID […]...
ADRCI 命令删除oracle 11g alert 日志
alert 的日志有时候非常大, log.xml log[0-9].xml 文件。 1. 切换到oracle […]...