本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
一步一步学sinatra
找到开始:
module Sinatra
class Application < Base
puts "aaaaa"
# we assume that the first file that requires 'sinatra' is the
# app_file. all other path related options a ...
Unicorn和Passenger性能测试对比
测试工具:ab
测试用例:
1.短连接
2.长连接
APP:
class App < Sinatra::Application
get '/' do
"HELLO "+Time.now.to_s
end
...
ubuntu10.10 下部署 apache2 + fastcgi + rack/sinatra/rails3
nginx + passenger用了蛮久的,突然对fastcgi感兴趣,因为有robbin这篇blog在Linux平台上安装和配置Ruby on Rails详解
http://robbin.iteye.com/blog/43228
以及rails部署性能比较的文章。
但是rails3在官网上已经没有关于fastcgi的配置建议了,同时rails3也没有dispatch.fcgi这样类似的东东了。 ...
High Quality Ruby on Rails Example Applications
High Quality Ruby on Rails Example Applications
Sometimes to best way to get up to speed with a new technology is learning by example. I have compiled a list of fully featured, production ready e ...
写cucumber测试可以参考click_link_with Webrat
= Webrat - Ruby Acceptance Testing for Web applications
- http://gitrdoc.com/brynary/webrat
- http://groups.google.com/group/webrat
- http://webrat.lighthouseapp.com/
- http://github.com/brynary/webra ...
超炫jQuery3D图片旋转放大特效实例
查看效果
下载地址
jQuery 3D 模仿flash 图片旋转放大特效实例
前台部分代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml ...