`
luoping0425
  • 浏览: 106650 次
  • 性别: Icon_minigender_2
  • 来自: 赣州
文章分类
社区版块
存档分类
最新评论
文章列表
找了一篇关于js做的下拉菜单,:http://www.helloxudan.net/2008/04/09/javascript-drop-down-menu.html 之前自己做了一个,很复杂,先看看这个怎么样
developer:     adapter: mysql     encoding: utf8     database: depot_developerment     username: root     password:     host: localhost
晚上回家装SQLyog Enterprise,装完之后发现要注册,很久都没下过软件了,真是忘了啊,找了半天也没找着,后来终于找了一个,分享给大家: Name:cncrk Company:cncrk.com Serial:7b7d440991cf97fb 我的版本是6.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=& ...
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
转: http://www.ibm.com/developerworks/cn/opensource/os-ws-rubyrails/index.html 作者:Deepak Vohra, Web 开发人员, Independent
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/
原址: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 ...
源地址: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 ...
// ----------------------------------------------------------------------------------- // // 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 ...
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 ...
Global site tag (gtag.js) - Google Analytics