上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 1、编辑/etc/crontab文件设定定时任务,在制定时间执行backup_databases.sh vi /etc/crontab 2、编写backup_databases.sh,内容如下: 3、手动创建目录/backup 阅读全文
posted @ 2015-09-07 09:58 zhangsai 阅读(338) 评论(0) 推荐(0)
摘要: http://wiki.ubuntu.org.cn/MySQL%E5%AE%89%E8%A3%85%E6%8C%87%E5%8D%97 安装MySQL sudo apt-get install mysql-server 这个应该很简单了,而且我觉得大家在安装方面也没什么太大问题,所以也就不多说了,下 阅读全文
posted @ 2015-08-20 13:22 zhangsai 阅读(399) 评论(0) 推荐(0)
摘要: begin raise 'A test exception.' rescue Exception => e puts e.message puts e.backtrace.inspect end 阅读全文
posted @ 2015-08-14 09:29 zhangsai 阅读(256) 评论(0) 推荐(0)
摘要: function show_obj(obj){ var temp,p1Str=""; for(temp in obj){ p1Str=p1Str+temp+":"+obj[temp]+" -- "; } alert(p1S... 阅读全文
posted @ 2015-06-17 12:56 zhangsai 阅读(735) 评论(0) 推荐(0)
摘要: Here are all the defaultRailsMimeTypes:"*/*" => :all"text/plain" => :text"text/html" => :html "appli... 阅读全文
posted @ 2015-06-11 17:47 zhangsai 阅读(558) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/coolcaosj/article/details/38369787bootstrap的modal中,有一个remote选项,可以动态加载页面到modal-body中有两种方法,一种是使用链接,另一种就是使用脚本。1 使用链接打开对话框当点击该连接时,use... 阅读全文
posted @ 2015-06-10 14:55 zhangsai 阅读(14606) 评论(0) 推荐(0)
摘要: 原文:http://www.cnblogs.com/lwm-1988/archive/2011/09/13/2175041.html1. partial1.1 把partial作为view的一部分来渲染,可以调用render方法:"menu"%>#上面的代码会把文件名为_menu.html.erb的... 阅读全文
posted @ 2015-06-10 08:40 zhangsai 阅读(655) 评论(0) 推荐(0)
摘要: 转自:http://my.oschina.net/moks/blog/200344【摘要】Because libv8 is the interface for the V8 engine used by therubyracer, you may need to use libv8, even if... 阅读全文
posted @ 2015-05-29 16:23 zhangsai 阅读(699) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/lissdy/article/details/9195651眼看着前端攻城师们都开始使用Bootstrap创作网页,于是也想学着在最近正在学习的Rails中使用Bootstrap。具体安装使用过程如下:1、创建Rails工程rails new used... 阅读全文
posted @ 2015-05-25 17:01 zhangsai 阅读(420) 评论(0) 推荐(0)
摘要: 转自:http://rvg.me/2013/11/using-bootstrap-3-with-rails-4/If you are looking to use Bootstrap 3 with Rails, then this article is for you. It provides a ... 阅读全文
posted @ 2015-05-25 15:34 zhangsai 阅读(307) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页