文章列表
数据字典dict总是属于Oracle用户sys的。
1、用户:
select username from dba_users;
改口令
alter user spgroup identified by spgtest;
2、表空间:
select * from dba_data_files;
select * from dba_tablespaces;//表空间
select tablespace_name,sum(bytes), sum(blocks)
from dba_free_space group by tablespace_name; ...
- 2009-05-12 00:39
- 浏览 664
- 评论(0)
1. 站酷(http://www.zcool.com.cn/ ):拥有丰富的网站资源与模板,很棒
2. 51js和blueidea(http://bbs.51js.com ,http://www.blueidea.com ) :主要看一些js高手们探讨的帖子。
3. JQuery官网(http://jquery.com ):不用说了
4. http://www.freecsstemplates.org/ :很多老外上传的免费模板,有些付费的看看效果图也不错,然后自己动手写,非常有参考价值
不知道大家有没有补充的,在建站的过程中,有没有经常参考的网站呢?欢迎讨论!
...
- 2008-11-03 22:15
- 浏览 497
- 评论(0)