连接数据库(以mysql为例) 点击database,点击+号date source,点击Mysql。 输入host主机名,database数据库名,user用户名,和password密码。 第一次使用左下角有download missing driver files点击它进行下载(不要连联通网络! ...
分类:
数据库 时间:
2020-02-09 18:27:31
阅读次数:
1130
The POM for com.qingmu:entity:jar:1.0.0-SNAPSHOT is missing, no dependency information available 当出现这个异常的情况,因为我用的是父子工程。所以,出现这种情况的时候,需要在本地使用maven插件进行in ...
分类:
编程语言 时间:
2020-02-09 16:35:57
阅读次数:
132
使用gdb工具,必须在编译时加上 g选项 gcc g main.c o main 基础指令 列出源码 直接run,可以找出段错误的位置。 list 1 打印代码 r run 【参数列表】 s step n next until p $ continue b N delete N finish 结束当 ...
分类:
数据库 时间:
2020-02-09 16:24:29
阅读次数:
99
Problem "TODO] [Crisp String" "Done] [Lightning Conductor" ...
分类:
其他好文 时间:
2020-02-08 00:20:51
阅读次数:
48
Key points: don't procrastinate; review the notes and renew the literature search; determine who your audience is - most likely reviewers, so get thei ...
分类:
其他好文 时间:
2020-02-07 22:35:45
阅读次数:
88
There are nn monsters standing in a row numbered from 11 to nn . The ii -th monster has hihi health points (hp). You have your attack power equal to a ...
分类:
编程语言 时间:
2020-02-06 16:24:55
阅读次数:
146
一 int 整 char 字 float 浮 double 双 switch 切 case 例 if 如 else 另 return 回 break 破 continue 续 new 新 delete 删 namespace 名宇 this 此 try 试 throw 抛 二 int 整数型 cha ...
分类:
其他好文 时间:
2020-02-04 23:46:20
阅读次数:
127
现象: 产生原因:excel表格部分单元格为空: 如图: 在读取单元格数据的时候,添加以下参数,最后问题解决: MissingCellPolicy.CREATE_NULL_AS_BLANK 如图: ...
分类:
编程语言 时间:
2020-02-04 23:20:25
阅读次数:
441
安装 [root@node01 yum.repos.d]# cat percona.repo [percona]name = Perconabaseurl = https://mirrors.tuna.tsinghua.edu.cn/percona/release/$releasever/RPMS/ ...
分类:
其他好文 时间:
2020-02-04 20:45:09
阅读次数:
69