
Web
chm2920
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MapXtreme 2005 + ASP.NET
技术总结: 优化WebGIS的速度主要有四个: 1。对每个图层设置Zoom范围。 2。用COM+的Session池。 3。启用Cache。 4。用文件方式存储地图数据。 mapcontrol如何自适应窗口 在页面body里加入 onresize="ResizeMap()" ,ResizeMap()是javascript函数,如下 function ResizeMap() { va...2008-11-21 15:37:25 · 110 阅读 · 0 评论 -
Rails3.0.4 ruby1.9.2 mysql2 一个Error
1、 >rails g scaffold article title:string a:string b:string d:string e:string f:string body:text 2、 class CreateArticles < ActiveRecord::Migration def self.up create_table :articl...原创 2011-02-23 23:46:08 · 112 阅读 · 0 评论 -
rails服务器部署问题及解决
sqlite3 安装后不能执行: export LD_LIBRARY_PATH=/usr/local/lib 下载安装 rails 相关: apt-get update When I ran passenger-install-nginx-module command, I got the following error: OpenSSL support for Ruby...原创 2011-01-24 10:45:19 · 152 阅读 · 0 评论 -
ruby states
http://github.com/pluginaweek/state_machine http://alter-ego.rubyforge.org/原创 2010-05-21 14:09:12 · 96 阅读 · 0 评论 -
Install ruby 1.9 on Windows using zip binary
http://blog.orangecabin.com/2009/05/install-ruby-1-9-on-windows-using-zip-binary/原创 2010-05-21 12:46:15 · 158 阅读 · 0 评论 -
Ruby On Rails Security Guide
Ruby On Rails Security Guide http://guides.rubyonrails.org/security.html原创 2010-05-20 10:46:03 · 128 阅读 · 0 评论 -
Rails 多态
http://www.iteye.com/topic/213435 http://fsjoy.blog.51cto.com/318484/964262010-03-01 10:28:40 · 108 阅读 · 0 评论 -
Ruby 1.9.1 & Rails 3.0
Ruby http://www.ruby-lang.org/en/downloads/ Rails http://guides.rails.info/3_0_release_notes.html install guide http://www.iteye.com/topic/586266?page=2 sudo apt-get install libmysql...2010-02-24 11:27:24 · 113 阅读 · 0 评论 -
技术思考
1、算法 想要继续学习,又看不清方向。 整理一下: Ruby/Rails 语法深入 见:http://hlee.iteye.com/blog/571352 算法、数据结构 见:http://www.cnblogs.com/sober/archive/2010/02/01/1660840.html C/TCP IP、Linux、Python、Flash 2、系统设计 数据...原创 2010-02-01 18:10:47 · 170 阅读 · 0 评论 -
Rails 的发现/收藏
插件control center 管理界面 http://chinaonrails.com/topic/view/2941.html HTML 5 Web Sockets 服务器试探 http://chinaonrails.com/topic/view/3593.html 用Redis做在线统计 who is online 且看朋友在线 http://chinaonrails....原创 2010-01-20 11:13:12 · 79 阅读 · 0 评论 -
GAE 命令纪要
基础: dev_appserver.py,开发网络服务器 appcfg.py,用于将您的应用程序上传到 App Engine app.yaml 一个 webapp 应用程序包含三部分: 一个或多个 RequestHandler 类,用于处理请求和构建响应 一个 WSGIApplication 实例,按照网址将收到的请求发送给处理程序 一个主要例行程序,用于使用 CGI...2009-07-23 15:08:19 · 164 阅读 · 0 评论 -
SQLite3: Unable to Open Database File
db 文件夹也要有写权限 原文如下: http://jaux.net/2008/12/18/sqlite3-unable-to-open-database-file/ Recently, I’m working on my Skypiea project which is powered by SQLite3 and Python (as CGI script). Ye...原创 2011-03-02 16:42:21 · 552 阅读 · 0 评论