自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (3)
  • 收藏
  • 关注

原创 使用IDEA database tool链接hive数据库

资源提前剧透 驱动地址: 链接: https://pan.baidu.com/s/1BsSYLy0tjIDI3giFSHzPwQ 提取码: 3t6r step1 点击 views-Tool Windows-database; step2 进入这个桶子和扳手 step3 新建driver 选择了jar包后需要等待IDEA扫描jar包,在IDEA下方会出现扫描进度条,等待即可。 选择驱动的class为"org.apache.hive.jdbc.HiveDriver" step.

2021-02-01 14:15:43 367

原创 【mysq报错】更新数据时报错You can‘t specify target table ‘tablename‘ for update in FROM clause

原因: 不能更新刚select出来的表。 解决方式: 通过中间表。 错误写法: update tablename set name = 'aaa' where id = (select id from coa_allocplan where id = 'aaa') ; 正确写法: update tablename set name = 'aaa' where id = (select a.id from (select id from coa_allocplan where id = 'aaa') as

2021-01-21 17:34:10 87

progit_v2.1.30.pdf

git官方中文文档 https://git-scm.com/book/zh/v2/ 亦可自行下载,亦可支持我一下

2019-10-11

ucos-ii中文书(邵贝贝) doc版

ucos-ii中文书(邵贝贝) doc版 10章全,免积分,欢迎下载

2012-04-12

ucos-ii中文书(邵贝贝)

ucos-ii中文书(邵贝贝) 全pdf版,非影印,免积分,欢迎下载~

2012-04-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除