会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guaidaoK的博客
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2016年4月2日
PostgreSQL导入导出数据
摘要: 导出整个库:pg_dump -h localhost -U postgres -p 5432 qsdb>e:\qsdb1.dmp 导出指定模式:pg_dump -h localhost -U postgres -p 5432 --schema=dgbt qsdb>e:\qsdb1.dmp 导入:ps
阅读全文
posted @ 2016-04-02 18:22 guaidaoK的博客
阅读(1455)
评论(0)
推荐(0)
2016年4月1日
hdfs命令
摘要: ./bin/hdfs dfs -rm -r output # 删除 output 文件夹 ./bin/hdfs dfs -put ./etc/hadoop/*.xml input #将本地的文件拷贝到hdfs的input文件夹中 ./bin/hdfs dfs -get output ./output # 将 HDFS 上的 output 文件夹拷贝到本机 ./b...
阅读全文
posted @ 2016-04-01 17:42 guaidaoK的博客
阅读(351)
评论(0)
推荐(0)
powerdesigner中如何在自动生成建表SQL时添加模式名schema
摘要: 1、在主菜单中选择“模型”→“users and roles”→“users”,新增一个user,其中"name"字段就是要添加的模式名。 2、在新增表时,在表属性的“general”页签中选择"owner",选择刚才新增的user,即可。此时自动生成的SQL语句中自带模式名。
阅读全文
posted @ 2016-04-01 17:38 guaidaoK的博客
阅读(1044)
评论(0)
推荐(0)
上一页
1
2
公告