- 浏览: 108898 次
- 性别:
- 来自: 赣州
最新评论
-
z2009zxiaolong:
路由该怎么配,求指教!
rails -使用mini_magick和carrierwave进行图片上传 -
luowei31:
高手啊,关键是这个passenger-install-apac ...
centos openssl for ruby(rails部署) -
luoping0425:
商务英语更多注重的是商务方面,工作当中实际应用的,相对于来说口 ...
学习计划 -
greatghoul:
商务英语和大学英语有什么不同呢。
学习计划
文章列表
找了一篇关于js做的下拉菜单,:http://www.helloxudan.net/2008/04/09/javascript-drop-down-menu.html
之前自己做了一个,很复杂,先看看这个怎么样
- 2009-07-16 22:35
- 浏览 1021
- 评论(0)
developer:
adapter: mysql
encoding: utf8
database: depot_developerment
username: root
password:
host: localhost
- 2009-07-16 22:14
- 浏览 803
- 评论(0)
晚上回家装SQLyog Enterprise,装完之后发现要注册,很久都没下过软件了,真是忘了啊,找了半天也没找着,后来终于找了一个,分享给大家:
Name:cncrk
Company:cncrk.com
Serial:7b7d440991cf97fb
我的版本是6.0的,没问题。
明天到公司,把那个注册机上传上来以后能用。
- 2009-07-16 21:59
- 浏览 2984
- 评论(0)
下载了neatbeans,装完之后发现居然是中文版的。习惯了英文版的,这个还真是受不了,之后弄回英文版的了。
找到一篇文章:
http://rickqinj.blog.163.com/blog/static/6119952008112521420726/
netbeans 6.5\etc ,其中netbeans 6.5为netbeans的安装路径。
编辑netbeans.conf
将其中的#command line switchs下面那行添加启动参数:
-J-Duser.language=zh -J-Duser.country=US
变为:
netbeans_default_options=& ...
- 2009-07-16 21:31
- 浏览 1208
- 评论(0)
actionWebService在rails 2.0之后就成为了插件
Action Web Service is removed from the Rails core and made into a plugin for Rails 2.0.
http://biorails-dev.blogspot.com/2007/12/actionwebservice-and-rails-20.html
下载地址:http://rubyforge.org/projects/actionservice
- 2009-07-15 18:12
- 浏览 866
- 评论(0)
转:
http://www.ibm.com/developerworks/cn/opensource/os-ws-rubyrails/index.html
作者:Deepak Vohra, Web 开发人员, Independent
- 2009-07-15 15:04
- 浏览 747
- 评论(0)
How To Create An API? (10 Tutorials)
http://www.webresourcesdepot.com/how-to-create-an-api-10-tutorials/
How to Make an API for a Rails App
http://www.whatcodecraves.com/articles/2008/11/25/how_to_make_an_api_for_a_rails_app/
- 2009-07-15 14:50
- 浏览 791
- 评论(0)
原址:http://iceskysl.1sters.com/?action=show&id=419
最近在准备一些API设计开发工作,初步了解了下oauth,OAuth是由Blaine Cook、Chris Messina、Larry Halff 及David Recordon共同发起的,目的在于为API访问授权提供一个开放的标准。
oauth目前看来进展比较顺利,可以看到其有主流语言的lib(Java、C#、Objective-C、Perl、PHP及Ruby语言),目前支持oauth的API有twitter,douban等应用。
OAuth is the great new sta ...
- 2009-07-15 14:48
- 浏览 2112
- 评论(0)
源地址:http://tech.ddvip.com/2008-12/1230185531102848.html
教程需求
本教程需要使用如下技术:
带有 Ruby 支持的 NetBeans IDE 6.0
获取 Flickr API Key
您必须有 API Key 才能使用 Flickr API。
打开 web 浏览器,访问 http://www.flickr.com/services/api/misc.api_keys.html。
点击“Apply for your key online now”。
按照步骤获取 Flickr Key。
复制 F ...
- 2009-07-15 11:57
- 浏览 1078
- 评论(0)
// -----------------------------------------------------------------------------------
//
// getPageSize()
// Returns array with page width, height and window width, height
// Core code from - quirksmode.org
// Edit for Firefox by pHaez
//
function getPageSize(){
var xScroll, yScroll;
if (window ...
- 2009-07-13 17:27
- 浏览 840
- 评论(0)
rails的安装:
1. 已下载rails 2.0.2 版本,转至文件目录下:gem install rails 提示:ERROR: While executing gem ... (RuntimeError)
Error installing rails:
rails requires activesupport = 2.0.2
说明需安装activesupport。
2. 下载activesupport 2.0.2 http://rubyforge.org/frs/?group_id=570&release_id=32254 ...
- 2009-07-12 23:00
- 浏览 3437
- 评论(0)