`
juliancg65
  • 浏览: 14950 次
  • 性别: Icon_minigender_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 = ...
To Be Continnued...
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 ...
JMS代码示例及配置相关资料
Maven权威指南中文版及相关实例
J2EE-EJB3-JMS相应规范
Axis2-SOAP学习的相关资料。

JAVA_IO操作总括

    博客分类:
  • Java
 
JAVA_IO操作总括。
VS2005操作DLL的相关技巧
JDOM SAX解析XML的对比及相关内容
按首字母排序 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 ...
Global site tag (gtag.js) - Google Analytics