Welcom ,I hope yo will enjoy here!
上一页 1 2 3 4 5 6 ··· 13 下一页

2012年7月4日

Rails 定时计划任务

摘要: 参考:http://liuqiang.iteye.com/blog/434068 http://rufus.rubyforge.org/rufus-scheduler/ http://www.cnblogs.com/treeman/archive/2010/08/13/1798842.htmlhttp://seamon.iteye.com/blog/1137139 阅读全文

posted @ 2012-07-04 19:34 北国的雨 阅读(214) 评论(0) 推荐(0) 编辑

Nginx+Passenger+ubuntu发布rails应用

摘要: 参考: http://www.modrails.com/documentation/Users%20guide%20Nginx.html#deploying_a_rack_app 阅读全文

posted @ 2012-07-04 17:44 北国的雨 阅读(174) 评论(0) 推荐(0) 编辑

2012年7月2日

Rails:通过IP地址确定城市

摘要: 一、对于Rails而言,主流方式应该是使用google库的插件geoip github地址: https://github.com/simplificator/geoip require 'geoip' GeoIP.new('GeoLiteCity.dat').country('www.atlantis.sk') => ["www.atlantis.sk", "217.... 阅读全文

posted @ 2012-07-02 12:39 北国的雨 阅读(1163) 评论(0) 推荐(0) 编辑

2012年6月29日

vim寄存器与复制粘贴的功能

摘要: 最近用在ubuntu上搭建了个vim-ide, 但是一直不能与系统剪切板交互。。。。网上的攻略造读了N个,都是"+y 和 "+p命令, 但是就是不起作用。。。。最后找到了原因,原来是我的vim不支持系统剪切板,晕死~~再次记录下相关内容和解决方案 1. 寄存器介绍 vim共有9类寄存器: 无名(unnamed)寄存器:"",缓存最后一次操作内容; 数字(numbered)寄存器:"0 - "9... 阅读全文

posted @ 2012-06-29 17:31 北国的雨 阅读(2014) 评论(0) 推荐(0) 编辑

2012年6月27日

Rails 常用插件

摘要: http://jbf034.iteye.com/blog/209962 参考网站:http://thoughtrails.com/episodes/24-popular-and-useful-plugins-for-rails3 阅读全文

posted @ 2012-06-27 20:52 北国的雨 阅读(181) 评论(0) 推荐(0) 编辑

离线Rails API方法汇总

摘要: http://api.rubyonrails.org/ & http://guides.rubyonrails.org/ 使用Ruby On Rails做开发对这两个网站一定不会陌生。相信不管是新手还是老鸟都能从上边找到自己需要的信息。 当然我们可以通过访问上述网址在线查看,但是有时网速问题或无法上网还是最造成一些不变。那如果可以离线使用就太好了。 下面介绍如何把这两个东西搞到你的本机上。(当然你... 阅读全文

posted @ 2012-06-27 15:17 北国的雨 阅读(572) 评论(0) 推荐(0) 编辑

2012年6月25日

rails之webservice应用

摘要: 错误:NoMethodError: undefined method `add_rpc_operation' for nil: 参考:http://fagiani.github.com/savon/ http://rubydoc.info/gems/savon/0.7.9/Savon/WSDL http://www.tutorialspoint.com/ruby/ruby_web_ser... 阅读全文

posted @ 2012-06-25 17:11 北国的雨 阅读(171) 评论(0) 推荐(0) 编辑

使用Apache发布delphi开发的isapi类型的webservice

摘要: 一 发布过程 1. 确保添加so文件LoadModule isapi_module modules/mod_isapi.so2. 虚拟主机配置Listen 8080 NameVirtualHost liuwm-pc:8080<VirtualHost liuwm-pc:8080> ServerName liuwm-pc DocumentRoot D:/WEB_APP/DELPHI_WESERV... 阅读全文

posted @ 2012-06-25 09:57 北国的雨 阅读(587) 评论(0) 推荐(0) 编辑

2012年6月21日

WebService原理和格式研究学习

摘要: 1.webservice的原理、请求和相应格式 2.捕捉通信过程 3.ruby实现结构体传参 参考:http://social.msdn.microsoft.com/search/zh-cn?query=SOAP&x=13&y=9 http://msdn.microsoft.com/zh-cn/magazine/dd942839.aspx# 阅读全文

posted @ 2012-06-21 15:52 北国的雨 阅读(168) 评论(0) 推荐(0) 编辑

smartclient+clickonce 技术学习

摘要: 未来前景:公司产品的下载安装未来会走向这种技术。 应用实例:谷歌安装(在IE浏览器下) 参考网站:http://msdn.microsoft.com/en-us/library/ff647511.aspx http://www.microsoft.com/china/msdn/events/featureevents/2004/smartclientseminar/index.aspx(系列)... 阅读全文

posted @ 2012-06-21 15:42 北国的雨 阅读(147) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 13 下一页

导航