`
文章列表
在你的代码头部加上load "environment.rb"这个就可了。
我一段时间一直在研究IM,xmpp,xmpp4r等内容,了解了一些相关的知识,在google code中搜到一个使用Ruby实现的MSN机器人,使用起来很是方便,不过没有使用xmpp,是使用socket实现的。 require 'msn' #MSN帐号 email = "your-user@name.org" #MSN密码 password = "yourpassword" puts "Signing in... please wait." # create a new MSN connection msns ...
给link_to加上class样式 比如我们的class样式为: classror: <%= link_to "Link name", { :controller => 'controller_name',:action => 'action_name' },:class => 'classror' -%> 给link_to加上ID样式 这里说的不是javascript调用的 这里说的是样式ID(#): <%= link_to "Link name", { :controller => 'controller ...
下面这些模板可以随意添加在你的ruby on rails项目中的 views里面实现前台的新闻列表 1:有序新闻列表 <style type="text/css"> body{margin:0 auto; padding:0;} #pagelist{ font-size:12px; margin:20px; border:4px #ccc solid; padding:10px; list-style:none; width:530px; } #pagelist li{ width:530px; height:30px; ...
ruby on rails框架集成了大量的web2.0效果,结合现在网站大量使用选项卡效果,我们也得让我们的ror项目结合潮流,下面有多个实例供大家参考使用: 1:仿126邮箱选项卡 鼠标点击 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" ...
我使用Linux(Ubuntu)的时间不长,却一直在坚持使用,下定决心学习Linux的技术。虽然有时候用在某些方面的开发还是windows上面方便一些,我还是坚持使用Linux来解决问题,因为我想彻底放弃Windows而把Linux学好。 现在摆在我面前的一个问题是如何成为符合企业需求的Linux人才? 是精通Linux下的那一大堆的命令(or Shell脚本编程)吗? 还是能够修改Linux内核的一些东西? 还是能够熟练地用Linux部署企业的应用? 还是能够高效地在Linux开台下进行软件开发(Java,Php,ROR)? ........... ........... 我不知道,或者是 ...
虽然我工作的时间不长,泡Javaeye的时间却快两年了。一直都不怎么大声地在论坛里说话,今天我好想放开心情说一说这个话题了。 以我个人目前所看到和理解的情况,感觉程序员的翻身机会就是自己进行互联网创业!当然,你 ...
Ruby On Rails开发时的技术还是很多很杂的,我现在把它们整理,列出来,方便自己,也方便大家。我的开发网站:[url][/url] 注:我在其中所列的,也有不是ROR专有的,但是在Rails开发中实用。 A:View 1。Helper number_to_currency(@book.price)格式化显示时间,$89.00,合适开发英文网站。 2。图片按钮提交表单,<input type='image' src='/images/button2.gif' style='width:120px;height:30px;'/>把它放在<form>内,和subm ...

web2.0生成器

web2.0生成器(超过100个)http://www.iwms.net/n1941c40.aspx 其中的产生图片按钮的好网站有如下: http://www.mycoolbutton.com/ http://www.buttonator.com/ 这个网站上有大量的图标 http://www.freeiconsdownload.com/
<html> <head> <title>web2.0 color</title> <style type="text/css"> body{ margin:20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; } .style1{ width: 800px; height: 100px; ...
http://blogs.sun.com/arungupta/entry/rails_2_1_on_glassfish Tor Norbye Mixes Ruby and Java Development Using NetBeans http://www.netbeans.tv/interviews/Tor-Norbye-mixes-Ruby-and-Java-development-using-NetBeans-151/ theme_support: 为Rails应用添加theme支持 http://www.letrails.cn/archives/make-theme-suppo ...
前几天,稍微分析了一下RBAC形式的权限管理系统的实现原理,然后我使用Rails做了一个。 先来说一下表间的关系: users <--> roles roles <--> permissions 很简单,用户和角色是多对多关系,角色和权限也是多对多关系,那么关于权限管理这一块就一共有5张表。 具体的表结构: 还是直接看数据库定义文件吧! ActiveRecord::Schema.define(:version => 20080708074044) do create_table "permissions", :force =&g ...
1.确保你此刻没有运行着Cygwin。 2.重新运行Cygwin的安装程序。 3.一直点击"Next",直到你到达"Select Packages"的安装画面。 4.找到"Devel"选项(在第五个下面),点击"Default",那然它会变成"install"。 5.点击"Next",让Cygwin下载并安装那些开发工具。 6.这个过程会要一些时间,坐下来喝一杯茶吧。 7.当安装完成之后,再次运行cygwin,输入"g++ -v"看gcc是否安装 ...
<% if flash[:warning] or flash[:notice] %> <div id="notice" <% if flash[:warning] %>class="warning"<% end %>> <%= flash[:warning] || flash[:notice] %> </div> <script type="text/javascript"> setTimeout("new ...
官方网址:http://wmd-editor.com/ WMD is a simple, lightweight HTML editor for blog comments, forum posts, and basic content management. You can add WMD to any textarea with one line of code. Add live preview with one line more. WMD works in nearly all modern browsers, and is now completely free to use. T ...
Global site tag (gtag.js) - Google Analytics