浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 526 527 528 529 530 531 532 533 534 ··· 630 下一页

2011年8月22日

摘要: 3. Automatically Backup Mysql Database to Amazon S3(使用Amazon S3服务自动备份MySQL数据库) 你也可以使用Amazon S3云存储服务来备份你的MySQL数据库。这篇文章中有一个自动脚本,它可以自动将mysql数据库备份并上传至Amazon S3系统。 阅读全文
posted @ 2011-08-22 09:43 lexus 阅读(436) 评论(0) 推荐(0)

摘要: http://www.ineyes.org/programing/python/reserved-implemented-in-python-china-pub-logon-authentication-code-identification 阅读全文
posted @ 2011-08-22 02:49 lexus 阅读(300) 评论(0) 推荐(0)

摘要: http://www.wuleilei.com/blog/253今天工作中要做弹出窗口,最简单的就是隐藏与显示div,效果太生硬,给人的感觉太平淡。于是在网上找插件,发现了一款不错的jQuery弹出窗口插件:Facebox。Facebox是一个jQuery为基础的lightbox,可显示图像、div、或者远程页面,它的使用简单,效果也不错:淡入淡出,网速慢的时候还会显示加载中。由于有多个文件,上传... 阅读全文
posted @ 2011-08-22 02:41 lexus 阅读(779) 评论(0) 推荐(1)

2011年8月21日

摘要: 自定义devise Registration #devise_for :users devise_for :users, :controllers => { :registrations => "registrations" } do #devise_for :users do get "/register", :to => "devise/registrations#new" get "/lo... 阅读全文
posted @ 2011-08-21 14:22 lexus 阅读(338) 评论(0) 推荐(0)

摘要: 自定义devise Registration #devise_for :users devise_for :users, :controllers => { :registrations => "registrations" } do #devise_for :users do get "/register", :to => "devise/registrations#new" get "/lo... 阅读全文
posted @ 2011-08-21 14:22 lexus 阅读(608) 评论(0) 推荐(0)

摘要: 贴代码的网站dpaste 阅读全文
posted @ 2011-08-21 13:55 lexus 阅读(317) 评论(0) 推荐(0)

2011年8月20日

摘要: Geocoder 需要在新创一个post时通过,机器获取的IP,或是用户自己填写的地址(大部分是前者)生成一个后台的job来执行请求google map api最后返回经纬坐标以便于在地图上显示该post要考虑使用MaxMind的大的IP包,在本地来生成经纬坐标,不过这样的坐标不知道能不能和google map匹配上,也可以考虑使用google map api取回经纬坐标 阅读全文
posted @ 2011-08-20 16:42 lexus 阅读(152) 评论(0) 推荐(0)

摘要: https://github.com/thasuresh/gmaps_projecthttp://thasulinux.wordpress.com/2011/05/10/google-maps-in-rails3-application-sample-application/https://github.com/apneadiving/Google-Maps-for-Railshttp://tru... 阅读全文
posted @ 2011-08-20 16:16 lexus 阅读(176) 评论(0) 推荐(0)

摘要: https://github.com/thasuresh/gmaps_projecthttp://thasulinux.wordpress.com/2011/05/10/google-maps-in-rails3-application-sample-application/https://github.com/apneadiving/Google-Maps-for-Rails 阅读全文
posted @ 2011-08-20 15:08 lexus 阅读(164) 评论(0) 推荐(0)

摘要: https://github.com/thasuresh/gmaps_projecthttp://thasulinux.wordpress.com/2011/05/10/google-maps-in-rails3-application-sample-application/ 阅读全文
posted @ 2011-08-20 15:00 lexus 阅读(179) 评论(0) 推荐(0)

摘要: https://github.com/thasuresh/gmaps_project 阅读全文
posted @ 2011-08-20 14:42 lexus 阅读(181) 评论(0) 推荐(0)

摘要: https://github.com/gregbell/active_admin<br />gem 'activeadmin' rails generate active_admin:install rake db:migrate To register your first model, run: $> rails generate active_admin:resource [MyModelN... 阅读全文
posted @ 2011-08-20 14:26 lexus 阅读(373) 评论(0) 推荐(0)

摘要: 通过代理服务器使用 gem install 安装包 Ruby by admin 这几天又开始捣鼓上了 Ruby on Rails,起因很简单,虽然早就知道了 RoR 的大名,但刚刚得到了一本 Agile Web Development with Rails,并且决定仔细阅读 ( 不好意思,本人书很多,但是读过的很少…… 我一定改正!) 谁知刚开始安装 Rails 就遇到了问题,不论在 Windo... 阅读全文
posted @ 2011-08-20 13:30 lexus 阅读(595) 评论(0) 推荐(0)

摘要: http://cn.asciicasts.com/episodes/210-customizing-devisehttp://zool.iteye.com/blog/712836http://www.cnblogs.com/chengguyun/archive/2011/07/26/2117756.html目前版本还不适合使用rails_admin 将后台用rails_admin重建 http:/... 阅读全文
posted @ 2011-08-20 13:29 lexus 阅读(369) 评论(0) 推荐(0)

摘要: http://cn.asciicasts.com/episodes/210-customizing-devisehttp://zool.iteye.com/blog/712836http://www.cnblogs.com/chengguyun/archive/2011/07/26/2117756.html 将后台用rails_admin重建 http://www.hupengxing.com/b... 阅读全文
posted @ 2011-08-20 13:26 lexus 阅读(321) 评论(0) 推荐(0)

摘要: http://cn.asciicasts.com/episodes/210-customizing-devisehttp://zool.iteye.com/blog/712836 将后台用rails_admin重建 http://www.hupengxing.com/blogs/87-%E5%B0%86%E5%90%8E%E5%8F%B0%E7%94%A8rails_admin%E9%87%8D%... 阅读全文
posted @ 2011-08-20 13:25 lexus 阅读(208) 评论(0) 推荐(0)

摘要: http://cn.asciicasts.com/episodes/210-customizing-devise 将后台用rails_admin重建 http://www.hupengxing.com/blogs/87-%E5%B0%86%E5%90%8E%E5%8F%B0%E7%94%A8rails_admin%E9%87%8D%E5%BB%BAundler could not find com... 阅读全文
posted @ 2011-08-20 13:18 lexus 阅读(502) 评论(0) 推荐(0)

摘要: http://cn.asciicasts.com/episodes/210-customizing-devise 阅读全文
posted @ 2011-08-20 12:52 lexus 阅读(208) 评论(0) 推荐(0)

摘要: http://doabit.iteye.com/blog/775034 2010-09-29 推荐rails3二个后台界面gem,后台管理 rails_admin,后台模板:web-app-theme 博客分类:rails RailsWeb rails_admin:最最近出的一个rails3的后台管理gem,依赖devise插件,试用了下感觉还行,不过有个问题就是textarea如果用kinded... 阅读全文
posted @ 2011-08-20 11:29 lexus 阅读(522) 评论(0) 推荐(0)

摘要: https://www.tusurfer.com/tus/ 阅读全文
posted @ 2011-08-20 10:36 lexus 阅读(432) 评论(0) 推荐(0)

上一页 1 ··· 526 527 528 529 530 531 532 533 534 ··· 630 下一页