`
a420144030
  • 浏览: 83641 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表

特效 canvas

http://bomomo.com/
在安装passenger 之前需要安装ruby , rails , rubygems , apache2 这些安装方法网上有在此不再累述   1. 安装 passenger   sudo gem install passenger   2. 安装完成之后需要加载apache module   sudo passenger-install-apache2-module    如果显示:passenger-install-apache2-module:command not found 执行下面命令 (you don’t have the gems bin directory ...
用telnet 或者 putty 如何连接虚拟机上ubuntu   1. 需要安装 ssh 服务      sudo apt-install openssh-server   2.启动ssh 服务      sudo /etc/init.d/ssh restart      ssh localhost   3. 测试ssh 服务       netstat -tlp       #=> tcp 6 0 0[::]:ssh [::]:* LISTEN             ......     则说明ssh 启动成功   4. 在ubuntu 里 ...
gem install mysql 错误解决方案 gem install mysql时报错: checking for mysql_query() in -lmysqlclient... no checking for main() in -lm... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lz... yes checking for mysql_query() in -lmysqlclient... no checking for main() in -lsocket ...
多线程下载命令:          sudo apt-get install axel  #安装axel         axel -n 5 "下载地址"         或者          lftp -c "pget -n 5 "下载地址""   查看 apt-get 安装软件路径       dpkg -L 软件包名称   tar命令使用 压缩:tar cvfz 目标文档 源文档1 [源文档2...] 例如:tar cvfz m.tar.gz hello.cpp hello.h //m.ta ...

拔河比赛

2010 远洋国际 拔河比赛
文件上传(FileColumn)   网页:http://www.kanthak.net/opensource/file_column/   安装:http://opensvn.csie.org/rails_file_column/plugins/file_column   主题支持(Theme Support)   安装:http://mattmccray.com/svn/rails/plugins/theme_support   动态的树型结构(LiveTree)   网页:http://www.epiphyte.ca/code/live_tree.html   下载:http ...

kenny

http://svn.joyent.com/opensource/connector/source/trunk/ joyent_connector https://nventory.svn.sourceforge.net/svnroot/nventory nventory
ColorZilla   http://www.colorzilla.com/firefox/  
http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/     http://veerle.duoh.com/blog/comments/a_css_styled_table/   http://icant.co.uk/csstablegallery/   http://www.noupe.com/css/21-fresh-ajax-css-tables.html   http://cssglobe.com/lab/tablecloth/
http://www.eyecon.ro/colorpicker/
http://ajaxload.info/
参考网站:    http://www.appelsiini.net/projects/jeditable/custom.html

好的Css布局网站

    博客分类:
  • Css
这里有一个关于css布局的网站:   http://www.aa25.cn/index.shtml
Making Rails' Serialize Even Better Rails has this handy method that allows you store almost any object in the database with ease. Most often I end up using it for storing optional attributes in a hash. Here is the proper syntax for telling Rails that there is an options attribute that should only ...
Global site tag (gtag.js) - Google Analytics