`
xxj
  • 浏览: 430139 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
LOCATION_CODE = %w{110000 110100 110101 110102 110103 110104 110105 110106 110107 110108 110109 110111 110112 110113 110114 110115 110116 110117 110200 110228 110229 120000 120100 120101 120102 120103 120104 120105 120106 120107 120108 120109 120110 120111 120112 120113 120114 120115 120200 120221 ...
DataGrid 应该是最常用的组件之一,第一篇我们先来介绍AOM2组件之DataGrid. 我们先来回顾下之前的做法: @Bind private List<user> grid; 然后直接在页面上编码,显示数据。 <w:datagrid paged="true" rows="20" id="users" contextmenu="true" toolbarposition="top" var="user"> <w:out ...
周六在SOR上的PPT,有兴趣的同学一起研究。
http://jonathanleighton.com/blog/rails-delegate-default-option http://code.google.com/p/scope-out-rails/ http://rubyforge.org/projects/starling/ http://stomp.codehaus.org/ http://activemq.apache.org/ http://www.infoq.com/articles/intro-active-messaging-rails http://www.novawave.net/public/rails ...
ClientCommandHandler 中的原gotConnected,closingConnection,lostConnection在1.4.5已经转移到ClientEventHandler 中。而原有的ClientCommandHandler 仅有一个handleCommand。 原有Guide也应该相应的做修改为: public class EchoCommandHandler implements ClientCommandHandler ,ClientEventHandler
模式匹配(Pattern Matching),这个已经不是什么新的概念了,很多语言都是,包括现在大家都在学习的erlang.今天我来讨论下elite中的模式匹配。 首先来个例子: define [a,b] = ['1',[1,2,3]] a->print b->print a,b 分别和 a ,[1,2,3] 匹配。 执行上面的代码输出 引用 elite sample.xel 1 [1, 2, 3] 不过可惜的是elite似乎不支持 “|” 语法。 define [a,b|c] = ['1',[1,2,3],'dd','cc',[1,2,3,4]] c ...
一:什么是Elite. 更多的信息,你可以查看 http://www.operamasks.org 浏览 二:关于本教程的目录 初步的打算: 第一篇:快速上手 第二篇:数据类型及其控制语句 第三篇:内置函数及其扩展 第四篇:集成AOM的应用 第五篇:独立使用 第六篇:思考 今天我们先来熟悉下Elite长的什么样子,第一篇:快速上手 三:安装 当前最新elite版本为0.2,可以从这里下载 http://sourceforge.net/project/showfiles.php?group_id=214934 里面包括elite.jar,elite-src.jar,以及两个启动的脚本 四 ...
一:前提 http://nubyonrails.com 提供的calendar_helper 并不支持ajax,而在我们平常应用,经常需要这样的功能:仅仅加载局部的日历。 二:动手 其实很简单,就是通过Ajax.Updater来更新日历即可。 第一步:修改calendar_helper 第100行起的代码,为: cal = %(<table class="#{options[:table_class]}" border="0" cellspacing="0" cellpadding="0" ...
AOM2.0M1在2月2号就发布了: 引用Apusic OperaMasks 2.0 M1 发布 1.  升级到Ext2.0 2.  IoVC编程模型支持 3.  无状态支持 4.  增强调试辅助 5.  完善的布局组件 6.  组件快速开发支持 还有就是现在地球人都知道的:约定优先配置(Convention Over Configuration),AOM在2.0M1中已经得到了很大的支持。 我们以用户登陆例子开始AOM2.0的探索之旅。 新建apusic标准项目 点击 完成 新建一个web模块 点击下一步,将默认后缀名xhtml 选上 点击完成。 在web/webConte ...
首先,请先浏览http://www.piclens.com/,安装Firefox或IE的插件 默认已经支持了很多的网站。 怎么使用? http://www.piclens.com/site/firefox/tutorial_pl_ff.php 看完之后也许你也会和我有一样的想法,我能不能给自己的网站上加上呢? 我们每个会员都有自己的 JavaEye的相册的? 很幸运,目前PicLens已经提供相应的支持。 http://piclens.com/lite/webmasterguide.php 文档已经很详细了,这个没啥好说的,这也不是我们今天要说的重点。我们的目的是新建个插件,让其他的 ...

2008/02/18 links

Mechanize http://mechanize.rubyforge.org/mechanize/ http://tenderlovemaking.com/category/mechanize/ Cookes 相关 http://snippets.dzone.com/tag/cookies Snarl http://www.fullphat.net/ BackgrounDRb http://backgroundrb.rubyforge.org/ newjs http://newjs.rubyforge.org/ http://www.caliban.org/ruby/
Ruby GUI Toolkits http://www.trug.ca/Ruby_GUI_Toolkits http://developer.amazonwebservices.com/connect/entry.jspa?categoryID=139&externalID=1182 FastSessions Rails Plugin http://blog.kovyrin.net/2008/02/06/fastsessions-rails-plugin-released/

2008/02/01 links

http://nubyonrails.com/articles/better-reporting-with-sparklines http://nubyonrails.com/pages/sparklines http://www.dsg4.com/04/extra/bitmap/
图表的插件已经越来越多了,连google也提供了相应的api,今天我们再来折腾一个。这个插件基于 Open Flash Chart:http://teethgrinder.co.uk/open-flash-chart/ 官方文档中提到了rails相关插件,其中有一个http://pullmonkey.com/写的,能用,但是感觉代码混乱,并且每次都会include一个swfobject.js,一个图还要写个action,不爽。于是乎想动手重写。 =====================================分割线================================== ...
http://acts-as-solr.rubyforge.org/ http://acts-as-solr.railsfreaks.com/acts_as_solr http://www.quarkruby.com/ http://www.quarkruby.com/2007/8/12/acts_as_solr-for-search-and-faceting http://www.quarkruby.com/2007/9/14/advanced-acts_as_solr http://blog.aisleten.com/2007/04/14/getting-started-with-act ...
Global site tag (gtag.js) - Google Analytics