mysql (1)下载mysql二进制分发包到工作目录 (2)创建mysql 用户 shell> groupadd mysql shell> useradd -g mysql mysql (3)解压缩 shell> tar zxvf /path/to/mysql-VERSION-OS.tar.gz (4)将工作目录链接到/usr/local/mysql shell> cd /usr/localshell> ln -s full-path-to-mysql-VERSION-OS mysql (5)安装数据库 shell> cd mysql shell> scripts/mysql_ ...
订的机器快到货了,今天找了个机器,在sles 9 sp3上装了把oracle 10g R2,做做准备。 基本环境是这样的: OS : SLES 9 sp3 x64 database: oracle 10g R2 x64 先到OTN找了个安装文档看,http://www.oracle.com/technology/tech/php/installtxt/10gr2_sles9.txt 看下来,发觉在SLES 9上装oracle太简单了,多数工作SLES都为你做好了准备。 简单的归纳了一下要点: 1.尽可能简单的基本系统,采用默认安装就好。 2。通过yast安装需要用到的软件包,有如下几个: ...
http_port 192.168.1.233:80 defaultsite=192.168.1.150 vhost vport=80 cache_peer 192.168.1.150 parent 80 0 no-query originserver cache_peer 192.168.1.233 parent 100 0 no-query originserver cache_peer_domain 192.168.1.150 www.xx.cn cache_peer_domain 192.168.1.233 www.aa.cn acl all src 0.0.0.0/0.0.0. ...
今天发现ExtJS支持Prototype了(不喜欢在rails中混用prototype和yui),赶紧去下载一个,并试验了一下tree组件,感觉还不错,考虑以后就用ExtJS了。 闲话不说了,贴代码 schema.rb ActiveRecord::Schema.define() do create_table "categories", :force => true do |t| t.column "id", :int t.column "parent_id", :int t.column "tree_id", :int t.colu ...
无明
搜索本博客
存档
最新评论