会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
玄空2
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
9
10
11
12
13
14
15
16
17
···
25
下一页
2020年3月13日
在已存在的表里设置主键、唯一键及删除主键 唯一键
摘要: 设置主键(前提是之前的表结构里没有主键) alter table 表名 add constraint 主键约束名 primary key(主键字段); 例如 alter table dept add constraint pk_id primary key(id); 效果图如下 删除主键 alter
阅读全文
posted @ 2020-03-13 15:12 玄空2
阅读(753)
评论(0)
推荐(0)
2020年3月12日
idea取消 文本提示设置
摘要:
阅读全文
posted @ 2020-03-12 17:35 玄空2
阅读(283)
评论(0)
推荐(0)
idea的maven配置
摘要: 1、 2、
阅读全文
posted @ 2020-03-12 11:24 玄空2
阅读(206)
评论(0)
推荐(0)
2020年3月11日
二维数组杨辉三角示例
摘要: /** * @auto hedahai * @create 2020-03-11-16:17 */public class Test002 { public static void main(String[] args) {// 初始化数组 int[][] arr = new int[10][];
阅读全文
posted @ 2020-03-11 17:02 玄空2
阅读(276)
评论(0)
推荐(0)
2020年3月10日
idea连接数据设置
摘要: 2、 3、
阅读全文
posted @ 2020-03-10 20:50 玄空2
阅读(146)
评论(0)
推荐(0)
关联mysql失败_Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezon'
摘要: 时区错误,MySQL默认的时区是UTC时区,比北京时间晚8个小时。 所以要修改mysql的时长 在mysql的命令模式下,输入: set global time_zone='+8:00'; 再次连接成功
阅读全文
posted @ 2020-03-10 20:45 玄空2
阅读(354)
评论(0)
推荐(0)
idea的tomcat配置
摘要: 1、 2、 3、 4、 5、 6、添加本地项目 7、
阅读全文
posted @ 2020-03-10 18:19 玄空2
阅读(151)
评论(0)
推荐(0)
2020年3月9日
将idea的快捷键设置和eclipse一致
摘要:
阅读全文
posted @ 2020-03-09 22:32 玄空2
阅读(391)
评论(0)
推荐(0)
idea设置自动编译
摘要:
阅读全文
posted @ 2020-03-09 22:24 玄空2
阅读(152)
评论(0)
推荐(0)
idea设置 项目文件编码
摘要:
阅读全文
posted @ 2020-03-09 22:17 玄空2
阅读(144)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
25
下一页
公告