- 浏览: 15852 次
- 性别:
- 来自: 上海
最近访客 更多访客>>
最新评论
-
hj01kkk:
不错.THX
Axis2-SOAP学习的相关资料 -
ka520888:
继续收集!
工具书线上地址(收集中……) -
up2u0609:
对这个很有兴趣,跟着看看。
Heroku上挂载Radiant 0.8.1(已更新)
文章列表
http://people.apache.org/~jeffyu/articles/zh_CN/jbpm/
余昌的一些对于JBPM的解析。对于开阔思路很有帮助。
使用Rails来发送Email. Rails Mailer概貌1. script/generate mailer postoffice2. 对你的邮件程序生成一个方法(models/postoffice.rb)3.生成你自己的邮件template, 使用welcome.text.html.erb 和welcome.text.plain.erb (views/postoffice)4. 发送信息5.如果你进行本地php?name=%B2%E2%CA%D4" onclick="tagshow(event)" class="t_tag">测试,确 ...
Searchlogic makes searching models easier than ever with its assortment of named scopes. In this episode I show you how to create simple and advanced searches.
sudo gem install searchlogic
# config/environment.rb
config.gem "searchlogic"
# script/console
ActiveRecord::Base.logger = ...
http://code.google.com/intl/en/apis/maps/documentation/examples/trafficOverlay.html
http://code.google.com/intl/en/apis/maps/documentation/examples/directions-simple.html
http://code.google.com/intl/en/apis/maps/documentation/examples/directions-advanced.html
Let's say you provide a select menu for setting which category a given product belongs to, but you also want the option of creating a new category by typing the name in a text field. See a great way to do that in this episode.
<!-- views/products/_form.rhtml -->
<p>
<label for=& ...
命令行
script/generate model task name:string priority:integer
script/generate migration add_description_to_task description:string
script/generate migration remove_description_from_task description:string
数据类型
# :string, :text, :integer, :float,:decimal, :datetime, :timestamp, :time, :dat ...
按首字母排序
EXT 3.1 API
http://www.extjs.com/deploy/dev/docs/
Google Code API
http://code.google.com
JAVA API
http://gceclub.sun.com.cn/Java_Docs/jdk6/html/zh_CN/api/index.html
Maven使用手册
http://www.sonatype.com/books/maven-book/reference_zh/public-book.html
Rdoc
http://rdoc.info
Rails API
http://rai ...