- 浏览: 190690 次
- 性别:
- 来自: 上海
文章分类
- 全部博客 (83)
- J2EE/Core Java (24)
- J2EE/Portal (2)
- J2EE/UI (4)
- J2EE/ATG (1)
- J2EE/Report (1)
- J2EE/Web Service/Rest API (2)
- Design Pattern (2)
- Arithmetic (4)
- Linux (12)
- Ruby&Rails (17)
- Database (5)
- J2EE/Payment (1)
- J2EE/JVM (1)
- Encryption/Decryption (3)
- J2EE/Multi Threading (4)
- SQL (1)
- https://community.teamviewer.com/t5/Knowledge-Base/Where-can-I-download-older-TeamViewer-versions-nbsp/ta-p/7729 (0)
最新评论
test_event.rb
main.rb
event "an event that always happens" do 110 > @target_sales end setup do puts "Setting up sky" @target_sales = 100 end
main.rb
proc { events={} setups=[] send :define_method, :event do |name, &block| events[name] = block end send :define_method, :setup do |&block| setups << block end send :define_method, :each_event do |&block| events.each_pair do | name, event | block.call name, event end end send :define_method, :each_setup do |&block| setups.each do | setup| block.call setup end end }.call Dir.glob('*events.rb').each do |file| # @events={} # @setups=[] puts file load file each_event do |name, event| env = Object.new each_setup do |setup| env.instance_eval &setup end puts "ALERT #{name}" if env.instance_eval &event end end
发表评论
-
Eigenclass in Ruby
2016-08-02 17:50 510obj = Object.new def obj.sin ... -
Ruby Version of C# using keyword
2016-08-02 11:51 461class Resource1 def disp ... -
Rails4 集成测试微信公众号API
2016-01-17 20:34 1090这是一个简单集成微信api的的例子,使用这个Gem:https ... -
localtunnelling绑定本地Web应用到公网地址
2016-01-17 20:14 573引用Localtunnel will assign you a ... -
WordPress 风格开源博客 (响应式布局)
2015-08-09 23:42 705Rails4个人开源小博客 介绍: https://ruby ... -
Rails实现markdown和代码高亮
2015-08-07 11:47 769安装GEM Markdown是时下很流行的一种标记语言。 ... -
TextMate常见快捷键
2015-08-07 11:42 2296cmd + option + L 显示行号 cmd ... -
Rails插件twitter-bootstrap-rails
2015-08-07 11:40 577github完整项目 https://github.com/ ... -
Heroku个人博客
2015-02-10 12:04 6http://wilsoncai.herokuapp.com/ ... -
Rails 4 Quick Start
2014-12-13 10:47 0set rails gem proxy from Taobao ... -
Ruby1.8.7 安装和使用selenium
2013-06-21 17:54 1087引用Selenium可以用来模拟浏览器页面点击,可以用来做页面 ... -
Rails2.2.2之国际化
2013-01-27 23:52 8821. 新建国际化配置文件config\initializers ... -
Rails2.2.2之文件上传下载
2013-01-27 23:42 7781. 创建一个保存文件的表,然后rake db:migrate ... -
Rails2.2.2之发送邮件
2013-01-27 23:32 7531. config\environment.rb中添加smtp ... -
Rails2.2.2之will_paginate分页
2013-01-27 23:04 1202引用分页是web开发中常见的问题,基本解决思路是每次查询当页的 ... -
Ruby 代码块
2013-01-14 18:27 825引用Ruby代码块可以通过yield方法传递给被调用的方法 1 ... -
Ruby发送邮件(163邮箱)
2011-10-25 17:27 7119Ruby1.8.6发送163邮件到gmail require ... -
Rails2.2.2之windows环境搭建
2010-07-20 15:46 3742引用如果gem速度慢 使用代理安装rails 引用gem in ...
相关推荐
This Head First guide teaches you the Ruby language in a concrete way that gets your neurons zapping and helps you become a Ruby genius. You'll enter at Ruby's language basics and work through ...
Head First Ruby 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
### 关于《Head First Ruby》的关键知识点 #### 一、书籍基本信息 - **书名**:《Head First Ruby》 - **作者**:Jay McGavren - **出版年份**:2015年 - **出版社**:O’Reilly Media, Inc. - **ISBN**:978-1-...
Data Science from Scratch First Principles with Python 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自...
With Head First HTML with CSS & XHTML, you’ll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you’ll learn ...
《Head First HTML with CSS and XHTML》是一本专为初学者设计的HTML、CSS与XHTML学习书籍,以其独特的教学方式赢得了广泛赞誉。这本书通过生动、直观的视觉呈现和易理解的实例,帮助读者快速掌握网页制作的基础知识...
本书《First Contact With TensorFlow》由Jordi Torres教授编写,旨在为读者提供一个入门级的指南,帮助他们快速掌握TensorFlow的基本操作及应用技巧。 #### 二、TensorFlow基础知识 ##### 1. TensorFlow的核心...
他的书《Code-First Development with Entity Framework》不仅涉及到Code-First开发模式的基础知识,还涵盖了进阶技术,帮助开发者将数据访问技能提升到一个新水平。由于版权和法律保护的原因,书中内容不得随意复制...
《Pro ActiveRecord:Databases with Ruby and Rails》这本书深入探讨了如何使用ActiveRecord这一对象关系映射(Object Relational Mapping, ORM)工具来管理和操作数据库,特别是在Ruby on Rails框架中的应用。...
《Matlab - Chemical Process Control a first Course with MATLAB》是一本专为化学工程学生和从业者设计的教材,旨在介绍如何利用MATLAB这一强大的计算工具来理解和分析化学过程控制系统。本书深入浅出地阐述了控制...
《Head First HTML with CSS & XHTML》是一本广受欢迎的IT教育书籍,专注于教授初学者如何构建和设计网页。这本书以其独特的教学方式,采用生动、直观的图像和互动性极强的例子,帮助读者深入理解HTML(超文本标记...
Joel Grus ■■ Get a crash course in Python ■■ Learn the basics of linear algebra, statistics, and probability— and understand how and when they're used in data science ■■ Collect, explore, clean...