- 浏览: 250234 次
- 性别:
- 来自: 内蒙古
最新评论
-
jiguanghover:
写的不错,收藏一下
Ubuntu下RVM, Ruby, rails安装详细 和 卸载 -
maoghj:
回顾总结(二) -
yun2223:
对楼主表示感谢
Android控件开发之Gallery3D效果 -
zw_lovec:
说清楚点吧 亲 加点注释
out of memory -
lzyfn123:
http://www.iteye.com/images/smi ...
ruby-string 字符串的学习
文章列表
Nagios 监控软件
- 博客分类:
- linux下工具软件
下载安装Nagios及Nagios插件
过程如下:
——下载Nagios
——下载Nagios插件
——解压Nagios
#tar -zvxf nagios-3.2.1.tar.gz
#cd nagios-3.2.1
——编译
#./configure --with-command-group=nagcmd #make all
——安装Nagios,初始化脚本及配置文件,Nagios将会被安装至/usr/local/nagios #make install #make install-init #make install-config #ma ...
ubuntu下nginx的安装
- 博客分类:
- 网站开发
ubuntu下nginx的安装
安装build-essential
apt-get install build-essential libssl-dev
nginx的安装
1)下载:(http://nginx.org/en/download.html)
# wget http://nginx.org/download/nginx-1.2.8.tar.gz (稳定版本)
2)解压:
# tar zxvf nginx-1.2.8.tar.gz
# cd nginx-1.2.8
3)配置
# ./configure --prefix=/usr/local/nginx -- ...
铁路客户 http://dynamic.12306.cn/otsweb/trainQueryAppAction.do?method=init&where=zc
电话预订:010-95105105
应用Selenium进行Web测试
- 博客分类:
- ruby 编程的琢磨
应用Selenium进行Web测试时,经常会遇到下面的几个麻烦问题:
大量使用name、id、xpath等页面元素。无论是功能修改、UI重构还是交互性改进都会影响到这些元素,这使得Selenium测试变得非常脆弱。
过于细节的页面操作不容易体现出行为的意图,一段时间之后就很难真正把握测试原有的目的了,这使得Selenium测试变得难于维护。
对具体数据取值的存在依赖,当个别数据不再合法的时候,测试就会失败,但这样的失败并不能标识功能的缺失,这使得Selenium测试变得脆弱且难以维护。
而这几点直接衍生的结果就是不断地添加新的测试,而极少地去重构、利用原有测试。其实这倒也是正常 ...
httparty 例子
- 博客分类:
- Ruby on Rails 方面
httparty
分析html的
response.body html页面的内容
response.code 数字标记,例如:正常 200, 无权 403 等等。
response.message 例如:正常 OK, 无权 F 等等
response.headers.inspect 头文件
curl 命令
- 博客分类:
- linux下工具软件
生成一个ca证书 openssl pkcs12 -in test.p12 -out test.crt 使用证书访问 curl --cert test.p12:****** --cert-type P12 --cacert test.crt--header content-type:'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT6.1; WOW64; Trident/5.0)' https://url linux curl是一个利用URL规则在命令行下工作的文件传输工具。它支持文件的上传和下载,所以是综合传输工具,但按传统,习惯称url为下载工具。 一 ...
#路由断开
#http://192.168.1.1/userRpm/StatusRpm.htm?Disconnect=%E6%96%AD%20%E7%BA%BF&wan=1
#/userRpm/StatusRpm.htm?Disconnect=断 线&wan=3
curl --basic -u user:paw http://192.168.1.1/userRpm/StatusRpm.htm?Disconnect=%E6%96%AD%20%E7%BA%BF\&wan=1>/dev/nu
apache ab 测试工具
- 博客分类:
- linux下工具软件
From: http://blog.chinaunix.net/u2/66172/showart_537944.html
安装好APACHE总是不知道该如何测试APACHE的性能,现在总算找到一个测试工具了。就是APACHE自带的测试工具AB(apache benchmark).在APACHE的bin目录下。
格式: ./ab [options] [http://]hostname[:port]/path参数: -n requests Number of requests to perform //在测试会话中所执行的请求个数。默认时,仅执行一个请求 - ...
checking for APR... no
configure: error: APR not found.
解决办法:
1.下载所需软件包:
[code="java"]wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz
wget http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz
wget http://jaist.dl.sourceforge.net/project/pcre/pcre/8.10/p ...
Solarized主题
- 博客分类:
- linux下工具软件
色值 [终端默认色:#450831 修改:#B3BFA2 #EEE8D5 #FDF6E3]
""""""""""""""" Vim """"""""""""""""""""""
Solarized主题:
下 ...
1、新建rails工程
$ rails new app1 -d=mysql
配置Gemfile文件,添加一句:
gem 'devise' #devise是一个gem包
$ bundle install
解释:
devise是一个开源的工程,主要用于用户的注册、登录、找回密码、session等等。
所谓“不要重复制造轮子”,既然有好的工程,我们就拿来用,直接在Gemfile中作为
gem包引入,方便之极。Do you want to know more?
https://github.com/plataformatec/devise
...
启动引导程序配置文件
- 博客分类:
- 操作系统的学习
启动引导程序配置文件
LILO /etc/lilo.confGRUB /boot/grub/menu.lst系统启动文件核脚本主启动控制文件 /etc/inittabSysV启动脚本的位置 /etc/init.d、/etc/rc.d/init.d或/etc/rc.dSysV启动脚本链接的位置 /etc/init.d/rc?.d、/etc/rc.d/rc?.d或/etc/rc?.d本地启动脚本 /etc/rc.d/rc.local、/etc/init.d/boot.local或/etc/rc.boot里的文件网络配置文件建立网络接口的脚本 /sbin/ifup保存网络配置数 ...
#! /usr/bin/expect -f
set timeout 3
spawn sudo apt-get install rake
expect "*sudo] password*"
send "123456\r"
expect "*@ubuntu-Box:~$*"
spawn sudo apt-get install htop
expect "*sudo] password*"
send "123456\r"
interact
文件名:ev.expect 终端 ...
Redis的官方下载:http://redis.io/download
参考:http://redis.readthedocs.org/en/latest/
$ tar xzf redis-xxx.tar.gz
$ cd redis-xxx/
$ make
$ sudo make install
## redis 启动文件 【redis-server】
#! /bin/sh
### BEGIN INIT INFO
# Provides: redis-server
# Required-Start: $syslog
# Required-Sto ...
CoreSeek快速安装:
安装前,建议查看:源码包说明README;4.0/4.1版可参考3.2版本安装,步骤相同;如遇到问题,请看详细安装说明。
##下载coreseek:coreseek 3.2.14:点击下载、coreseek 4.0.1:点击下载、coreseek 4.1:点击下载
$ wge ...