- 浏览: 83641 次
- 性别:
- 来自: 北京
最新评论
-
godson_2003:
附件和实例不符
甘特图 -
xf326521:
最近也要做甘特图 膜拜下
甘特图 -
xf326521:
300多下载 没人回复楼主
甘特图 -
yinchao1000:
但是我想问,这个东西现在收费的哟,还挺贵的,有没有破解的可以学 ...
MultiPowUpload 多文件上传及使用方法 -
yangzhihuan:
刚好有这个需求呢。
创建rails项目如何设定rails版本
文章列表
在安装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 ...
文件上传(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 ...
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/
颜色插件colorpicker
- 博客分类:
- jQuery
http://www.eyecon.ro/colorpicker/
参考网站:
http://www.appelsiini.net/projects/jeditable/custom.html
这里有一个关于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 ...