正文内容加载中...
posted @ 2016-01-04 20:26 _wxyz 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 插件Brackets Icons 左侧导航的文件图标FuncDocr 注释工具QuickDocsJS js帮助文档Beautify 格式化代码Brackets Git git支持Emmet html快速开发Themes for Brackets 主题集合主题Themes for Brackets D... 阅读全文
posted @ 2016-01-04 13:36 _wxyz 阅读(363) 评论(0) 推荐(0) 编辑
摘要: -- 查看表空间SELECT tablespace_name,file_id,file_name,round(bytes / (1024 * 1024), 0)||'M' total_spaceFROM dba_data_filesORDER BY tablespace_name; -- 创建表空间... 阅读全文
posted @ 2015-09-30 00:48 _wxyz 阅读(282) 评论(0) 推荐(0) 编辑